public class

DemoLauncher

extends ListScreen<E>
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ sofia.app.Screen
             ↳ sofia.app.ListScreen<E>
               ↳ sofia.demos.DemoLauncher

Class Overview

A launcher for the other demos in the project. The demos are presented in a full screen list view.

Summary

[Expand]
Inherited Constants
From class android.app.Activity
From class android.content.Context
[Expand]
Inherited Fields
From class android.app.Activity
Public Constructors
DemoLauncher()
Public Methods
void initialize()
Called when the screen has been created and is about to be displayed on the device.
void listViewItemClicked(DemoClass demoToLaunch)
void mediaWasChosen(MediaChooser chooser)
void photoWasTaken(PhotoCamera chooser)
[Expand]
Inherited Methods
From class sofia.app.ListScreen
From class sofia.app.Screen
From class android.app.Activity
From class android.view.ContextThemeWrapper
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.view.KeyEvent.Callback
From interface android.view.LayoutInflater.Factory
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback
From interface sofia.app.ScreenMethods

Public Constructors

public DemoLauncher ()

Public Methods

public void initialize ()

Called when the screen has been created and is about to be displayed on the device.

public void listViewItemClicked (DemoClass demoToLaunch)

public void mediaWasChosen (MediaChooser chooser)

public void photoWasTaken (PhotoCamera chooser)