Depensy 💰 is a work-in progress simple budget management app - features latest android technologies.
- User authentitication
- Add new expense
- Track expenses with a detailed history
- Statistics screen with charts
This app is build following the diagram bellow. To learn more about this architecture
Follow these steps if you want to get a local copy of the project.
- Android Studio IDE 3.2+
- Android SDK v28
- Android Build Tools v28.0.3
- Gradle 4.10.1
git https://github.com/sabiou/depensy.git
- In Android Studio, go to File -> New -> Import project
- Follow the dialog for set up instructions
For more resources on learning Android development, visit the Developer Guides at developer.android.com.
(Coming soon...)
- Foundation - Components for core system capabilities, Kotlin extensions and support for
multidex and automated testing.
- AppCompat - Degrade gracefully on older versions of Android.
- Android KTX - Write more concise, idiomatic Kotlin code.
- Test - An Android testing framework for unit and runtime UI tests.
- Architecture - A collection of libraries that help you design robust, testable, and
maintainable apps. Start with classes for managing your UI component lifecycle and handling data
persistence.
- Data Binding - Declaratively bind observable data to UI elements.
- Lifecycles - Create a UI that automatically responds to lifecycle events.
- LiveData - Build data objects that notify views when the underlying database changes.
- Navigation - Handle everything needed for in-app navigation.
- Room - Access your app's SQLite database with in-app objects and compile-time checks.
- ViewModel - Store UI-related data that isn't destroyed on app rotations. Easily schedule asynchronous tasks for optimal execution.
- UI - Details on why and how to use UI Components in your apps - together or separate
- Animations & Transitions - Move widgets and transition between screens.
- Fragment - A basic unit of composable UI.
- Layout - Lay out widgets using different algorithms.
- Third party
- Kotlin Coroutines for managing background threads with simplified code and reducing needs for callbacks
- Third party
- Material Dialogs 😍 A beautiful and fluid dialogs API for Kotlin & Android
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.