bundel
A digital wellbeing Android app that helps minimise distractions when you don't want them. Watch us live code it at https://cwti.link/twitch or catch up on YouTube at https://cwti.link/yt. Merch available at https://cwti.link/spaccio. (by code-with-the-italians)
Expenso
π A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture (by Spikeysanju)
bundel | Expenso | |
---|---|---|
1 | 8 | |
284 | 967 | |
0.0% | - | |
3.6 | 0.0 | |
3 days ago | over 1 year ago | |
Kotlin | Kotlin | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bundel
Posts with mentions or reviews of bundel.
We have used some of these posts to build our list of alternatives
and similar projects.
-
How to properly learn from GitHub?
Anyways, I cloned their github repository, and I use the git checkout command to see the project one commit at a time from the beginning, and this way I'm able to follow the videos.
Expenso
Posts with mentions or reviews of Expenso.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-09.
-
25 Best Android Libraries, Projects, and Tools You Wonβt Want to Miss Out in 2021
1. Expenso
- 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.