• Stars
    star
    884
  • Rank 51,646 (Top 2 %)
  • Language
    Kotlin
  • License
    Apache License 2.0
  • Created almost 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

📊 A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture

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.

More Repositories

1

MotionToast

🌈 A Beautiful Motion Toast Library for Kotlin Android
Kotlin
1,320
star
2

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.
Kotlin
858
star
3

ZoomRecylerLayout

🎢 Zoom Recycler Layout Manager For Android Kotlin
Kotlin
798
star
4

JetQuotes

🔖 A Quotes Application built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Kotlin
492
star
5

Wiggles

🐶 Beautiful Puppy adoption app with Jetpack Compose #AndroidDevChallenge
Kotlin
417
star
6

Epoch

⏱ A simple stop watch app built to demonstrate the use of Jetpack Compose
Kotlin
72
star
7

JetQuotes-Desktop

🔖 A Quotes Application built to Demonstrate the Compose for Desktop UI
Kotlin
64
star
8

Dashboard-UI-Android

Simple Dashboard UI in Android Studio
Kotlin
45
star
9

HeyBooks

HeyBooks is a sample application built to demonstrate the use of Jetpack Compose UI Toolkit with Modern android architecture components!
Kotlin
34
star
10

Mini-Notes-App-Realm

📘 A Mini Notes App Powered by Realm DB as Backend
Kotlin
32
star
11

Picto

🌌 An MVVM Sample project with custom Image Loading Library
Kotlin
19
star
12

Tourism

⛰ A simple tourism app UI & With dummy data.
Kotlin
12
star
13

Custom-TabBar-Layout-Android

Custom TabBar Layout in android using Kotlin.
Kotlin
11
star
14

Pineberry-Splash-Screen-Android

📱 An simple splash screen in android using Kotlin
Kotlin
8
star
15

FlashNews-MVVM

🗞 A Flash News is an app built with Google's Official AAC.
Kotlin
7
star
16

Furniture-App

This is an furniture sales app where user can buy furniture and sofas in online.It's similar to Ecommerce application. We can sort list, filter and add to favourites and carts.
Java
4
star
17

Spikeysanju

A Passionate Android Developer & UI/UX Designer
4
star
18

spikeysanju.com

Welcome to my portfolio! This repository is currently being actively developed and will be frequently updated. While it hasn't been officially launched yet, you're welcome to take a look at it. Please note that all of the content within this portfolio is just dummy text at the moment.
Svelte
4
star
19

Lynkz

Personalised Link sharing app
Kotlin
2
star
20

TodoNotesWeb

This the the webpage for todo notes app.
HTML
2
star
21

CompostAnimations

A sample application to breakdown complex animation into smaller chunks.
Kotlin
2
star
22

QuotesApp

A Minimal Quotes App Built to Describe the use of MVVM Architecture using SwiftUI
Swift
2
star
23

Saviour-Android

IOT application for accident tracker in realtime with raspberry pi 3 & gps sensors
Kotlin
2
star
24

Coil-Image-Loader-And

A Sample App for Coil Image Loader Library for Android using Kotlin!...
Kotlin
2
star
25

Dozlog

Svelte
1
star
26

Patio

A Simple Patient Managment App powered by Firebase
Kotlin
1
star
27

ShoppingList

Shopping List Todo
Java
1
star
28

Todo-App-SwiftUI

This is Todo App made with Swift UI & Core Data
Swift
1
star
29

SIEMENS

A Simple PDF Generate App
Java
1
star
30

Video_templates

All my library screenshot & videos
1
star