App Contacts is a simple project to add contacts in SQLite database and display all contacts on the main screen. Also, user can press random access button to randomly pick one contact in the SQLite database.
Here is what it looks like:
Project highlights:
-
Demonstrated OOP concepts in Java.
-
Tackled all requirements, such as list contact information, add a new contact, display a selected contact information, and get random address.
-
Implemented Fragments communication and Activity life cycles.
-
Used content provider, database helper to deal with the open/create database and implement insert/ query functionality.
-
Implemented RecyclerView ( latest SDK ) to display contact list information.
-
Used adb shell to check data store in database.
