Android Multiple Screen
Android Multiple Screen
Android Multiple Screen
Growing Number of Android Devices
Low-end
Phones Tablets
High-end
Phones
Generalized Density and Size
Some Statistics
http://developer.android.com/resources/dashboard/screens.html
Testing on Emulators
http://developer.android.com/guide/developing/tools/emulator.html
Screen Supports in Manifest
<supports-screens
android:smallScreens = "true"
android:normalScreens = "true"
android:largeScreens = "true"
android:anyDensity = "true" />
Using Resource Qualifiers
http://developer.android.com/guide/topics/resources/providing-
resources.html
Using dp & sp to Define Size
Draw 9-patch
References
Books
Beginning Android 2
http://apress.com/book/view/9781430226291
Android Developers
http://developer.android.com/
Thank you