Top "Up-button" questions

In Android 3.0 and above, the Up button is used to navigate within an app based on the hierarchical relationships between screens.

Returning from an activity using navigateUpFromSameTask()

I have two activities, A and B. When activity A is first started, it accesses the Intent passed to it (…

android android-activity android-actionbar up-button
Change custom Up/Back Button Icon on Android ActionBar

I'm trying to use a custom up/back button icon with a different color since I haven't been able to …

android android-actionbar android-styles up-button