Uses of Class
net.neurowork.mobile.android.fw.activities.generators.AbstractActivtyGenerator

Packages that use AbstractActivtyGenerator
net.neurowork.mobile.android.fw.activities.generators   
 

Uses of AbstractActivtyGenerator in net.neurowork.mobile.android.fw.activities.generators
 

Subclasses of AbstractActivtyGenerator in net.neurowork.mobile.android.fw.activities.generators
 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".