Just very simple project to share story of dicoding users. I made this project for graduate from Dicoding online course about "Belajar Pengembangan Aplikasi Android Intermediate"
- main
For latest update of the project
- Login & Register
- Stories List
- Story Detail
- Post Story
- App Language Setting
- Widget
MVVM + Clean Architecture (From my learning perspective)
- Clone this project using
git clone [url]
- build the project by using
./gradlew clean assembleDebug
- install the project to your device
./gradlew clean installDebug
- Don't forget add env
API_URL
variable insidelocal.properties
file with value from Dicoding Story API URL
Clean Architecture will not be appropriate for every project, so it is down to you to decide whether or not it fits your needs