-
Couldn't load subscription status.
- Fork 0
Refactor Topic Screen to load data from Firestore
#23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add `description` field to `Topic` and `ItemTopic` models. - Update UI to display topic descriptions. - Add Ktor HTTP client and JSON serialization dependencies. - Update preview data with topic descriptions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, make all changes.
…into shreyas/topic-screen-firestore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still find references to bookmarks feature in below places:
- Resources
<string name="remove_bookmark">Remove bookmark</string>
<string name="add_bookmark">Add bookmark</string>
- ReadMe
[ ] Integrate Room database to persist bookmark states
No description provided.