deGhost / SavingsGuru

πŸ’Ž Android application following best practices πŸ’Ž

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SavingsGuru

Kanban Board with Roadmap ( Feel free to contribute )

https://github.com/OskarLasota/SavingsGuru/projects/1

Tech Stack & Open-Library Sources :

  • CI/CD Using Github Actions for Pull Requests

  • 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 ( Line Graph )

  • Architecture

    • MVVM Architecture (View - ViewModel - Model)
    • Repository pattern
    • One Activity pattern
  • Material Design & Animations

    • LottieFlies
  • Retrofit2 & Gson - Also implementing the REST API with NodeJS

Google play store listing

https://play.google.com/store/apps/details?id=com.frezzcoding.savingsguru

About

πŸ’Ž Android application following best practices πŸ’Ž


Languages

Language:Kotlin 99.8%Language:Dockerfile 0.2%