I am following an Android lesson and under the Support Android 2.1 and Above section it is said my Activity
should extend the ActionBarActivity
class to support Action Bar on API-7 onwards.
However, documentation also says that this class is deprecated and I should use AppCompatActivity
instead. I'm confused here, which one should I use and why?