You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a forum where users can communicate with each other.
what we want is to have an edit feature so that the users can edit their answers/questions
We have a forum where users can communicate with each other.
what we want is to have an edit feature so that the users can edit their answers/questions
The following files might be useful for the same-
https://github.com/CerritusCodersComm/eduJam/blob/main/app/src/main/java/com/example/gdsc_hackathon/fragments/ForumFragment.kt
Adapters:
https://github.com/CerritusCodersComm/eduJam/blob/main/app/src/main/java/com/example/gdsc_hackathon/adapters/QuestionAdapter.kt
https://github.com/CerritusCodersComm/eduJam/blob/main/app/src/main/java/com/example/gdsc_hackathon/adapters/ReplyAdapter.kt
Data Modal:
https://github.com/CerritusCodersComm/eduJam/blob/main/app/src/main/java/com/example/gdsc_hackathon/dataModel/Question.kt
https://github.com/CerritusCodersComm/eduJam/blob/main/app/src/main/java/com/example/gdsc_hackathon/dataModel/Reply.kt
The text was updated successfully, but these errors were encountered: