-
Notifications
You must be signed in to change notification settings - Fork 6
Application Initialization
mnipper edited this page Feb 11, 2014
·
2 revisions
The application is currently initialized in appInit() in AppUtil. It is called in the onCreate of InstrumentFragment since InstrumentActivity is currently the main activity. If the main activity should ever change, then AdminUtil.appInit() should be moved to the main activity. The appInit() currently runs security checks, sets up api variables, sets default admin settings for the device, and starts the polling service to sync with the remote api.