Top "Appcompatactivity" questions

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

Activity, AppCompatActivity, FragmentActivity, and ActionBarActivity: When to Use Which?

I'm coming from iOS where it's easy and you simply use a UIViewController. However, in Android things seem much more …

android android-fragments android-activity android-actionbaractivity appcompatactivity
How to fix: "You need to use a Theme.AppCompat theme (or descendant) with this activity"

I am having trouble running my Android app in a fullscreen mode per instructions of a video. When it tries …

android android-appcompat appcompatactivity
What's the enhancement of AppCompatActivity over ActionBarActivity?

android.support.v7.app.AppCompatActivity was added into the latest v7 support library as a new feature yesterday. It is …

android android-appcompat android-actionbaractivity appcompatactivity
can't resolve AppCompatActivity

After renaming application package name, Android Studio displayed this error can't resolve symbol AppCompatActivity Things I tried: Clean project Clean …

android android-studio appcompatactivity android-appcompat
How to display menu item with icon and text in AppCompatActivity

I tried different combinations in xml file: <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="…

android menuitem android-toolbar appcompatactivity
Do not request Window.FEATURE_ACTION_BAR issue

I'm trying to build my app but without success.. I tried several way but nothing was worked. The exception is: …

java android xml appcompatactivity
Android Back Arrow on Toolbar (AppCompatActivity)

I want to show the back arrow button in my app, but the app crashes when I put this in …

android toolbar android-toolbar android-actionbar-compat appcompatactivity
AppcompatActivity Error with Android studio

I'm getting this error when building android application with Android studio : 24192-24192/com.mkapp.apps.demo1 W/dalvikvm﹕ VFY: unable …

android android-studio android-appcompat appcompatactivity
java.lang.NoSuchMethodError: No static method setOnApplyWindowInsetsListener

I upgraded my android studio to 2.1.3. And now I am getting following error java.lang.NoSuchMethodError: No static method setOnApplyWindowInsetsListener(…

android oncreate appcompatactivity
How to remove Title Bar from Activity extending ActionBarActivity or AppcompatActivity with Dialog Theme

I had to extend my Activity with theme Theme.AppCompat.Light.Dialog from ActionBarActivity before and now from AppcompatActivity, because …

android title appcompatactivity android-appcompat