Skip to content

In this application the user can make a shopping list and the user can give basic information about the product. The user's list will be saved on the application via Room Database.

Notifications You must be signed in to change notification settings

dorj222/ShoppingList

Repository files navigation

ShoppingList

This is a simple shopping list application where an user can make list of items they would like to buy. I created this application as a class project, when I took Mobile Software Development course that was taught by Dr. PÉTER EKLER. This application consists of multiple activities, RecyclerView, Animation loading screen, and Persistence data storage (Room). Items can have the following attributes: name, description, price, status (if it has been bough yet), and category. All the items along with their attributes will be saved in the persistence data storage. Also, an user can edit and remove any item from the existing list of items.

About

In this application the user can make a shopping list and the user can give basic information about the product. The user's list will be saved on the application via Room Database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages