-
Notifications
You must be signed in to change notification settings - Fork 1
FAQActivity
stardust edited this page Feb 20, 2023
·
1 revision
The FAQActivity class contains the logic for the Frequently Asked Questions activity.
Method is called when the activity is created. In this method, the toolbar and layout is set. Also, the contact items are added.
Bundle savedInstanceState
- none
Prepares faq_questions.json to be parsed, then adds Question objects into the faqList ArrayList.
- none
- none
Parses faq_questions.json and adds Question objects into the faqList ArrayList.
-
String toString-
faq_questions.jsonparsed into a string.
-
- none