Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zendurance/savingsguru
latest android tech stack
https://github.com/zendurance/savingsguru
Last synced: 23 days ago
JSON representation
latest android tech stack
- Host: GitHub
- URL: https://github.com/zendurance/savingsguru
- Owner: zEndurance
- Created: 2021-04-23T15:32:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T15:35:10.000Z (over 3 years ago)
- Last Synced: 2024-12-06T19:44:46.710Z (about 1 month ago)
- Language: Kotlin
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SavingsGuru
## Tech Stack & Open-Library Sources :
+ Minimum SDK level 21
+ 100% Kotlin
+ RxJava
+ Unit Testing
+ Integration Testing
+ Dagger Hilt
+ JetPack
+ LiveData - notify domain layer data to views.
+ Lifecycle - dispose observing data when lifecycle state changes.
+ ViewModel - UI related data holder, lifecycle aware.
+ Room Persistence - construct database.
+ Jetpack Navigation Components
+ Firebase Notifications ( todo )
+ Data Binding
+ Custom Views ( todo )
+ Architecture
+ MVVM Architecture (View - DataBinding - ViewModel - Model)
+ Repository pattern
+ One Activity pattern+ Material Design & Animations
+ LottieFlies
+ Retrofit2 & Gson - Also implementing the REST API//todo accessibility features