List of usage examples for android.app FragmentManager.OnBackStackChangedListener interface-usage
From source file com.ibox_ucsc.design.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 io.reist.sandbox.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.heneryh.aquanotes.ui.tablet.MapMultiPaneActivity.java
/**
* A multi-pane activity, where the primary navigation pane is a {@link MapFragment}, that shows
* {@link DbMaintProbesFragment}, {@link SessionDetailFragment}, {@link DbMaintControllersFragment}, and
* {@link VendorDetailFragment} as popups.
*
* This activity requires API level 11 or greater because of its use of {@link FragmentBreadCrumbs}.
From source file org.dmfs.android.microfragments.HostFragment.java
/** * A {@link Fragment} to host a {@link MicroFragmentFlow}. * * @author Marten Gajda */ public final class HostFragment extends Fragment
From source file com.google.android.apps.iosched.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 la.marsave.fullscreentest.MainActivity.java
public class MainActivity extends Activity implements OnTextFragmentAnimationEndListener, FragmentManager.OnBackStackChangedListener { boolean mDidSlideOut = false; boolean mIsAnimating = false;
From source file com.lullabot.android.apps.iosched.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 io.apptik.comm.jus.examples.nav.NavigationDrawerFragment.java
/** * Fragment used for managing interactions for and presentation of a navigation drawer. * See the <a href="https://developer.android.com/design/patterns/navigation-drawer.html#Interaction"> * design guidelines</a> for a complete explanation of the behaviors implemented here. */ public class NavigationDrawerFragment extends Fragment implements FragmentManager.OnBackStackChangedListener {
From source file net.abcdroid.devfest12.ui.tablet.MapMultiPaneActivity.java
/**
* A multi-pane activity, where the full-screen content is a {@link MapFragment} and popup content
* may be visible at any given time, containing either a {@link SessionsFragment} (representing
* sessions for a given room) or a {@link SessionDetailFragment}.
*/
@TargetApi(Build.VERSION_CODES.HONEYCOMB)
From source file com.gdgdevfest.android.apps.devfestbcn.ui.tablet.MapMultiPaneActivity.java
/**
* A multi-pane activity, where the primary navigation pane is a
* {@link MapFragment}, that shows {@link SessionsFragment},
* {@link SessionDetailFragment}, {@link com.gdgdevfest.android.apps.devfestbcn.ui.SandboxFragment}, and
* {@link com.gdgdevfest.android.apps.devfestbcn.ui.SandboxDetailFragment} as popups. This activity requires API level 11
* or greater because of its use of {@link FragmentBreadCrumbs}.