All Projects β†’ Spikeysanju β†’ Expenso

Spikeysanju / Expenso

Licence: apache-2.0
πŸ“Š A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Expenso

Notzz App
πŸ“ A Simple Note-Taking App built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, State Flow, Hilt-Dependency Injection, Jetpack DataStore, Architecture Components, MVVM, Room, Material Design Components).
Stars: ✭ 158 (-51.38%)
Mutual labels:  android-app, kotlin-coroutines, android-architecture, material-design, android-development, room-persistence-library, android-ui
Android Inappbilling
A sample which uses Google's Play Billing Library and it does InApp Purchases and Subscriptions.
Stars: ✭ 114 (-64.92%)
Mutual labels:  android-app, android-architecture, android-development, room-persistence-library, android-ui
Einsen
🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Stars: ✭ 821 (+152.62%)
Mutual labels:  android-development, android-architecture, android-ui, kotlin-coroutines, room-persistence-library
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-67.69%)
Mutual labels:  android-app, android-architecture, material-design, android-development, android-ui
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (-57.85%)
Mutual labels:  android-app, android-architecture, material-design, android-development, android-ui
Cameraxdemo
A sample camera app with CameraX API from Android Jetpack
Stars: ✭ 112 (-65.54%)
Mutual labels:  android-app, kotlin-coroutines, android-architecture, android-development, android-ui
Android Customtoast
Easy to use Custom Toast Library for Android
Stars: ✭ 24 (-92.62%)
Mutual labels:  android-app, material-design, android-development, android-ui
Androidkex
Extensions for Kotlin. Use the power of Kotlin to make your code smaller and beautiful.
Stars: ✭ 35 (-89.23%)
Mutual labels:  android-app, android-architecture, android-development, android-ui
Permissionsflow
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
Stars: ✭ 49 (-84.92%)
Mutual labels:  android-app, kotlin-coroutines, android-architecture, android-development
Android-MonetizeApp
A sample which uses Google's Play Billing Library and it makes In-app Purchases and Subscriptions.
Stars: ✭ 149 (-54.15%)
Mutual labels:  android-development, android-architecture, android-app, room-persistence-library
Alerter
An Android Alerting Library
Stars: ✭ 5,213 (+1504%)
Mutual labels:  android-app, material-design, android-development, android-ui
Datingapp
Dating UI kit is used for online meet up with girls and boys . The screen contains more than 30 icons and most of all required elements required to design an application like this. The XML and JAVA files contains comments at each and every point for easy understanding. Everything was made with a detail oriented style and followed by today's web trends. Clean coded & Layers are well-organized, carefully named, and grouped.
Stars: ✭ 97 (-70.15%)
Mutual labels:  android-app, material-design, android-development, android-ui
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-96%)
Mutual labels:  android-development, android-architecture, android-ui, android-app
Motiontoast
🌈 A Beautiful Motion Toast Library for Kotlin Android
Stars: ✭ 767 (+136%)
Mutual labels:  android-app, material-design, android-development, android-ui
media-picker
Easy customizable picker for all your needs in Android application
Stars: ✭ 167 (-48.62%)
Mutual labels:  android-development, android-architecture, android-ui, android-app
Music Player Go
🎢🎼 Very slim music player πŸ‘¨β€πŸŽ€ 100% made in Italy πŸ•πŸŒ³πŸŒžπŸπŸŒ„
Stars: ✭ 654 (+101.23%)
Mutual labels:  android-app, material-design, android-development, android-ui
Nytimes App
πŸ—½ A Simple Demonstration of the New York Times App πŸ“± using Jsoup web crawler with MVVM Architecture πŸ”₯
Stars: ✭ 246 (-24.31%)
Mutual labels:  android-architecture, material-design, android-development, room-persistence-library
Android Arsenal.com
Source to android-arsenal.herokuapp.com
Stars: ✭ 541 (+66.46%)
Mutual labels:  android-app, android-architecture, android-development, android-ui
Bottomsheet
BottomSheet dialog library for Android
Stars: ✭ 219 (-32.62%)
Mutual labels:  android-app, material-design, android-development, android-ui
Awesomedialog
A Beautiful Dialog Library for Kotlin Android
Stars: ✭ 163 (-49.85%)
Mutual labels:  android-app, material-design, android-development, android-ui

GitHub Cards Preview

Expenso πŸ“Š

A Simple Expense Tracker App πŸ“± built to demonstrate the use of modern android architecture component with MVVM Architecture πŸ—. Made with love ❀️ by Spikeysanju


Try latest Expenso app apk from below πŸ‘‡

Expenso


UI Design 🎨

Click to View Expenso app Design from below πŸ‘‡

Expenso


Day Mode 🌞

Dashboard All Income All Expense Details Add Transaction

We Support Dark Mode Too 🌚

Dashboard All Income All Expense Details Add Transaction

Built With πŸ› 

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more..
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • Stateflow - StateFlow is a state-holder observable flow that emits the current and new state updates to its collectors.
    • Flow - A flow is an asynchronous version of a Sequence, a type of collection whose values are lazily produced.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • Room - SQLite object mapping library.
    • Jetpack Navigation - Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app
    • DataStore - Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.
  • Figma - Figma is a vector graphics editor and prototyping tool which is primarily web-based.

Package Structure πŸ“¦

dev.spikeysanju.expenso # Root Package
β”œβ”€β”€ di                  # Hilt DI Modules 
β”œβ”€β”€ data                # For data handling.
β”‚   β”œβ”€β”€ local           # Local Persistence Database. Room (SQLite) database
|   β”‚   β”œβ”€β”€ dao         # Data Access Object for Room   
|   |   |── database    # Database Instance
|
β”œβ”€β”€ model               # Model classes [Transaction]
|
|-- repo                # Used to handle all data operations
|
β”œβ”€β”€ view                # Activity/Fragment View layer
β”‚   β”œβ”€β”€ main            # Main root folder
|   β”‚   β”œβ”€β”€ main        # Main Activity for RecyclerView
|   β”‚   └── viewmodel   # Transaction ViewModel
|   β”‚   β”œβ”€β”€ adapter     # Adapter for RecyclerView
β”‚   β”œβ”€β”€ Dashboard       # Dashboard root folder
|   |   |__ dashboard   # Dashboard 
β”‚   β”œβ”€β”€ Add             # Add Transaction root folder
|   |   |__ add         # Add Transaction 
β”‚   β”œβ”€β”€ Edit            # Edit Transaction root folder
|   |   |__ edit        # Edit Transaction
β”‚   β”œβ”€β”€ Details         # Add Transaction root folder
|   |   |__ details     # Transaction Details
β”‚   β”œβ”€β”€ About           # About root folder
|   |   |__ about       # About 
β”‚   β”œβ”€β”€ Dialog          # All Dialogs root folder
|   |   |__ dialog      # Error Dialog 
β”œβ”€β”€ utils               # All extension functions

Architecture πŸ—Ό

This app uses ***MVVM (Model View View-Model)*** architecture.

Build-tool 🧰

You need to have Android Studio Beta 3 or above to build this project.
Beta-studio


Ohh You want iOS App Too? πŸ“±

Well, we've iOS version here, Checkout the iOS version of this app Expenso


Contribute 🀝

If you want to contribute to this app, you're always welcome! See Contributing Guidelines.


Contact πŸ“©

Have an project? DM us at πŸ‘‡

Drop a mail to:- [email protected]


Donation πŸ’°

If this project help you reduce time to develop, you can give me a cup of coffee :)

Buy Me A Coffee


Credits πŸ€—


License πŸ”–

    Apache 2.0 License


    Copyright 2021 Spikey sanju

    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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].