Top "Fragment" questions

**DO NOT USE**: fragment is an ambiguous tag, used to refer to numerous technologies.

Check fragment is presented in framelayout or not in android?

Hi friends I have two framelayout in movies.xml namely container, detail_screen.In container will add movies.xml which …

android fragment android-framelayout
Caused by: org.koin.core.error.InstanceCreationException: Could not create instance for [type:Factory,primary_type

I am developing news app I have implemented koin with viewmodel in fragment class but I am getting following error …

android mvvm fragment android-viewmodel koin
Check if a fragment exists and reuse it

I'm using the following code to create a fragment everytime the user click on an item in a list view. …

java android android-fragments fragment fragmentmanager
plugin.properties mechanism in eclipse RCP

My project includes multiple plugins and every plugin includes the plugin.properties file with near to 20 translations. The MANIFEST.MF …

java plugins rcp fragment
Onclicklistner not working in fragment listview

I have a listview with custom adapter in listfragment and also set onclicklistner for listview. But Onclicklistner does not work. …

android listview fragment android-listfragment custom-adapter
classifier does not have a companion object

i want to use BottomNavigationView in my app and i'm facing this problem with kotlin (never had it before with …

android-studio kotlin fragment companion-object
MapView inside Fragment - specified child already has a parent

I'm trying to show a MapView inside a fragment (using the hacked compatibility library). The following has worked just fine …

android android-mapview fragment
setOnTouchListener is not working for android Fragment

I am using TabView and in Tab ,I am using Fragment to load each tab.Now I want to get …

android android-fragments fragment ontouchlistener tabview
Passing an Object to Fragment or DialogFragment upon Instantiation

I'm trying to work out the correct way to pass in an Object to a Fragment or DialogFragment without breaking …

android android-fragments fragment android-dialogfragment