Tagged Questions
10
votes
5answers
320 views
Android - problems animating ActionBar icon from Fragments
I'm having some problems consistently animating a 'refresh' icon in the ActionBar of my app.
I have a container FragmentActivity which swaps fragments in and out as the user navigates through the app ...
2
votes
1answer
304 views
How do I add a Android Fragment to my FragmentActivity?
I am using the Compatibility Package, revision 4 to add Fragments to my Gingerbread app. No errors are logged however the Fragment doesn't show on the screen anymore(it did at one time before I ...
0
votes
2answers
206 views
Switching between two ViewPager contents
In my app I have the dropdown enabled in the ActionBar. The user has two elements to choose from. Depending on the choice I want a ViewPager to show different contents from different ...
0
votes
0answers
152 views
Android support library v4 problems with soft keyboard on < 3.0 devices
I'm using the latest version of Android Support Library (for Fragment,
FragmentActivity etc classes).
This bug is present on < 3.0 devices (tested with 2.1 emulator from
Android SDK), but not on ...
5
votes
3answers
977 views
Does v4 support library use new classes when available?
I know that the v4 support library can be used to implement in old android versions things that have been introduced in more recent versions, such as Fragments.. If we implement an app that uses the ...
0
votes
2answers
676 views
Unable to start activity caused by NullPointerException at ContextImpl.openFileOutput
I've released an app which uses the Android Compatibility Library for Google Maps (https://github.com/petedoyle/android-support-v4-googlemaps) and I've received some odd "Unable to start activity" ...
2
votes
4answers
280 views
Android Fragments with compatible library
I can't make it work.
I found many similar question here, examples. But nothing help and nothing work.
Does anyone have a working Fragments in Android 2.2 with android.support.v4 library? (If you are ...
5
votes
4answers
3k views
NullPointerException in FragmentManager
I'm using the Android compatibility library and occasionally get a weird NullPointerException:
java.lang.NullPointerException
at ...
0
votes
1answer
442 views
Various exceptions caused by the Android Fragments compatibility library
I have built an app using (Peter Doyle's slight variant of) the Android support/compatibility library (v4, revision 7) to put together an Activity that uses both Fragments and Google Maps. I have ...
1
vote
1answer
992 views
Fragment addToBackStack crashes app
I have a FragmentActivity that loads one custom ListFragment at startup, and replaces it with a new fragment after an item is clicked.
In the fragment activity subclass:
public void onCreate(Bundle ...
1
vote
1answer
591 views
Parent Fragment Not Displaying Child ViewPager
I am using the Android Compatibility Package with API Level 10. I have a FragmentActivity and in its onCreate method, I dynamically add a newly created Fragment instance (myPagerFragment) using:
...
0
votes
3answers
2k views
android: progress DialogFragment does not get displayed at the beginning of the AsyncTask
I´m using the compatibility library v4+.
Following other threads and the dev guide I´m trying to create a fragment that calls a progress dialog from the activity that creates it.
The approach uses ...
5
votes
1answer
3k views
Error inflating fragment from layout android-support-v4
I'm having troubles working with fragments to the 2.2 platform. I imported the android-support-v4.jar library to support fragments.
I tried to change the target to Honeycomb 3.0, and the code works. ...
0
votes
1answer
955 views
Select photo from Android Gallery then display it in a fragment?
I am developing an Android app using fragments and would like the user to be able to pick an image for scanning purposes. I have a fragment that allows the user to select their desired source (camera, ...
29
votes
7answers
13k views
Android Fragments. Retaining an AsyncTask during screen rotation or configuration change
I'm working on a Smartphone / Tablet app, using only one APK, and loading resources as is needed depending on screen size, the best design choice seemed to be using Fragments via the ACL.
This app ...
1
vote
2answers
399 views
Multiple fragments in the same space?
I am developing an Android app with fragments that has many possible flows. With simple Activity-based flow, it can flow like this:
A -> B -> E
A -> C -> E
A -> D -> E
With fragments, I would like ...
3
votes
2answers
4k views
FragmentPagerAdapter cannot be resolved to a type
I'm trying to follow Google's tutorial for implementing a ViewPager with Fragments using the Compatibility Package as described here: ...
2
votes
0answers
275 views
Is the duration specified in an XML-defined animation truly in milliseconds?
I'm using the latest version of the support library to allow the use of Fragments on devices running versions of Android < 3.0. Any time I want to switch the current fragment I do so using this ...
3
votes
2answers
977 views
How to commit Fragment transactions in FragmentPagerAdapter in onLoadFinish callback method?
I would like to notify ViewPagerAdapter that dataset changed in Loader.onLoadFinish callback function.
It is prevented because state of fragments might be saved.
From ...
12
votes
2answers
2k views
including list_content into list layout to retain ListFragment functionality
First of, I'm using The Android Compatibility Library V4 rev.3 for my 1.6(Donut)
When you first create a ListFragment it displays an indeterminant progress indicator untill you use ...
25
votes
4answers
7k views
Android Fragment standard transition not animating
Im using the v4 android compatibility library to develop a tablet UI using fragments specificaly for Android 2.2 devices and up.
Everything is working as it should, except that I cant get any ...
8
votes
1answer
1k views
What is the scope of a LoaderManager?
When identifying Loaders in your LoaderManager, you use unique ids. I'm asking about how unique those ids have to be.
Does every activity and fragment have its own LoaderManager? Do fragments use the ...
1
vote
1answer
668 views
How to use a sliding transition with Compatibility Library v4 Fragment Transactions
All I want is to be able to use FragmentTransaction.replace(...) and have fragments slide into and out of place just like activities, using the default activity animation.
By default the fragments ...
2
votes
1answer
3k views
Android 1.6 TabHost inside a Fragment
In the demo Support4Demos - API 4+ Support Demos , the Tabs and TabsPager examples both extend FragmentActivity. Each tab content is itself a Fragment. No real breakthrough, TabActivity was used the ...
7
votes
1answer
3k views
FragmentTransation setCustomAnimations not working
I trying to use the new android compatibility package to include fragments into my project.
I am trying to include a transition animation when I add a new fragment. The thing is only one of my ...
5
votes
1answer
2k views
Why do I get IllegalStateExceptions every time I start an Activity that uses support Fragments?
I use the Android support library to use fragments in pre Honeycomb Applications.
If I add a fragment inside the onCreate method of my activity the activity crashes with an IllegalStateException.
...
2
votes
1answer
4k views
How to upgrade my Activities to Fragments and avoid ClassCastException?
I have quite a large hierarchy of classes that are Activities. I just installed the v4 compatibility package. What is the easiest way to get all my Activities in a way that I can use them in a ...
7
votes
2answers
2k views
Proguard Android App for LVL and Fragment Compatability Support
I'm trying to use Proguard against my app which will eventually incorporate LVL and In-app Billing. The problem I have is that Proguard keeps crashing my app on start and it's hard to figure out ...
11
votes
3answers
9k views
ExpandableListFragment with LoaderManager for Compatibility Package
I want to make my ExpandableListActivity compatible with Honeycomb.
I am wondering why there is no ExpandableListFragment for the Compatibility Package.
Is there a way to make ExpandableListView work ...
12
votes
2answers
4k views
ClassCastException on a subclass of ListFragment using compatibility library
This only happens when using the compatibility library for pre-3.0 devices
I'm getting an error that I cannot pin down. I have an Activity with a ListFragment and standard Fragment. It is just like ...
22
votes
3answers
8k views
FragmentActivity can not be tested via ActivityInstrumentationTestCase2
I have a problem executing android unit tests against android applications that utilize the recently released Fragment support API. When the test is run against a FragmentActivity the following error ...
8
votes
3answers
3k views
View reuse in fragments android
I am trying to save my View states in my fragment but I am concerned I make be leaking my Activity. Here is what I am doing:
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup ...
28
votes
7answers
6k views
How to handle onContextItemSelected in a multi fragment activity
I'm currently try to adapt my application to use the "Compatibility Libraries for Android v4" to provide the benefits of the usage of fragments even to Android 1.6 users.
So far this was possible ...
1
vote
1answer
2k views
Android ListFragment Cursor managing
I want to use ListFragment and Loader Class for my android app.
(honeycomb level SDK, but Google release comparability package)
in Fragment, is it has managing cursor API with Fragmemt life cycle
...
25
votes
6answers
15k views
Unable to use Fragments with Android Compatibility Package
In "Fragments for All", Xavier Ducrohet, Android SDK Tech Lead says Google releases an Android Compatibility Package by SDK Manager.
I've installed it, but, how can I use it now?
How can I integrate ...

