org.openintents.locations
Class LocationsView

java.lang.Object
  extended by Activity
      extended by org.openintents.locations.LocationsView

public class LocationsView
extends Activity

Simple activity to show a list of locations and add the current location to the list.


Constructor Summary
LocationsView()
           
 
Method Summary
 boolean onContextItemSelected(MenuItem item)
           
 void onCreate(Bundle icicle)
          Called when the activity is first created.
 boolean onCreateOptionsMenu(Menu menu)
           
 boolean onOptionsItemSelected(MenuItem item)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationsView

public LocationsView()
Method Detail

onCreate

public void onCreate(Bundle icicle)
Called when the activity is first created.


onCreateOptionsMenu

public boolean onCreateOptionsMenu(Menu menu)

onContextItemSelected

public boolean onContextItemSelected(MenuItem item)

onOptionsItemSelected

public boolean onOptionsItemSelected(MenuItem item)