|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityGenerator | |
---|---|
net.neurowork.mobile.android.fw | |
net.neurowork.mobile.android.fw.activities.generators |
Uses of ActivityGenerator in net.neurowork.mobile.android.fw |
---|
Methods in net.neurowork.mobile.android.fw that return ActivityGenerator | |
---|---|
ActivityGenerator |
ApplicationData.getAppCoverData(android.content.Context context)
Returns an ActivityGenerator with data obtained after parsing cover file Se devuelve un ActivityGenerator con los datos obtenidos al parsear el fichero "portada".xml |
ActivityGenerator |
ApplicationData.getFromNextLevel(android.content.Context context,
NextLevel nextLevel)
Returns an ActivityGenerator (if exists), of a specific type |
Uses of ActivityGenerator in net.neurowork.mobile.android.fw.activities.generators |
---|
Classes in net.neurowork.mobile.android.fw.activities.generators that implement ActivityGenerator | |
---|---|
class |
AbstractActivtyGenerator
Abstract class that inherit all other ActivityGenerators. |
class |
AudioActivityGenerator
|
class |
ButtonsActivityGenerator
Screen generator, responsible for specific components to initialize the display type "BUTTONS". |
class |
CalendarActivityGenerator
Screen generator, responsible for specific components to initialize the display type "CALENDAR". |
class |
CoverActivityGenerator
Screen generator, responsible for specific components to initialize the display type "COVER". |
class |
FormActivityGenerator
Screen generator, responsible for specific components to initialize the display type "FORM". |
class |
ImageGalleryActivityGenerator
Screen generator, responsible for specific components to initialize the display type "IMAGE_GALLERY". |
class |
ImageListActivityGenerator
Screen generator, responsible for specific components to initialize the display type "IMAGE_LIST". |
class |
ImageTextDescriptionActivityGenerator
Screen generator, responsible for specific components to initialize the display type "IMAGE_TEXT_DESCRIPTION". |
class |
ImageZoomActivityGenerator
Screen generator, responsible for specific components to initialize the display type "IMAGE_ZOOM". |
class |
LevelActivityGenerator
Abstract class that implements all the methods necessary for the proper start of the screens, focusing primarily on the current "level". |
class |
ListActivityGenerator
Screen generator, responsible for specific components to initialize the display type "LIST". |
class |
MapActivityGenerator
Screen generator, responsible for specific components to initialize the display type "MAP". |
class |
PdfActivityGenerator
Screen generator, responsible for specific components to initialize the display type "PDF". |
class |
QrActivityGenerator
Screen generator, responsible for specific components to initialize the display type "QR". |
class |
QuizActivityGenerator
|
class |
VideoActivityGenerator
Screen generator, responsible for specific components to initialize the display type "VIDEO". |
class |
WebActivityGenerator
Screen generator, responsible for specific components to initialize the display type "WEB". |
Methods in net.neurowork.mobile.android.fw.activities.generators that return ActivityGenerator | |
---|---|
static ActivityGenerator |
ActivityGeneratorFactory.createActivityGenerator(android.content.Context context,
NextLevel nextLevel)
Returns a specific ActivityGenerator a screen depending on the requested activity |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |