|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Fragment
introduced after
API level 13 in a backwards compatible fashion.PagerAdapter
that
represents each page as a Fragment
that is persistently
kept in the fragment manager as long as the user can return to the page.PagerAdapter
that
uses a Fragment
to manage each page.FragmentTabHost
that can be
used with the platform Fragment
APIs.Fragment.setMenuVisibility(boolean)
if running on an appropriate version of the platform.
setup(Context, FragmentManager)
or
setup(Context, FragmentManager, int)
.
setUserVisibleHint(boolean)
if running on an appropriate version of the platform.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |