Top "Tabactivity" questions

This tag is related to android TabActivity.

Android. How to change Activity within a Tab

Following situation: I have TabActivity with e.g. three tabs, TabA, TabB, TabC. There are a button in activity (Act_…

android android-tabhost tabactivity
Android Facebook api 3.0 error: Cannot call LoginActivity with a null calling package

I am trying to integrate an android app with the the new facebook 3.0 api, but I get this exception: java.…

android facebook facebook-android-sdk tabactivity
Feature Custom Title: Cannot combine custom titles on API 11 and above

I have a project in which i setted: minSdkversion setted to 10 MainActivity is a TabActivity Code in onCreate method is …

android tabactivity titlebar android-tabactivity custom-titlebar
Android how to interact with Fragment tabs

Hello I am having difficulty changing the visual view of the fragment activity. I created all the tabs but onClick …

android tabs android-fragments tabactivity
TransactionTooLargeException in Nougat

Exception 05-12 15:42:45.791 11043-11043/ E/UncaughtException: java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 631792 bytes at android.app.ActivityThread$StopInfo.…

android android-viewpager fragment runtimeexception tabactivity
Swipe to switch tabs on Android, like the YouTube/Google Music apps

In their latest versions of their apps, Google has implemented a pretty cool way of swiping between tabs versus clicking …

android listview tabactivity
how to know when view has inflated using the onFinishInflate

I want to know when my TabActivity has inflated so i tried this code @Override protected void onFinishInflate() { super.onFinishInflate(); } …

android tabactivity inflate