This is a ShoppingList Android application developed on Android Studio for the Mobile Software Development class in AIT Budapest Fall 2016.
- Adding items (name, price, description, and category)
- Editing items
- Deleting items
- Makes use of SugarORM to save and remember items in list
- Icons are assigned to each item based on category chosen on the spinner
- Can use physical buttons to add, edit, or delete.
- Can use swiping gesture to delete.
- Holding an item will allow you to rearrange it.
- Implementing Firebase for account log-in and having access to the list on other devices
- Extra features like having separate lists, tagging, sorting, filtering.
- Improve IU
These instructions will get you a copy of the project up and running on your local machine for development.
- Download and install Java SE Development Kit 8. During installation, the wizard may ask to install JRE (Java Runtime Environment)——accept.
- Download and install Android Studio.
- Configure SDKs and download Android 25 on Android Studio.
- Create an Android Virtual Device to run full Android OS and test the application.
- Clone the repository into your desired directory
- Open the ShoppingList folder on Android Studio
- Build the Gradle file
- Test the application on the Android Virtual Device or your personal Android device
This project is licensed under the MIT License - see the LICENSE.md file for details
- Aquincum Institute of Technology and Budapest University of Technology and Economics in Budapest, Hungary
- Professor Peter Ekler