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.
The project has all required dependencies in the build.gradle file.
The project uses MVVM architecture pattern.
- 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.
- Thanks to Collins Gichuki for the addition of constraint layouts.
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.