-
Notifications
You must be signed in to change notification settings - Fork 11
Description
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