|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationData | |
---|---|
net.neurowork.mobile.android.fw | |
net.neurowork.mobile.android.fw.activities | |
net.neurowork.mobile.android.fw.parse |
Uses of ApplicationData in net.neurowork.mobile.android.fw |
---|
Methods in net.neurowork.mobile.android.fw that return ApplicationData | |
---|---|
static ApplicationData |
ApplicationData.mergeAppDataFromString(android.content.Context context,
java.lang.String str)
Check the app.xml file again and add the new data |
static ApplicationData |
ApplicationData.readApplicationData(android.content.Context context)
Returns an ApplicationData with data obtained after parsing app.xml file |
static ApplicationData |
ApplicationData.readApplicationData(android.content.Context context,
java.util.Locale locale)
Returns an ApplicationData with data obtained after parsing app.xml file |
Methods in net.neurowork.mobile.android.fw with parameters of type ApplicationData | |
---|---|
void |
ApplicationData.merge(ApplicationData appData)
Add new levels to list |
Uses of ApplicationData in net.neurowork.mobile.android.fw.activities |
---|
Methods in net.neurowork.mobile.android.fw.activities that return ApplicationData | |
---|---|
static ApplicationData |
SplashActivity.getApplicationData()
|
Uses of ApplicationData in net.neurowork.mobile.android.fw.parse |
---|
Methods in net.neurowork.mobile.android.fw.parse that return ApplicationData | |
---|---|
static ApplicationData |
ParseUtils.parseApplicationData(android.content.Context context,
java.util.Locale locale,
java.lang.String xmlFileName)
This method is used to make the ride app.xml file, passed in the parameter xmlFileName. |
static ApplicationData |
ParseUtils.parseApplicationData(android.content.Context context,
java.lang.String str)
This method is used to make the ride app.xml file, passed in the parameter xmlFileName. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |