ExploreBubblesOpenGLActivity

public class ExploreBubblesOpenGLActivity extends DrawerActivity

Display moving bubbles which show suggested networks for the user to join

Fields

hintText

TextView hintText

The even smaller view that will explain to the user which hint to do.

languages

HashMap<String, Language> languages

A mapping from the title of the bubble (Location#getShortName()) to the language object.

locations

HashMap<String, Location> locations

A mapping from the title of the bubble (Location#getShortName()) to the location object.

picker

BubblePicker picker

The custom view that displays locations/languages as bubbles.

selectedNearLocation

NearLocation selectedNearLocation

subTitle

TextView subTitle

The smaller text view responsible for clarifying the title text.

title

TextView title

The text view responsible for guiding the user with the interface

Methods

onCreate

protected void onCreate(Bundle savedInstanceState)

onPause

protected void onPause()

onResume

protected void onResume()

visitNetwork

void visitNetwork(long id)

Navigates to TimelineActivity to view the selected network.

Parameters:
  • id – id of network.