Top "Android-fragmentactivity" questions

An Activity subclass introduced through the compatibility package to provide an implementation of the Fragment framework on version below Honeycomb.

Hide/Show Action Bar Option Menu Item for different fragments

I have a Sherlock Fragment Activity in which there are 3 Fragments. Fragment A, Fragment B, Fragment C are three fragments. …

android actionbarsherlock android-fragmentactivity
TabHost with Fragments and FragmentActivity

I'm working on an Android App and I want to use 3 tabs for navigation using Fragments for each tab, but …

android android-fragments android-tabhost android-fragmentactivity
What is the difference between Fragment and FragmentActivity?

My question is apart from the obvious inheritance differences, what are the main differences between Fragment and FragmentActivity? To what …

android android-fragments android-fragmentactivity
Get view of Fragment from FragmentActivity

I have a FragmentActivity where I add a Fragment. Depending on some situation, I want to access Buttons from that …

android android-fragments android-fragmentactivity
How to update-refresh Fragment in ViewPager by Main Activity programmatically

I'm building an App that use Fragment and a single MainActivity that showing different fragments in the same ViewPager to …

android android-fragments android-fragmentactivity
Why does the fragment's onCreateView, onCreate, onActivityCreated are called

I have an app, that deals with fragments and ViewPager. I have three fragments in a ViewPager. When you switch …

android android-fragments android-viewpager android-fragmentactivity
Android Set Text of TextView in Fragment that is in FragmentPagerAdapter

This one is driving me nuts. Basically, I want to create a ViewPager and add a few Fragments to it. …

android android-fragments android-viewpager android-fragmentactivity
FragmentActivity cannot be resolved to a type

I'm trying the application from this blog. While extending the FragmentActivity, I'm getting the following error: `FragmentActivity` was not able …

android android-fragmentactivity
Calling DialogFragment from Fragment (not FragmentActivity)?

I do have a FragmentActivity which contains a Fragment list (with methods to navigate between them). In one of those …

android android-fragments android-fragmentactivity
Calling Activity Method From Inside A Fragment

I am trying to call a method in an activty from a Fragment screen. I have a method called myMethod() …

android android-fragments android-activity android-fragmentactivity