Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.53 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.53 KB

Logo

MyGroceries

MyGroceries intends to allow users to create fast lists without too much user input. This is because most shoppers tend to create a grocery list the minute before they enter the store, so this app has been created so the process is quick and is done before they even enter. It does not require an Internet connection, so this app can be used in remote locations.

Goal

  • Create a activity that displays all lists

    • Use SQLite to store all created lists
    • Display a progress bar that shows how many items in the grocery list have been checked by the user
    • Allow users to update or delete lists
  • Create a activity that displays all items of a specific list

    • Add a search function, so users can instantly add item of their choice
    • Add a currency feature, so users around the world can change currency to their own
    • Allow users to update or delete items
  • Create a login activity that allows users to stores lists in a private database server

    • Use firebase to achieve this
    • Display all lists from the database when user logs in
    • Allow users to update or delete items

app tutorial

Installation

Download in PlayStore: MyGroceries