| App Name | Describe | Tech Stack | Google Play |
|---|---|---|---|
| Money manager | Money manager is an Android app that helps users to track their income and expenditure | Android, Kotlin, MVVM, Live Data, Room Database | ![]() |
implementation 'androidx.room:room-ktx:2.3.0'
kapt 'androidx.room:room-compiler:2.3.0'
def arch_version = '2.4.0'
implementation "androidx.lifecycle:lifecycle-extensions:$arch_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$arch_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$arch_version"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$arch_version"
- Open Android Studio.
- Go to File > New > Project From Version Control.
- Copy the link of this repositary.
- Paste the link in Url Box of Android Studio window and click on "Clone" button.
.png?alt=media&token=e1f7a33d-1e28-41b3-b31f-9daa7dc1828b)

.png?alt=media&token=26cd2f1d-d5d8-4514-b98e-423c45b4797f)