Пример #1
0
 public void doPositiveClick(String location) {
   // Do stuff here.
   model.saveLocation(location);
   android.app.Fragment locationFragment =
       getFragmentManager().findFragmentByTag(Consts.LOCATION_FRAGMENT);
   locationFragment.onResume();
   Log.i("Location Fragment", locationFragment.toString());
 }