Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using an SQLite database Specification: use Android Studio using KOTLIN Make a list manager program for shopping list that stores the list items in an

Using an SQLite database

Specification: use Android Studio using KOTLIN

Make a list manager program for shopping list that stores the list items in an SQLite database. Allow the user to view all of the list items, add items to the list (and the database), delete items from the list (and the database), and execute a query to see a subset of the list items from the database. The query should be implemented with SQL. Your app should include a detail view that displays a few attributes of each list item.

Your SQL query should allow the user to specify a value that determines what list items will be displayed. For example, a list of to-do items might allow the user to specify a priority, like HIGH, and only show items with that priority. A list of shopping items might allow the user to specify a section of a store, like PRODUCE.

Make sure that the field(s) used to select items can be entered for new items and are displayed in the list view and/or the detail view.

When the application runs the first time, the database should have enough records in it for interesting (non-trivial) queries.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Programming The Perl DBI Database Programming With Perl

Authors: Tim Bunce, Alligator Descartes

1st Edition

1565926994, 978-1565926998

More Books

Students also viewed these Databases questions