"Back stack" is a stack in which activities within an Android task are arranged.
I'm using the compatibility package to use Fragments with Android 2.2. When using fragments, and adding transitions between them to the …
android android-fragments compatibility android-3.0-honeycomb back-stackIm trying to load an new fragment when a method is called. This method creates a new fragment and "replaces" …
android android-fragments back-stackI have an activity A, which calls fragment Bf, which calls fragment Cf. I want Bf to be placed in …
android android-fragments back-stackI have 2 activities: Main and List. From Main you can open List; from List you can open Main. I'd like …
android back-stackI've come across a bug in my application when it is launched using the "Open" button on the Google Play …
android google-play back-stack activity-stackI am very confused between these functions and their purposes. What I have observed that using replace() replaces the existing …
android android-fragments fragment back-stackI have an application with several Activities in Android and I want the user to be able to log-out by …
android android-activity stack back-stackCan I use savedInstanceState() to save the state when removing a fragment, then restore the state when I pop the …
android android-fragments bundle back-stackI am currently building an application for Android (14 <= SDK <= 21) by using one ActionBarActivity and more Fragments, such as …
android android-fragments back-stackI am getting a strange problem, while using Fragments and popping back them out. I have one Fragment Activity: Step1: …
android android-fragments back-stack onbackpressed