Top "Android-actionbaractivity" questions

Base class for Android activities that use the support library action bar features.

How can I get ActionBar from Main(ActionBarActivity) intent Activity

I use ActionBarActivity intent a new Activity but I cant call ActionBar method in Activity // requestWindowFeature(Window.FEATURE_ACTION_BAR); // …

android android-intent android-actionbar android-actionbaractivity
Extended Toolbar with Custom View not Displaying with Full Width

I went through lots of answers here related to Toolbar but none of the answers could help me. What I'm …

android android-layout android-custom-view android-toolbar android-actionbaractivity
App crashes when extending ActionBarActivity

I have an error catch when I extend ActionBarActivity. If I extend Activity there is no errors. The thing is …

android illegalstateexception android-appcompat android-actionbaractivity
Android equivalent of getActivity() from/in ActionBarActivity

Like my title says, i'm looking for an equivalent of getActivity() in my ActionBarActivity class in my Android project. I …

android android-activity android-asynctask android-actionbaractivity
AppCompat v7 Toolbar Up/Back Arrow Not Working

I have two fragments in an activity. When fragment A is showing, I want the navigation drawer burger icon to …

android android-fragments android-actionbar android-actionbaractivity android-toolbar
ActionBar styling after updating to Android lollipop

I was developing custom ActionBar by selecting API19 yesterday today I updated support libraries and project to API21 with cause …

android android-5.0-lollipop android-actionbar-compat android-actionbaractivity
ActionBarActivity - NoClassDefFoundError exception

Already seen: NoClassDefFoundError Android with ActionBarActivity and ActionBarActivity catch an error on Phone I am trying to use ActionBarCompact in …

android noclassdeffounderror buildpath android-actionbar-compat android-actionbaractivity
cannot find Symbol class ActionBarActivity (Android Recycled View)

I have some problem when i build graddle.. i don't understand where is the probleme, i read many things about …

java android android-cardview android-actionbaractivity