Jim Wilson
eBook, ePUB

Creating Dynamic UI with Android Fragments (eBook, ePUB)

Make your Android apps a superior, silky-smooth experience for the end-user with this comprehensive guide to creating a dynamic and multi-pane UI. Everything you need to know in one handy volume.

Sofort per Download lieferbar
23,95 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
12 °P sammeln!
To create a dynamic and multi-pane user interface on Android, you need to encapsulate UI components and activity behaviors into modules that you can swap into and out of your activities. You can create these modules with the fragment class, which behaves somewhat like a nested activity that can define its own layout and manage its own lifecycle. When a fragment specifies its own layout, it can be configured in different combinations with other fragments inside an activity to modify your layout configuration for different screen sizes (a small screen might show one fragment at a time, but a lar...