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