Skip to content

ContactActivity

stardust edited this page Feb 20, 2023 · 1 revision

ContactActivity

The ContactActivity class contains the logic for the Contact activity.

onCreate

Method is called when the activity is created. In this method, the toolbar and layout is set. Also, the contact items are added.

Parameters:

  • Bundle savedInstanceState

Return value:

  • none

addContactItem

Adds ContactItems objects to the contactItems ArrayList.

Parameters:

  • none

Return value:

  • none

Clone this wiki locally