Fragment interacting with activity

Source: Internet
Author: User

Although fragment is implemented as an object, it is independent of activity and can be used in multiple activity, a given fragment instance is bundled directly into the activity that contains it.

In particular, fragment can access activity through the getactivity () function, and it is easy to perform tasks similar to finding views in an activity layout:

View ListView = getactivity (). Findviewbyid (R.id.list);

Similarly, activity can call fragment's function Findfragmentbyid () or Findfragmentbytag () to get the fragment index from Fragmentmanager, for example:

Examplefragment fragment = (examplefragment) Getfragmentmanager (). Findfragmentbyid (r.id.example_fragment);



This article is from the "Mobile Platform Development" blog, make sure to keep this source http://liuxudong1001.blog.51cto.com/10877072/1886533

Fragment interacting with activity

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.