I\'m converting an application I\'ve written and part of it is a GoogleMap component which I\'m trying to put in to a fragment and I\'m having issues.
I have two activities which I want to combine with a FragmentPagerAdapter. I followed a tutorial and everything works great with the test classes. However, as mentioned I want to use two previously ma
Is anyon开发者_开发技巧e aware of a way to check the existence of fragment using Robotium? Regards
I am trying out using fragments with my tabhost for the first time and I am pretty impressed. That said, one of my tabs uses two fragments, first the user sees Fragment A and then if they hit a button
I\'m trying to use Fragment with a ViewPager using the FragmentPagerAdapter. What I\'m looking for to achieve is to replace a fragment, positioned on the first page of the ViewPager, with another one.
Are there any patterns on how to handle UI Transitions in Android Activities vs Fragments? I am开发者_如何学Go currently looking into a UI that has at most 3 columns in Landscape.
Is it possible to use a fragment/activity from an external application and use as it is 开发者_StackOverflow中文版embedded?
I\'m trying to add a couple of fragments to my activity. Both the fragments are added (when they\'re not added) and removed (when they\'re already added) in onTouchEvent(MotionEvent).
How to save Object while orientation change, since onRetainNonConfigurationInstance and getLastNonConfigurationInstance are deprecated. And which cannot me used with compatibility package android-supp
In an Android application I have a fragment implemented that overrides onViewCreated to set up some OnClickListeners once the view is there.