Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klisiewicz/shopping-list
A sample app illustrating development with Android Jetpack https://developer.android.com/jetpack/
https://github.com/klisiewicz/shopping-list
Last synced: 23 days ago
JSON representation
A sample app illustrating development with Android Jetpack https://developer.android.com/jetpack/
- Host: GitHub
- URL: https://github.com/klisiewicz/shopping-list
- Owner: klisiewicz
- Created: 2019-06-28T13:45:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T16:11:45.000Z (over 4 years ago)
- Last Synced: 2024-10-09T13:12:05.404Z (about 1 month ago)
- Language: Kotlin
- Size: 267 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping List
This application allows you to create and manage shopping lists.## Screenshots
![Shopping list](/screenshots/shopping-list.png "Shopping list")
![Shopping list detail](/screenshots/shopping-list-detail.png "Shopping list detail")## Built With
* [Kotlin](https://github.com/JetBrains/kotlin) - Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference.
* [Android Jetpack](https://developer.android.com/jetpack) - Jetpack is a collection of Android software components to make it easier for you to develop great Android apps.
* [Koin](https://github.com/InsertKoinIO/koin) - A pragmatic lightweight dependency injection framework for Kotlin.## Authors
* [Karol Lisiewicz](https://www.linkedin.com/in/karol-lisiewicz/)