Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.92 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.92 KB

ShoppingList

This is a ShoppingList Android application developed on Android Studio for the Mobile Software Development class in AIT Budapest Fall 2016.

Features

  • 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.

To-do List

  • 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

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

  • 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.

Installing

  • 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

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Aquincum Institute of Technology and Budapest University of Technology and Economics in Budapest, Hungary
  • Professor Peter Ekler