How can we improve the NoteUsingRoom app for better usability? #11
Closed
hanzodeveloper
started this conversation in
General
Replies: 1 comment 2 replies
-
|
One possible improvement would be implementing a search feature for notes. For example, we could add a search query in the DAO like this: @query("SELECT * FROM note_table WHERE title LIKE :query OR description LIKE :query") Then in the ViewModel we could expose a function to filter notes based on user input. This would make it easier for users to find specific notes when they have a large number of saved items. Another improvement could be adding sorting options such as:
These small improvements could significantly improve usability. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋
I’ve been exploring this NoteUsingRoom project and it’s a great example for learning how to implement the Room database in Android.
I’m curious about possible improvements that could make this app more useful for real-world usage.
Some ideas that came to my mind:
What do you think would be the most useful feature to add next?
I’d love to hear your suggestions and ideas.
Beta Was this translation helpful? Give feedback.
All reactions