Example usage for android.app FragmentManager.OnBackStackChangedListener interface-usage

List of usage examples for android.app FragmentManager.OnBackStackChangedListener interface-usage

Introduction

In this page you can find the example usage for android.app FragmentManager.OnBackStackChangedListener interface-usage.

Usage

From source file info.ipeanut.googletrainingcoursedemos.anim.animationsdemo.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 com.material.tblagodarova.design.ui.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 com.fugueweb.pub.animation.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 tw.idv.gasolin.pycontw2012.ui.tablet.ScheduleMultiPaneActivity.java

/**
 * A multi-pane activity, where the primary navigation pane is a
 * {@link tw.idv.gasolin.pycontw2012.ui.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 com.example.mahesha.animations.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 com.google.android.apps.iosched.ui.tablet.ScheduleMultiPaneActivity.java

/**
 * A multi-pane activity, where the primary navigation pane is a
 * {@link com.google.android.apps.iosched.ui.ScheduleFragment}, that
 * shows {@link SessionsFragment} and {@link SessionDetailFragment} as popups.
 *
 * This activity requires API level 11 or greater because of its use of {@link FragmentBreadCrumbs}.

From source file org.androidtitlan.estoesgoogle.ui.tablet.ScheduleMultiPaneActivity.java

/**
 * A multi-pane activity, where the primary navigation pane is a
 * {@link org.androidtitlan.estoesgoogle.ui.ScheduleFragment}, that
 * shows {@link SessionsFragment} and {@link SessionDetailFragment} as popups.
 *
 * This activity requires API level 11 or greater because of its use of {@link FragmentBreadCrumbs}.

From source file com.lullabot.android.apps.iosched.ui.tablet.ScheduleMultiPaneActivity.java

/**
 * A multi-pane activity, where the primary navigation pane is a
 * {@link com.lullabot.android.apps.iosched.ui.ScheduleFragment}, that
 * shows {@link SessionsFragment} and {@link SessionDetailFragment} 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.MapActivity.java

/**
 * A multi-pane activity to display a Google ({@link MapView}.
 */
public class MapActivity extends BaseMultiPaneMapActivity
        implements View.OnClickListener, FragmentManager.OnBackStackChangedListener {

From source file com.infine.android.devoxx.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}.