Top "Android-tabs" questions

android-tabs refers to the interface for the tabbed window view of an Android device

How do I change a tab background color when using TabLayout?

This is my code in the main activity public class FilterActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.…

android android-tabs android-tablayout
How to send data from Activity to Fragment

I know there are many topics about this here. I have also read documentation many times but I can't find …

android android-layout android-fragments android-view android-tabs
TabWidget current tab bottom line color

I have a TabWidget for which I have enabled and set the stripLeft and stripRight... mTabHost.getTabWidget().setStripEnabled(true); mTabHost.…

android android-tabs
Tablayout with icons only

I am using design support to create tabs. I am also using ViewPager for swipable tabs. Now, I don't know …

android android-tabs android-tablayout
How to change selected Tab Text color using TabLayout from code in Android?

I'm using android.support.widget.TabLayout to make a Tab view, and I want to change the selected tabs text …

android android-tabs android-tablayout
Add Icons+Text to TabLayout

I am working on a screen which contains Three tabs I am trying to add an icon with My text …

android android-layout material-design android-tabs android-tablayout
Adding Tab inside Fragment In Android?

I am trying to add a TabHost inside a Fragment. The code is given below. Here inside the Fragment. I …

android fragment android-tabs
how to add the icon for swipeable tabs

I am downloading the code from here i want to dispaly tabs with icon how can posssible please help me. …

android android-tabs
Failed to load map. Error contacting Google servers. This is probably an authentication issue

I search all days and I can't find the answer... everything is ready but google map still can't show on …

android google-maps android-fragments android-tabs