B4X FEED Amir_Fragment

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: Amir_Fragment است. این موضوع تا کنون 40 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Amir_Fragment
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
40
پسندها
0
آخرین ارسال توسط PracticalSoft
وضعیت
موضوع بسته شده است و نمی‌توان پاسخ جدیدی فرستاد.
Jun 6, 2020
11,517
4,383
Amir Fragment
Android - Fragments


A Fragment is a piece of an activity which enable more modular activity design. It will not be wrong if we say, a fragment is a kind of sub-activity.

Following are important points about fragment −

  • A fragment has its own layout and its own behaviour with its own life cycle callbacks.

  • You can add or remove fragments in an activity while the activity is running.

  • You can combine multiple fragments in a single activity to build a multi-pane UI.

  • A fragment can be used in multiple activities.

  • Fragment life cycle is closely related to the life cycle of its host activity which means when the activity is paused, all the fragments available in the activity will also be stopped.

  • A fragment can implement a behaviour that has no user interface component.

  • Fragments were added to the Android API in Honeycomb version of Android which API version 11.
...



 

وضعیت
موضوع بسته شده است و نمی‌توان پاسخ جدیدی فرستاد.
عقب
بالا