SkillAgentSearch skills...

Expenso

šŸ“Š A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture

Install / Use

/learn @Spikeysanju/Expenso

README

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

<br />

Try latest Expenso app apk from below šŸ‘‡

Expenso

<br />

UI Design šŸŽØ

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

Expenso

<br />

Day Mode šŸŒž

Dashboard | All Income | All Expense | Details | Add Transaction --- | --- | --- |--- |--- | | | |

<br />

We Support Dark Mode Too 🌚

Dashboard | All Income | All Expense | Details | Add Transaction --- | --- | --- |--- |--- | | | |

<br />

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.
<br />

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
<br />

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. <br> <img src="./beta_android.png" height="200" alt="Beta-studio"/>

<br>

Ohh You want iOS App Too? šŸ“±

Well, we've iOS version here, Checkout the iOS version of this app <a href="https://github.com/sameersyd/Expenso">Expenso</a>

<br />

Contribute šŸ¤

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

<br>

Contact šŸ“©

Have an project? DM us at šŸ‘‡

Drop a mail to:- spikeysanju98@gmail.com

<br>

Donation šŸ’°

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

<a href="https://www.buymeacoffee.com/Li0hsl4" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

<br>

Credits šŸ¤—

<br />

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.

View on GitHub
GitHub Stars1.1k
CategoryDevelopment
Updated12d ago
Forks185

Languages

Kotlin

Security Score

100/100

Audited on Mar 12, 2026

No findings