Initial screen to make configuration choices. More...
Public Member Functions | |
void | onCreate (Bundle savedInstanceState) |
Called when the activity is first created. | |
void | onStop () |
void | onClick (View v) |
Static Protected Attributes | |
static final String | TAG = "ccnchat.StartScreen" |
static final String | PREF_NAMESPACE = "namespace" |
static final String | PREF_HANDLE = "handle" |
static final String | PREF_REMOTEHOST = "remotehost" |
static final String | PREF_REMOTEPORT = "remoteport" |
Initial screen to make configuration choices.
No CCNx code here. After user presses Connect button, we startup the ChatScreen UI and exit this screen.
The default "handle" (CCNX user name) is the device's phone number. If we cannot get a phone number, we use the name "Android".
void org.ccnx.android.apps.chat.CcnxChatMain.onCreate | ( | Bundle | savedInstanceState | ) |
Called when the activity is first created.