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 said that ActionBarActivity has been deprecated in favor of the new AppCompatActivity and that AppCompatActivity is base class for activities that use the support library action bar features. So, what are new features of AppCompatActivity over ActionBarActivity ? What enhancements do AppCompatActivity have over ActionBarActivity ? And what are advantages of AppCompatActivity ? Could somebody supply a few samples? Any tips are appreciated. And thanks in advance. PS: what