Android: different components for different screens -


i need create application similar file browser - opportunity move through files tree , looking files.

what want - make 1 app both phone , tablet.

on tablet want "split view based application" on ipad on phone want have button shows activity files tree (which on left on tablet)

is possible? need have tablet-only-oriented activity 2 groups (left 1 - files tree, right - file preview)

i read "supporting multiple screens" on android dev. speak different layouts of same components on different types of screen - want add there few "tablet-only" , "phone-only" components...

or it's dead-end?

it possible. recommend fragments task. introduced honeycomb , kind of reusable ui parts have in mind. there compatibility lib lower android versions (i believe down 1.6.) inside android-sdk/extras/android/compatibility.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -