Creating a Data Access Object with SQLite
For this assignment, modify an existing app that tracks business expenses. The existing app is attached. There are two inner classes: ExpenseItem, which defines constants used in mapping the Expense data to the database, and Helper. You should see that the Expense class is a simple POJO with properties of amount, description, and expenseDate. A … Read more