When swiping between tabs on my application, the menu icons have a distinct delay before they appear. If I click tabs, rather than swiping, they update immediat
Here I'm calling web services in nested Fragments which has TabLayout and ViewPager using AsyncTask. I've tried AsyncTasks by calling them all in onResume metho
My fragment replaces the parent Activity options with a specific option item but when I click on the item, only activity's onOptionItemSelected gets called even
I want to download file from google drive for which I am using dependency that is compile 'com.google.android.gms:play-services:8.4.0' and using this I am able
There are nested fragments with TabLayout and ViewPager. Each fragment has listview inside it so they get call together and now I'm getting an issue of slow pro
Trying to bring up an unaswered question I found here - How to highlight android setting app menu item? As seen in this video https://www.youtube.com/watch?v=eH
I'm using Navigation Components, I have Fragment A and Fragment B, from Fragment A I send an object to Fragment B with safe args and navigate to it. override f
I have been making an app that uses a recycler view in a navigation drawer. Why the contents of the recycler view are not showing up. The view is definitely the
I'm developing an Android 3.1 Tablet application. I'm using ViewPager and fragments on one activity. My problem is that I don't know how to set an ID or Tag to
I am using this approach: Separate Back Stack for each tab in Android using Fragments I am trying to push fragment from first fragment, after resume the Fragm
I want to have a menu for my main activity and a menu for a fragment which is contained in the main activity. The main activity menu should be removed and the f
I'm using the Navigation Component version 2.1.0-rc01 and I navigate back and forth between 3 screens using Navigation.findNavController(it).navigate(R.id.act