Skip to content

HelpActivity

stardust edited this page Feb 20, 2023 · 1 revision

HelpActivity

The HelpActivity class contains the logic for the Help 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

setAdapter

Sets the RecyclerAdapter for the activity.

Parameters:

  • none

Return value:

  • none
Clone this wiki locally