Pixels
Pixels copied to clipboard
Pixels is an Android app that brings you the beautiful and interesting pictures from Reddit
I was looking into #18 and the solution requires a reference to `Context`. This can be done either by inheriting from `AndroidViewModel` or by passing the context to `setupGetComments()`. Neither...
Moshi addresses many shortcomings of gson, so it's worth to change it: https://www.reddit.com/r/androiddev/comments/684flw/why_use_moshi_over_gson/
Network call error in rx chain in `CommentViewModel.kt` is not handled. It should be handled by showing a simple text message at the very least.
In `CommentViewModel.kt`, the following html color cannot be changed based on dark/day theme. It should be extracted into own resources file. ```kotlin "${commentData.author}" ```
After having comments and login, there will be data consistency issue. For example, upvoting in Comment View doesn't update the view in Home Feed View. By introducing Room, and by...
subreddit list is getting too long, it's hard to choose from other than using the random button categorized them into a nested list
Trigger Bitrise to auto deploy either: - when a merge happen to `release` or - when a merge happen to `master`