A Simple Android Project demonstrating Clean Arch + MVI with https://api.nasa.gov/api.html#apod as use-case example
Stars
22
Forks
5
Watchers
22
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
43
commits
chore: use switchMap, to elegantly handle double tap/click
4f990c0View on GitHubchore: replace manual fragment transaction with Arch Navigation
6f503f9View on GitHubfeat: Solve LiveData Observing issue, use instead of Fragment instance
012c8f0View on GitHubmigrate whole project to gradle kotlin dsl (build.gradle.kts)
be9c910View on GitHubcorrect formatting - fragment_apod_detail, set hidable_behavior to false
6e42ff4View on GitHubmake ApdListViewModel singleton, so that once ApdListViewModelFactory creates an instance of ViewModel, it'll return the same instance every time
96aac5eView on GitHub