Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kshitiz-mhto/cashpi
App for empowering your financial journey with seamless expense tracking and deposit management.
https://github.com/kshitiz-mhto/cashpi
android-app coroutines glide-library kotlin livedata-viewmodel mpchartlibrary room-persistence-library
Last synced: 3 days ago
JSON representation
App for empowering your financial journey with seamless expense tracking and deposit management.
- Host: GitHub
- URL: https://github.com/kshitiz-mhto/cashpi
- Owner: Kshitiz-Mhto
- Created: 2023-08-23T17:03:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T05:25:15.000Z (9 months ago)
- Last Synced: 2024-11-08T11:17:24.679Z (about 2 months ago)
- Topics: android-app, coroutines, glide-library, kotlin, livedata-viewmodel, mpchartlibrary, room-persistence-library
- Language: Kotlin
- Homepage:
- Size: 2.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CashPI
CashPI🚀: Empower your financial journey with seamless expense tracking and deposit management. Built on MVVM architecture and CURD operations, it's your smart cash caretaker for effective money control.
### Architecture
MVVM (Model-View-ViewModel) is a software architectural pattern for developing user interfaces. It separates the application into three components: Model (data and business logic), View (UI elements), and ViewModel (mediator between Model and View), enhancing code modularity and testability in modern software development.
### Screenshots
### Technology Used
- [LiveData](https://developer.android.com/reference/kotlin/androidx/lifecycle/LiveData)
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel)
- [Room](https://developer.android.com/jetpack/androidx/releases/room)
- [Co-routines](https://github.com/Kotlin/kotlinx.coroutines)
- [Navigation](https://developer.android.com/jetpack/androidx/releases/navigation)
- [Glide](https://github.com/bumptech/glide)
- [MP Charts](https://github.com/PhilJay/MPAndroidChart)
- [Circleimageview](https://github.com/hdodenhof/CircleImageView)
- [meow-bottom-navigation](https://github.com/oneHamidreza/MeowBottomNavigation)