Stats
Basic Expenso repo stats
0
367
8.8
8 days ago
Spikeysanju/Expenso is an open source project licensed under Apache License 2.0 which is an OSI approved license.
Expenso Alternatives
Similar projects and alternatives to Expenso
-
Expenso
A Simple Expense Tracker App built to demonstrate the use of SwiftUI, CoreData, Charts, Biometrics (Face & Touch ID) and MVVM Architecture. (by sameersyd)
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
NOTE:
The number of mentions on this list indicates mentions on common posts.
Hence, a higher number means a better Expenso alternative or higher similarity.
Posts
Posts where Expenso has been mentioned. We have used some of these posts to build our list of alternatives and similar projects - the last one was on 2021-02-04.
- Tired of tracking all your Income & Expenses ? Then, I've made an FOSS app for that. Introducing Expenso - Minimal & Clean Expense Tracker App 📊
-
I made a Simple Expense Tracker built to demonstrate the use of modern android architecture component with MVVM Architecture
A lot of the code logic is handled in the UI part (Fragments/Activities) directly https://github.com/Spikeysanju/Expenso/blob/master/app/src/main/java/dev/spikeysanju/expensetracker/view/about/AboutFragment.kt#L32 . Views should only display the data and relay events back to the ViewModel.
A lot of the code logic is handled in the UI part (Fragments/Activities) directly https://github.com/Spikeysanju/Expenso/blob/master/app/src/main/java/dev/spikeysanju/expensetracker/view/about/AboutFragment.kt#L32. Views should only display the data and relay events back to the ViewModel.
Thanks for raising the issue. It was resolved now on latest PR
Yeah, the view package is a bit messy. There are packages for categories of components (dialog, adapter) along with packages for features.