Uses of Interface
net.neurowork.mobile.android.fw.levels.AppLevelData

Packages that use AppLevelData
net.neurowork.mobile.android.fw.levels   
net.neurowork.mobile.android.fw.levels.impl   
net.neurowork.mobile.android.fw.parse   
 

Uses of AppLevelData in net.neurowork.mobile.android.fw.levels
 

Methods in net.neurowork.mobile.android.fw.levels that return AppLevelData
 AppLevelData AppLevel.getData(android.content.Context context)
           
 AppLevelData AppLevel.getData(android.content.Context context, java.util.Locale locale)
           
 

Uses of AppLevelData in net.neurowork.mobile.android.fw.levels.impl
 

Classes in net.neurowork.mobile.android.fw.levels.impl that implement AppLevelData
 class DefaultAppLevelData
          Generates a default ApplicationData
 

Uses of AppLevelData in net.neurowork.mobile.android.fw.parse
 

Methods in net.neurowork.mobile.android.fw.parse that return AppLevelData
static AppLevelData ParseUtils.parseLevelData(android.content.Context context, java.util.Locale locale, java.lang.String xmlFileName, ActivityType activityType)
          This method is used to make the ride home file "LEVEL.xml" passed in the parameter xmlFileName.