Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uptechteam/uphubfragmentarch


https://github.com/uptechteam/uphubfragmentarch

Last synced: about 2 months ago
JSON representation

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