Prerequisite (What I use):
- Android Studio 2.3.2
- Prepare to download SDK 7
- JDK 8 (although I used JAVA 21 LOL)
Specification: This project will be running on
- Target SDK: 21
- Minimum SDK: 7
What this project will provide:
- Sample for the model classes.
- Networking utilities so that you can just consume API without configuring anything else.
- Constants sample that uses local properties for securing secret. Mostly the same way with modern project.