android - Should I use AppCompat v7 if minsdk is 14 -


Am I still using Application Compact v7 if my app has minSdk = 14?

Is there any advantage in Android L with actionbars?

Do I Have Android Should support from support.v4.app.Fragment support v4 or should I use the android.app.Activity class (which is support for pieces from honeycomb)?

Am I Android .app.fragment or android.support.v4.app.Fragment?

should be used? I think I should support V4 fragment activity and fragmentation, but there is no need for Ep compact V7, right?

What do you think?

AppCompat is used for API level below. Since 11 you have the action bar natively, there is no need to use AppCompat on API level 11 and above.

Expand Activtiy and use piece (android.support.v4.app .Fragment)


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -