-
- All Implemented Interfaces:
public interface ViewGeneratorRepresents a view or component in Android. Holds data and can render itself to an Android View that stays updated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classViewGenerator.DefaultAn empty view generator.
-
Method Summary
Modifier and Type Method Description abstract Viewgenerate(ActivityAccess dependency)Generates a view representing this object, given access to the activity. -
-
Method Detail
-
generate
abstract View generate(ActivityAccess dependency)
Generates a view representing this object, given access to the activity.
-
-
-
-