3.3 Using The Android Support Libraries
3.3 Using The Android Support Libraries
Testing and
Debugging, and
Backwards
Compatibility
Lesson 3
● compat—compatibility wrappers
● core-utils—utility classes (eg., AsyncTaskLoader)
● core-ui—variety of UI components
● media-compat—back ports of media framework
● fragment—UI component
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:24.2.0'
}