글
AppCompat v4 v7 의 의미
A/Android
2015. 2. 20. 13:30
참조 : http://stackoverflow.com/questions/18271429/difference-between-android-support-v7-appcompat-and-android-support-v4
android-support-v4.jar: Support android.app
classes to assist with development of applications for android API level 4 or later. So that you will able to make your application backword compatible,
android-support-v7.jar It is recently added in latest support library updation. ActionBar to allow implementation of the action bar user interface design pattern back to Android 2.1 (API level 7) and higher. Use of this class requires that you implement your activity by extending the new ActionBarActivity
class.
'A > Android' 카테고리의 다른 글
proguard 설정 로그 제거 방법 (0) | 2015.04.15 |
---|---|
안드로이드 터미널 명령어 (0) | 2015.03.07 |
Android Studio Migrating Gradle Projects to version 1.0.0 (0) | 2014.12.22 |
Android 4.4 kitkat 웹뷰 디버깅 (0) | 2014.11.25 |
EOFException with Spring REST Template | Android (0) | 2014.09.03 |