Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-fragments

Start a fragment via Intent within a Fragment

Problems with EditText and soft keyboard in a fragment

How to handle bottom navigation perfectly with back pressed

Share ViewModel between fragments that are in different Activity

Is it possible to pass arguments to a fragment after it's been added to an activity?

android android-fragments

DialogFragment and back button

android android-fragments

Allow rotation/landscape in one fragment

Get view of Fragment from FragmentActivity

Android: Can you nest Fragments?

Fragment : Unknown animation name objectanimator

"Can not perform this action after onSaveInstanceState" - why am I getting this exception from my activity's onResume method?

TabHost with Fragments and FragmentActivity

Show ProgressDialog in Fragment class

difference between fragmentTransaction.add and fragmentTransaction.replace

ViewPager offscreen page limit

access parent fragment by child fragment

Android: Is it better to create a new fragment every time a navigation drawer item is clicked, or load up previously created fragments?

BottomSheetDialog/BottomSheetDialogFragment — which to use and how?

How to change fragment's textView's text from activity

Android: Writing test cases for Fragments