should I still use app compat v7 if my app has minSdk = 14?
Is there any advantage with ActionBar in Android L ?
Should I use android.support.v4.app.FragmentActivity from support v4 or should I use the android.app.Activity class (which has support for fragments since honeycomb)?
Should I also use android.app.Fragment or android.support.v4.app.Fragment?
I guess that I should use support v4 FragmentActivity and Fragment, but there is no need for app compat v7, right?
What do you think?