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

https://github.com/pt-dot/dot-android-base-project

sample standard android project
https://github.com/pt-dot/dot-android-base-project

Last synced: 3 months ago
JSON representation

sample standard android project

Awesome Lists containing this project

README

          

## DOT Base Project for Android ##

- Build with Kotlin, Use MVVM Pattern
- [Jetpack](https://developer.android.com/jetpack/)
- [Data Binding](https://developer.android.com/topic/libraries/data-binding)
- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata)
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel)
- [Navigation](https://developer.android.com/guide/navigation/navigation-getting-started)
- [Paging](https://developer.android.com/topic/libraries/architecture/paging/v3-overview)

[Download APK](https://www.dropbox.com/s/p7msvhj2c6tr88o)

#### Screenshot ####
| List | Detail | Grid | Pagination |
| :---: | :---: | :---: | :---: |
| ![](https://images2.imgbox.com/f3/11/CDraKOdJ_o.png) | ![](https://images2.imgbox.com/8a/cd/kNU6sjQC_o.png) | ![](https://images2.imgbox.com/c7/08/62OkQYwD_o.png) | ![](https://images2.imgbox.com/06/03/F230TWrA_o.png) |

#### List Libraries ####
- [Coil](https://github.com/coil-kt/coil/)
- [OkHttp](https://github.com/square/okhttp)
- [Retrofit](https://github.com/square/retrofit)
- [SDP](https://github.com/intuit/sdp)
- [SSP](https://github.com/intuit/ssp)