Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-fragments

How to use ViewModel in a fragment?

Best way to switch between two fragments

android android-fragments

How does setOffscreenPageLimit() improve ViewPager performance by retaining more offscreen Fragments?

When Fragment.instantiate is preferable over MyFragment.newInstance or new MyFragment() [duplicate]

Setting Android fragment enter and exit transitions?

android android-fragments

setRetainInstance(true) + setCustomAnimations(...) = animation for each orientation change?

Hide options menu on PreferenceFragment

How to know when enter transition ended on Fragment?

Get image from gallery to set in imageview in fragment? [duplicate]

android android-fragments

How to put FloatingActionButton to Fragment?

Using "adjustPan" or "adjustResize" specific to a fragment

android android-fragments

Fragment vs Support Fragment when targeting api 21 (Android 5.0) and above

what to replace deprecated getFragmentManager() method with (API 28)?

How to open a new PreferenceFragment from current one, using the new Android-X API?

Wait until Kotlin coroutine finishes in onCreateView()

Changing ActionBar when using fragments

android android-fragments

Clear Android Fragment back stack without popping?

Should we be using setTargetFragment()? I thought Fragments should not be communicating with each other

Android actionbar items remain when popping fragment

Android: getIntent() is deprecated