sabiou / depensy-app

An simple app to track your daily expenses :moneybag: :bar_chart:. The app is built with Kotlin, Hilt, Material components and Android Architecture Components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Depensy ๐Ÿ’ฐ ๐Ÿ“Š

(A work in progress project!!!)

Build Status ktlint API

Depensy ๐Ÿ’ฐ is a work-in progress simple budget management app - features latest android technologies.

Features lists (Depensy version 1.0.0-alpha01)

  • User authentitication
  • Add new expense
  • Track expenses with a detailed history
  • Statistics screen with charts

Architecture

This app is build following the diagram bellow. To learn more about this architecture

Login feature navigation graph

Getting Started

Follow these steps if you want to get a local copy of the project.

Prerequisites
  • Android Studio IDE 3.2+
  • Android SDK v28
  • Android Build Tools v28.0.3
  • Gradle 4.10.1
1. Clone or fork the repository by running the command below
git https://github.com/sabiou/depensy.git
2. Import the project in AndroidStudio
  1. In Android Studio, go to File -> New -> Import project
  2. Follow the dialog for set up instructions

For more resources on learning Android development, visit the Developer Guides at developer.android.com.

Screenshots


(Coming soon...)

Libraries Used

  • 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
  • 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

Contributors

License

Apache License 2.0
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

An simple app to track your daily expenses :moneybag: :bar_chart:. The app is built with Kotlin, Hilt, Material components and Android Architecture Components.

License:Apache License 2.0


Languages

Language:Kotlin 99.5%Language:Java 0.5%