Top "Android-tabhost" questions

Display a sub list of tab labels representing each page in the parent's tab collection.

android: using ActivityGroup to embed activities

Im in the conceptualizing/design phase of building an app and i've hit a bit of a snag. Essentially i …

android android-activity embed embedding android-tabhost
Tab icon not showing

I'm trying to do a simple tab app in android with two tabs. My problem is that when I put …

android tabs android-tabhost android-4.0-ice-cream-sandwich
Inflate a layout with ImageButton inside Fragment programmatically

I am new on android development, and i was currently creating an application using tabhost and a TabActivity to switch …

android android-fragments android-tabhost
Tab Layout tutorial incomplete?

I've been trying to implement the tab UI described in this tutorial: https://developer.android.com/resources/tutorials/views/hello-tabwidget.…

android android-tabhost manifest
Android: How to call function of Activity inside of tab from the tabhost

I have a tabhost with three tabs. Each is an activity. I would like to have a button which is …

android android-tabhost
How to reference child activity from TabHost to call a public function?

I have a TabHost with two child activities in it (in two tabs). I also implemented a public function in …

android android-activity android-tabhost
NullPointerException in oncreateView() of Fragment

This code below shows part of activity where the fragment is added. FragmentTransaction ft = getSupportFragmentManager().beginTransaction(); ft.replace(R.id.…

android android-fragments nullpointerexception android-tabhost
Show a progress bar on a child tab until the WebView loads

In an Android app I am using a TabView and one of the tabs shows a WebView. But the page …

android webview progress-bar android-tabhost
How to implement TabHost sliding effect?

I need to create some TabHost form paging. There is sliding animation effects in TabHost column when switching options page. …

android animation android-tabhost android-sliding
TabHost not showing in the screen

I'm trying to use TabHost on my app, and I simply dragged it to my activity using the design, but …

android layout android-tabhost