Top "Android-tabs" questions

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

What event is triggered when a tab fragment is selected

I'm using tab fragments in an activity and the actionbar hosts the tabs. What I want to do is that …

android android-tabs
android.support.v4.app.FragmentPagerAdapter cannot be applied to android.app.FragmentManager

I want to implement just 2 fixed tabs in my application. I followed this tutorial. In my TabPagerAdapter class I'm getting …

java android fragment android-tabs fragmentpageradapter
Tabs Swipe direction in Right to Left Android app

I have an Android app that has tabs. I want the app to be Right to Left. I put android:…

android android-layout xamarin xamarin.android android-tabs
How to get which fragment has been selected

I am creating a tab application, using fragments. I have successfully created tabs, but now I need to create an …

android android-fragments android-tabs
Styling Tab Widget's using XML

So I am having great difficultly styling tab widgets using xml. Everywhere I have searched seem's to either suggest solutions …

android android-theme android-tabs android-styles tabwidget
android: how to add style or background to tabhost and tabs

like the tabs in android's contact, i want to add style (or maybe it is background or something i don't …

android android-layout android-tabs android-style-tabhost
Is it possible to have icons on Action Bar Tabs for Android?

Is it possible to have icons on Action Bar Tabs for Android? If so, can someone point me to an …

java android eclipse android-actionbar android-tabs
How to set height of actionbar tabs for android

Basically, I want to change the height of the tabs in actionbars. This questions has been asked several times on …

android android-layout android-fragments android-tabs android-styles
Android navigation tabs: Restoring fragment view state

I'm trying to understand how to preserve fragment view state when fragments are used within navigation tabs. In my efforts, …

android-fragments android-tabs
ActionBar and ActionBar.Tab and Navigation Drawer android

I am using action bar with help of android-support-v7-appcompat and also using Navigation drawer over it. In one of …

android android-actionbar google-play android-tabs android-actionbar-compat