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

java.lang.Object
  extended by net.neurowork.mobile.android.fw.activities.generators.AbstractActivtyGenerator
All Implemented Interfaces:
ActivityGenerator
Direct Known Subclasses:
CoverActivityGenerator, LevelActivityGenerator

public abstract class AbstractActivtyGenerator
extends java.lang.Object
implements ActivityGenerator

Abstract class that inherit all other ActivityGenerators. Its more important methods are initializeActivity and showNextLevel.

Author:
Jorge E. Villaverde, Jonatan Alcocer Luna

Constructor Summary
AbstractActivtyGenerator()
           
 
Method Summary
static boolean hasLength(java.lang.String text)
           
 void initializeActivity(android.app.Activity activity)
          First screen is displayed corresponding to the activity contained in / res / layout /; After the values ​​are initialized and the actions of its components.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractActivtyGenerator

public AbstractActivtyGenerator()
Method Detail

initializeActivity

public void initializeActivity(android.app.Activity activity)
First screen is displayed corresponding to the activity contained in / res / layout /; After the values ​​are initialized and the actions of its components.

Specified by:
initializeActivity in interface ActivityGenerator
Parameters:
activity -

hasLength

public static boolean hasLength(java.lang.String text)