List of usage examples for android.app FragmentManager.OnBackStackChangedListener interface-usage
From source file org.catnut.ui.PluginsActivity.java
/** * ?? * * @author longkai */ public class PluginsActivity extends Activity
From source file org.androidtitlan.estoesgoogle.ui.tablet.MapMultiPaneActivity.java
/**
* A multi-pane activity, where the primary navigation pane is a {@link MapFragment}, that shows
* {@link SessionsFragment}, {@link SessionDetailFragment}, {@link VendorsFragment}, and
* {@link VendorDetailFragment} as popups.
*
* This activity requires API level 11 or greater because of its use of {@link FragmentBreadCrumbs}.
From source file net.peterkuterna.android.apps.devoxxsched.ui.SpeakersActivity.java
/**
* An activity to show the speakers in a {@link ListView} or {@link GridView},
* depending whether the device is a phone or a tablet. This activity can be
* either single or multi-pane, depending on the device configuration. We want
* the multi-pane support that {@link BaseMultiPaneActivity} offers, so we
* inherit from it instead of {@link BaseSinglePaneActivity}.
From source file com.google.android.apps.iosched2.ui.tablet.MapMultiPaneActivity.java
/**
* A multi-pane activity, where the primary navigation pane is a {@link MapFragment}, that shows
* {@link SessionsFragment}, {@link SessionDetailFragment}, {@link VendorsFragment}, and
* {@link VendorDetailFragment} as popups.
*
* This activity requires API level 11 or greater because of its use of {@link FragmentBreadCrumbs}.
From source file com.sergeich.autoradioclub.app.view.MainActivity.java
public class MainActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener, FragmentManager.OnBackStackChangedListener, BaseFragment.FragmentController { private DrawerLayout drawerLayout; private ActionBarDrawerToggle drawerToggle; FragmentManager fragmentManager;
From source file com.flashcard.iedu.flashcard.samples.cardFlip.MyCardFlipActivity.java
/**
* Demonstrates a "card-flip" animation using custom fragment transactions ({@link
* android.app.FragmentTransaction#setCustomAnimations(int, int)}).
*
* <p>This sample shows an "info" action bar button that shows the back of a "card", rotating the
* front of the card out and the back of the card in. The reverse animation is played when the user
From source file com.example.patrickc.travelinskyapi.CardFlipActivity.java
/**
* Demonstrates a "card-flip" animation using custom fragment transactions ({@link
* android.app.FragmentTransaction#setCustomAnimations(int, int)}).
*
* <p>This sample shows an "info" action bar button that shows the back of a "card", rotating the
* front of the card out and the back of the card in. The reverse animation is played when the user
From source file net.peterkuterna.android.apps.devoxxsched.ui.tablet.ScheduleMultiPaneActivity.java
/**
* A multi-pane activity, where the primary navigation pane is a
* {@link ScheduleFragment}, that shows {@link SessionsFragment} and
* {@link SessionDetailFragment} as popups.
*
* This activity requires API level 11 or greater because of its use of
From source file net.peterkuterna.android.apps.devoxxfrsched.ui.tablet.ScheduleMultiPaneActivity.java
/**
* A multi-pane activity, where the primary navigation pane is a
* {@link ScheduleFragment}, that shows {@link SessionsFragment} and
* {@link SessionDetailFragment} as popups.
*
* This activity requires API level 11 or greater because of its use of
From source file net.peterkuterna.android.apps.devoxxfrsched.ui.SpeakersActivity.java
/**
* An activity to show the speakers in a {@link ListView} or {@link GridView},
* depending whether the device is a phone or a tablet. This activity can be
* either single or multi-pane, depending on the device configuration. We want
* the multi-pane support that {@link BaseMultiPaneActivity} offers, so we
* inherit from it instead of {@link BaseSinglePaneActivity}.