https://github.com/saberglow/sparmeplease
🛒 A Shopping List application developed in Kotlin
https://github.com/saberglow/sparmeplease
android kotlin recyclerview retrofit room-persistence-library
Last synced: 4 months ago
JSON representation
🛒 A Shopping List application developed in Kotlin
- Host: GitHub
- URL: https://github.com/saberglow/sparmeplease
- Owner: SABERGLOW
- License: mit
- Created: 2021-12-10T21:31:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T21:55:28.000Z (over 4 years ago)
- Last Synced: 2025-04-30T15:14:51.846Z (about 1 year ago)
- Topics: android, kotlin, recyclerview, retrofit, room-persistence-library
- Language: Kotlin
- Homepage:
- Size: 5.02 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SparMePlease
Wanna buy stuff from Spar? Well, make a list ...
# Overview
This is a pretty little android application written in Kotlin which will help you make a nice shopping list. You can add items, mark them as bought/not bought, delete them one by one, or delete them all at once.
# Installation
If you wish to compile and run the application, just import the whole project in Android Studio and build it.
Alternatively, you can download and install app-debug.apk on your android device.
# Features
The application implements:
- Multiple Activities (Splash Screen, Main, New Item)
- Lists (RecyclerView)
- Persistent data storage (Room)
- Network communication (Retrofit for Currency Rates)
# UI Elements
The Shopping List can display:
- icon for the item (an ImageView based on the Category),
- checkbox whether it has been bought or not (user can change it during shopping),
- name of the item
- additional attributes can also be displayed of course!
_All the image/icon assets are included in the Assets folder_