public class ExploreBubblesOpenGLActivity extends DrawerActivity
DrawerActivity.WaitForSubscribedList
Modifier and Type | Field and Description |
---|---|
(package private) android.widget.TextView |
hintText
The even smaller view that will explain to the user which hint to do.
|
(package private) java.util.HashMap<java.lang.String,com.culturemesh.android.models.Language> |
languages
A mapping from the title of the bubble (Location#getShortName()) to the language object.
|
(package private) java.util.HashMap<java.lang.String,com.culturemesh.android.models.Location> |
locations
A mapping from the title of the bubble (Location#getShortName()) to the location object.
|
(package private) BubblePicker |
picker
The custom view that displays locations/languages as bubbles.
|
(package private) com.culturemesh.android.models.NearLocation |
selectedNearLocation |
(package private) android.widget.TextView |
subTitle
The smaller text view responsible for clarifying the title text.
|
(package private) android.widget.TextView |
title
The text view responsible for guiding the user with the interface
|
currentUser, frameLayout, fullLayout, mDrawerLayout, mDrawerToggle, mToolbar, navView, queue, subscribedNetworkIds, subscribedNetworks, thisActivity
Constructor and Description |
---|
ExploreBubblesOpenGLActivity() |
Modifier and Type | Method and Description |
---|---|
protected void |
onCreate(android.os.Bundle savedInstanceState) |
protected void |
onPause() |
protected void |
onResume() |
private void |
setAdapter() |
private void |
showBubbles(java.util.ArrayList<com.culturemesh.android.models.Network> payload) |
(package private) void |
visitNetwork(long id)
Navigates to TimelineActivity to view the selected network.
|
fetchNetworks, onConfigurationChanged, onNavigationItemSelected, onPostCreate, onStop, setContentView
BubblePicker picker
android.widget.TextView title
android.widget.TextView subTitle
android.widget.TextView hintText
java.util.HashMap<java.lang.String,com.culturemesh.android.models.Location> locations
java.util.HashMap<java.lang.String,com.culturemesh.android.models.Language> languages
com.culturemesh.android.models.NearLocation selectedNearLocation
protected void onCreate(android.os.Bundle savedInstanceState)
private void showBubbles(java.util.ArrayList<com.culturemesh.android.models.Network> payload)
private void setAdapter()
void visitNetwork(long id)
id
- id of network.protected void onResume()
protected void onPause()