Hello everyone, this is a sample base project to easily build an Android App (template by rivaldy_o).
- This Project is a template to help Android Developer making Android App fast and clean
- Using Pattern MVVM
- Using Kotlin Language
- Using Modularization
- Sample Dynamic Module
- Hilt (Dependency Injection)
- Repository Pattern
- Live Data
- Coroutines (asynchronously)
- Retrofit (Fetching Rest API)
- Apollo GraphQL (Fetching GrapQL API)
- Room (Local Storage) - on progress
- SharedPreferences (using Jetpack Datastore on progress) - on progress
- Fork this project
- Add kotlin extensions or function useful function
- Fixed Deprecated library
- Fixed code
- Etc (as long as it's useful)
- follow this -> https://stackoverflow.com/questions/37397886/get-graphql-whole-schema-query
- and this to fixed error -> apollographql/apollo-kotlin#2719
Happy Hacking - Open source is changing the world – one contribution at a time.