Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Alerter | 5,175 | 2 years ago | 39 | mit | Kotlin | |||||
An Android Alerting Library | ||||||||||
Materialabout | 1,527 | 2 months ago | mit | Java | ||||||
๐ It's a material-design about screen to use on your Android apps. A developer profile and application information easy to integrate. | ||||||||||
Music Player Go | 1,460 | a day ago | 74 | gpl-3.0 | Kotlin | |||||
๐ถ๐ผ Very slim music player ๐จโ๐ค 100% made in Italy ๐๐ณ๐๐๐ | ||||||||||
Motiontoast | 1,079 | a year ago | 1 | October 07, 2020 | 22 | Kotlin | ||||
๐ A Beautiful Motion Toast Library for Kotlin Android | ||||||||||
Elephant | 957 | 5 years ago | 8 | apache-2.0 | Java | |||||
Elephant is PHPHub Community Android unofficial client, base on Material Design + MVP+RxJava+Retrofit . | ||||||||||
Expenso | 855 | 3 months ago | 23 | apache-2.0 | Kotlin | |||||
๐ A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture | ||||||||||
Morphing Material Dialogs | 835 | 2 years ago | 7 | mit | Kotlin | |||||
Material dialog :heart: morphing animation. An android kotlin UI library for building beautiful animations for converting a floating action button into a material dialog. | ||||||||||
Changedetection | 638 | 7 months ago | 18 | apache-2.0 | Kotlin | |||||
Automatically track websites changes on Android in background. | ||||||||||
Quill | 557 | 5 years ago | 29 | mit | Java | |||||
:ghost: [MOVED TO https://github.com/TryGhost/Ghost-Android] The beautiful Android app for your Ghost blog. | ||||||||||
Notzz App | 548 | 3 months ago | 14 | mit | Kotlin | |||||
๐ 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). |
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 ๐
Click to View Expenso app Design from below ๐
Dashboard | All Income | All Expense | Details | Add Transaction |
---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
Dashboard | All Income | All Expense | Details | Add Transaction |
---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
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
This app uses ***MVVM (Model View View-Model)*** architecture.
You need to have Android Studio Beta 3 or above to build this project.
Well, we've iOS version here, Checkout the iOS version of this app Expenso
If you want to contribute to this app, you're always welcome! See Contributing Guidelines.
Have an project? DM us at ๐
Drop a mail to:- [email protected]
If this project help you reduce time to develop, you can give me a cup of coffee :)
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.