**DO NOT USE**: fragment is an ambiguous tag, used to refer to numerous technologies.
Hi friends I have two framelayout in movies.xml namely container, detail_screen.In container will add movies.xml which …
android fragment android-framelayoutI get this error whenever I have my main activity with a fragment loaded and the user starts a new …
android fragment illegalstateexceptionI am developing news app I have implemented koin with viewmodel in fragment class but I am getting following error …
android mvvm fragment android-viewmodel koinI'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 fragmentmanagerI 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-adapteri 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-objectI'm trying to show a MapView inside a fragment (using the hacked compatibility library). The following has worked just fine …
android android-mapview fragmentI am using TabView and in Tab ,I am using Fragment to load each tab.Now I want to get …
android android-fragments fragment ontouchlistener tabviewI'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