Feedback is essential for applications to do well ~ Haha ~
User feedback, comments, suggestions, and even abuse are all feedback on the project.
If an application does not listen to user feedback, the application will be farther and farther away from the user. Understanding what a user wants is one thing. It is another thing to hear user feedback.
Therefore, I added a separate page for feedback in the project.
This is an independent Activity, which is very simple to implement. An input box, a button, and no more. =!
However, the best case is to interact with users. This is like a teacher who teaches students, and then asks the students to give feedback on how the teacher taught the students, but the teachers did not respond to the feedback, what do students think.
The following is a class diagram:
On the page, a TextView and a Button are used to implement user feedback, while a ListView is followed to display all feedback and replies to feedback.
The adapter in ListView is implemented by creating a new class, which is a little troublesome, but it is not a serious problem.
I just suddenly found that AVOS has crashed... Alas... To tell the truth, you just need to worry about its stability when it goes down... I don't know why it hangs...
I wrote it, but there is no way to test it.
In general, the user feedback is easy to implement here.