Skip to content

MohFahmi27/anak-kost-money-tracker

Repository files navigation

Komotrack💲

License Platform

Komotrack (Kost Money Tracker) is a Simple Android Application to help you tracking your expense or income on daily basis. Build using MVVM pattern using mainly koin, flow, retrofit, and room.

photo6217430366503940078 photo6217430366503940077 photo6217430366503940076

Demo App

demo_app

Fetures

  • Add, Update, Delete Activity.
  • Display how much percentage of income and expense.
  • Daily Notification.
  • Articles from news api.

Modularization

This app consist of 2 modules:

  • app: module for presentation layer or UI layer
  • core: module consist of data and domain layer

API

for displaying articles i am using indonesia news api which you could find here:

berita-indo-api

App Dependancies

This App main Dependancies includes:

  1. Koin for dependancy injection.
  2. Retrofit A library for type-safe HTTP client for Android.
  3. Moshi Converter A Converter which uses Moshi for serialization to and from JSON.
  4. Room abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
  5. Flow An asynchronous data stream that sequentially emits values and completes normally or with an exception.
  6. Data Store Preferences Data storage solution that allows you to store key-value pairs
  7. Coil-kt Image loading library for Android backed by Kotlin Coroutines.

Others Libraries

  1. ViewBinding Delegation
  2. View Pager Indicator
  3. Fancy Toast

Authors

License

MIT License

Copyright (c) 2022 Mohammad Fahmi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.