Project Description:
This repository contains a simple exercise app for creating a Shopping List in order to learn Kotlin. Users can enter a name and a numerical value and the item will appear inside the Shopping List. The values, then, can be edited (by clicking again inside the item) or deleted by clicking on the delete icon.
This exercise has been developed by following the Udemy course The Complete Android 14 & Kotlin Development Masterclass with some small changes made on my side (like the edit on a new Custom Alert Dialog instead of editing directly on the Main Activity and managed a simple exception on quantity field).
- Kotlin
- Android Studio
- Physical device: Pixel 8 Pro
This project is licensed under the MIT License.
Thanks for AbhiNuclear for his contribution!
I'll welcome contributions of any kind to this project!
This is an exercise project and might not be complete or bug-free. Please report any issues or suggestions for improvement.
android, kotlin, shopping-list, exercise, open-source, MIT