Skip to content

The App reads the user sms, take notes of transactional sms and create total income and total expenses in a pie chart. The users can also add tag to the messages for future reference. Currently, the app is only able to detect Kenyan and Indian currencies. The app uses Dagger Hilt for Dependency Injection.

Notifications You must be signed in to change notification settings

ronnieotieno/Spending-Calculator

Repository files navigation

Spending-Calculator-MVVM-Clean-Architecture-Dagger-Hilt

The App reads the user sms, take notes of transactional sms and create total income and total expenses in a pie chart. The users can also add tag to the messages for future refference. Currently the app is only able to detect Kenyan and Indian currencies.

Prerequisites

The project has all required dependencies in the build.gradle file.

Architecture

The project uses MVVM architecture pattern.

Libraries

  • AnyChart - Used for Piechart
  • Room - Provides abstraction layer over SQLite
  • ViewModel - Manage UI related data in a lifecycle conscious way and act as a channel between use cases and ui
  • DataBinding - support library that allows binding of UI components in layouts to data sources,binds character details and search results to UI
  • Navigation Component - Android Jetpack's Navigation component helps in implementing navigation between fragments
  • Dagger Hilt - For Dependency Injection, this was added later.

Contributors

Screenshots

License

  Copyright 2020 Ronnie Otieno
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.

About

The App reads the user sms, take notes of transactional sms and create total income and total expenses in a pie chart. The users can also add tag to the messages for future reference. Currently, the app is only able to detect Kenyan and Indian currencies. The app uses Dagger Hilt for Dependency Injection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages