Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an expense tracking app that includes the following features: You need to store persistent data (i.e. survives application restart). You can use SQLite or

image text in transcribed

Create an expense tracking app that includes the following features: You need to store persistent data (i.e. survives application restart). You can use SQLite or another method for the data storage. Data per entry to stored: o String Name o String Category oString Date (don't worry about using a date format) o Float/Amount o String Note (this is the only field the user can leave blank) o int/id (which the user won't enter, but is needed by the db. This must be a unique value. You need to have a way for the user to create a new entry, update an existing entry and delete an entry. Create categories of expenses. The user can select from already existing categories stored. You will need to query the database, get a unique list of categories that the user can then click on (likely via a spinner, dialog, or other. The choice is up to you). There should also be a way to enter a new category. Create an expense tracking app that includes the following features: You need to store persistent data (i.e. survives application restart). You can use SQLite or another method for the data storage. Data per entry to stored: o String Name o String Category oString Date (don't worry about using a date format) o Float/Amount o String Note (this is the only field the user can leave blank) o int/id (which the user won't enter, but is needed by the db. This must be a unique value. You need to have a way for the user to create a new entry, update an existing entry and delete an entry. Create categories of expenses. The user can select from already existing categories stored. You will need to query the database, get a unique list of categories that the user can then click on (likely via a spinner, dialog, or other. The choice is up to you). There should also be a way to enter a new category

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

New Trends In Databases And Information Systems Adbis 2019 Short Papers Workshops Bbigap Qauca Sembdm Simpda M2p Madeisd And Doctoral Consortium Bled Slovenia September 8 11 2019 Proceedings

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Robert Wrembel ,Mirjana Ivanovic ,Johann Gamper ,Mikolaj Morzy ,Theodoros Tzouramanis ,Jerome Darmont

1st Edition

3030302776, 978-3030302771

Students also viewed these Databases questions

Question

Explain the logic of the EOQ model.

Answered: 1 week ago

Question

Identify and control your anxieties

Answered: 1 week ago

Question

Understanding and Addressing Anxiety

Answered: 1 week ago