Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uptechteam/uphubfragmentarch
https://github.com/uptechteam/uphubfragmentarch
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uptechteam/uphubfragmentarch
- Owner: uptechteam
- Created: 2020-06-20T19:22:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T10:07:28.000Z (about 4 years ago)
- Last Synced: 2024-11-09T06:37:33.937Z (3 months ago)
- Language: Kotlin
- Size: 197 KB
- Stars: 1
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UPHubFragmentArch
- Android Architecture Components
1. Navigation
2. ViewModel
3. LiveData
- DI
1. [Dagger](https://dagger.dev/)
- Multithreading
1. Coroutines
- Networking
1. OkHttp
2. Retrofit
3. Coroutines ([Coroutines adapter factory](https://github.com/JakeWharton/retrofit2-kotlin-coroutines-adapter))
- Other
1. ViewModel coroutines (viewModelScope for ViewModel arch component)
2. DB - [Room](https://developer.android.com/topic/libraries/architecture/room)
3. Glide