Top "Android-tabs" questions

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

How to add dynamic fragment tab items

I want to add dynamic tab items. I have a fragment which is FragmentOne and it has a TextView. I'm …

android android-fragments dynamic android-tabs
Fragment view in ViewPager is not restored when resuming

I have ActionBar Tabs setup. It consists of 4 tabs. Everything is fine until I navigate away from TabbedFragment and returning …

android android-fragments android-tabs
Android Actionbar Sherlock with Tabs

I am trying to implement ActionBar Sherlock with Tabs below that as shown in the above wire-frame. Should i use …

android android-fragments actionbarsherlock android-viewpager android-tabs
How can i create dynamically tab with viewpager in android?

Explanation: Suppose, I have multiple categories which come from my REST. I don't know how many categories it's mat be 5,7 …

java android android-tabs
Android Fragments with Tabs and Viewpager

We are building an App as shown above that has nesting of Fragments. Tabs Featuring - Details Tab and MAps …

android android-fragments android-viewpager android-tabs
Change Color TabSelector on v4 ViewPager

Is it possible to change color of selected tab on v4 ViewPager? I need to use v4 ViewPager, but I …

android android-viewpager android-custom-view android-tabs
android: How to add icons/drawables to the PagerTabStrip from the Android Support Lib version 4?

android: How to add icons/drawables to the PagerTabStrip from the Android Support Lib version 4 ? This is very specific question …

android android-layout android-viewpager android-tabs
Tab+ViewPager not updating instead shows weird warning expected state 3 found 2

I have a mainactivity which includes a TabLayout with ViewPager I have added 3 tabs and each tab has separate fragments …

android android-fragments android-viewpager android-tabs
ActionBar with navigation tabs changes height with screen orientation

My goal is to increase the ActionBar height for portrait mode. I currently set android:actionBarSize in my Themes.xml. &…

android android-actionbar android-tabs nexus-7
How to add programmatically Tabs in TabLayout on Android

In my application I want create dynamically tabs in tabLayout and I want when get data from server and this …

android android-fragments android-viewpager android-tabs