Kindly check build.gradle.
androidx.core:core-ktx:1.7.0
: Android Core Kotlin Extensionsandroidx.appcompat:appcompat:1.6.1
: Android AppCompat Librarycom.google.android.material:material:1.8.0
: Material Design Componentsandroidx.constraintlayout:constraintlayout:2.1.4
: ConstraintLayout Librarycom.squareup.retrofit2:retrofit:2.9.0
: Retrofit HTTP Clientcom.squareup.retrofit2:converter-gson:2.9.0
: Gson Converter for Retrofitcom.github.PhilJay:MPAndroidChart:v3.1.0
: MPAndroidChart Library
- Clone the repositoy
- Open the project from your favorite IDE
- Wait for the Gradle sync to synchronize the project dependencies and configurations
- Launch the app on an emulator or a connected android device
Folder | Description |
---|---|
java |
contains the Kotlin source code and thus the business logic of all activities / fragments |
res |
contains various resource files that define the appearance of the app |
Gradle Scripts |
contains files that define build configuration and dependencies |