A sample app to test out the Android Architecture Components and App Shortcuts
Find a file
2024-03-17 10:12:49 -06:00
.settings Add categories to transactions 2018-10-31 17:54:42 -06:00
android Add more details to recurring transaction details screen 2024-03-17 10:12:49 -06:00
gradle Implement editing of recurring transactions 2024-03-17 10:12:49 -06:00
screenshots Add README 2018-08-03 12:59:33 -05:00
shared Add more details to recurring transaction details screen 2024-03-17 10:12:49 -06:00
.gitignore Use Crashlytics for error handling and fix up navigation 2019-01-26 22:10:03 -06:00
.project Add categories to transactions 2018-10-31 17:54:42 -06:00
build.gradle WIP: Migrate to Kotlin Multiplatform 2024-03-17 10:12:49 -06:00
gradle.properties WIP: Migrate to Kotlin Multiplatform 2024-03-17 10:12:49 -06:00
gradlew Rename app module to android 2020-07-25 16:29:46 -07:00
gradlew.bat Initial commit with basic income/expense adding/persistence 2018-07-31 21:01:15 -05:00
README.md Add README 2018-08-03 12:59:33 -05:00
settings.gradle.kts WIP: Migrate to Kotlin Multiplatform 2024-03-17 10:12:49 -06:00

My Allowance

This app is just a playground of sorts for me to test the Android Architecture Components. I have no plans to publish nor maintain it, but feel free to fork it if you'd like.

Screenshots

Dashboard without data Expenses without data Income without data Adding an expense Expenses with data Dashboard with data App Shortcuts

License

Copyright 2018 William Brawner

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.