net.neurowork.mobile.android.fw.activities.generators
Class ImageGalleryActivityGenerator

java.lang.Object
  extended by net.neurowork.mobile.android.fw.activities.generators.AbstractActivtyGenerator
      extended by net.neurowork.mobile.android.fw.activities.generators.LevelActivityGenerator
          extended by net.neurowork.mobile.android.fw.activities.generators.ImageGalleryActivityGenerator
All Implemented Interfaces:
ActivityGenerator

public class ImageGalleryActivityGenerator
extends LevelActivityGenerator

Screen generator, responsible for specific components to initialize the display type "IMAGE_GALLERY". It also creates the menus, rotations, and the format for the components.

Author:
Jonatan Alcocer Luna, Jorge E. Villaverde

Nested Class Summary
 class ImageGalleryActivityGenerator.ImageAdapter
          Class intended for positioning images
 
Constructor Summary
ImageGalleryActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
 
Method Summary
 
Methods inherited from class net.neurowork.mobile.android.fw.activities.generators.LevelActivityGenerator
getAppLevel, setAppLevel
 
Methods inherited from class net.neurowork.mobile.android.fw.activities.generators.AbstractActivtyGenerator
hasLength, initializeActivity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageGalleryActivityGenerator

public ImageGalleryActivityGenerator(AppLevel appLevel,
                                     NextLevel nextLevel)