26 lines
2.5 KiB
Markdown
26 lines
2.5 KiB
Markdown
|
# 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
|
||
|
|
||
|
<a href="./screenshots/dashboard-no-data.jpg?raw=true" title="Dashboard without data"><img alt="Dashboard without data" src="./screenshots/dashboard-no-data.jpg?raw=true" width="200" /></a>
|
||
|
<a href="./screenshots/expenses-no-data.jpg?raw=true" title="Expenses without data"><img alt="Expenses without data" src="./screenshots/expenses-no-data.jpg?raw=true" width="200" /></a>
|
||
|
<a href="./screenshots/income-no-data.jpg?raw=true" title="Income without data"><img alt="Income without data" src="./screenshots/income-no-data.jpg?raw=true" width="200" /></a>
|
||
|
<a href="./screenshots/add-expense.jpg?raw=true" title="Adding an expense"><img alt="Adding an expense" src="./screenshots/add-expense.jpg?raw=true" width="200" /></a>
|
||
|
<a href="./screenshots/expenses-data.jpg?raw=true" title="Expenses with data"><img alt="Expenses with data" src="./screenshots/expenses-data.jpg?raw=true" width="200" /></a>
|
||
|
<a href="./screenshots/dashboard-data.jpg?raw=true" title="Dashboard with data"><img alt="Dashboard with data" src="./screenshots/dashboard-data.jpg?raw=true" width="200" /></a>
|
||
|
<a href="./screenshots/app-shortcuts.jpg?raw=true" title="App Shortcuts"><img alt="App Shortcuts" src="./screenshots/app-shortcuts.jpg?raw=true" width="200" /></a>
|
||
|
|
||
|
## 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.
|
||
|
```
|