Contact App

Bhavna Haritsa
2 min readApr 29, 2019

The Contact app is an Android application that is used to retrieve contacts from your phone using contact modules.

The contacts in the app get updated as soon as contacts in the phone get updated either insertion or deletion or editing any of the particular contacts. The app consists of basically two activities,

  1. List of contacts in your phone
  2. Information about each contact. The second activity is triggered as soon as you click any one of the contacts from the contact list in the first activity.

Screen Shots of the app:

First activity, where the list of contacts in the local phone gets displayed.

Second activity, which displays the information of the contact such as contact name, contact image, email id, and number.

If the user hasn’t given an image of the contact, it displays a generic image o the contact without leaving that section empty.

Source Code: https://github.com/Bhavnaharitsa/ContactApp

Please go through the code for more details and ping me if you have doubts. I’ll be very happy to help :)

Thank you.

Bhavna.

--

--