org.ros.android
Class MasterChooser
java.lang.Object
Activity
org.ros.android.MasterChooser
public class MasterChooser
- extends Activity
Allows the user to configue a master URI
then it returns that
URI
to the calling Activity
.
When this Activity
is started, the last used (or the default)
URI
is displayed to the user.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MasterChooser
public MasterChooser()
onCreate
protected void onCreate(Bundle savedInstanceState)
onActivityResult
public void onActivityResult(int requestCode,
int resultCode,
Intent intent)
okButtonClicked
public void okButtonClicked(View unused)
qrCodeButtonClicked
public void qrCodeButtonClicked(View unused)
newMasterButtonClicked
public void newMasterButtonClicked(View unused)
cancelButtonClicked
public void cancelButtonClicked(View unused)