Address Book Android Application - TP2.
AddressBook is hosted in the following web site
https://github.com/Tonata/AddressBook
If you think the Android project AddressBook listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AddressBook.
Item | Value |
---|---|
Java File Count | 8 |
Minimum SDK Version | 11 |
Activity Count | 4 |
AddressBook has the following Java source files.
com.example.address_book.domain.Contact.java com.example.address_book.repository.ContactDAO.java com.example.address_book.repository.DBAdapter.java com.example.address_book.repository.Impl.ContactDAOImpl.java com.example.address_book.views.AddressScreen.java com.example.address_book.views.DetailsScreen.java com.example.address_book.views.EditDetails.java com.example.address_book.views.FirstScreen.java