Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Fragments for All: Android Open 2011 в хорошем качестве

Fragments for All: Android Open 2011 12 лет назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Fragments for All: Android Open 2011

Android 3.0 introduced the Fragment class, intended to represent a behavior or portion of a user interface in an Activity. Since then, Google has released the Android Compatibility package to extend Fragment support to devices running Android 1.6 or later. Fragments allow you to decompose the functionality and user interface of an application into reusable modules. You can then implement your Activities to assemble difference combinations of Fragments depending on the screen size and orientation of the device—for example, taking advantage of the large screen size of a tablet while still supporting smaller handheld devices. However, Fragments provide benefits beyond improving your application's support for multiple screen sizes. For example, Fragments allow you to: - Simplify implementing tabbed interfaces and other dynamic interfaces - Provide intra-Activity Back button behavior that integrates with the existing Activity back stack - Easily retain state information across an Activity's runtime configuration change - Manage an Activity's background processing without a visible user interface component ** Head to http://mrkn.co/s1mxz for a PDF version of Ken's slides from this presentation.

Comments