Description
from the Android App Development book
Programming
In this project to mobile application development using the Android Studio and the Java programming language
Complete #22 on page 218 from Chapter 5. You will use SQLite to maintain a Friends appfrom the Android App Development book
question 22. Write an app similar to the chapter’s app to manage a group of friends: a friend is defined as having a first name, a last name, and an email address. The friends should be stored in a database: a friend can be added or deleted; his/her data can be modified.
