AboutActivity¶
-
public class
AboutActivityextends DrawerActivity¶ Activity for displaying author attributions, copyright notices, and version information on an
Aboutpage
Methods¶
onCreate¶
-
protected void
onCreate(Bundle savedInstanceState)¶ When the activity is created, it pulls what to display from
R.layout.activity_about. It does not have asetSupportActionBar(toolbar)call because that is handled byDrawerActivity. The toolbar MUST have an ID ofaction_bar.Parameters: - savedInstanceState – Passed to superclass onCreate method
openLegal¶
-
public void
openLegal(View v)¶ Open
Acknowledgementsactivity to display legally required attributions for the open-source libraries we useParameters: - v – The
Viewof the button clicked on to run this method. Not used.
- v – The