android-fragments
GoogleMap Fragment issues
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.[详细]
2023-04-13 07:47 分类:问答Changing Activity classes to Fragment (using FragmentPagerAdapter)
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[详细]
2023-04-12 22:09 分类:问答Check existence of a fragment using Robotium - Android
Is anyon开发者_开发技巧e aware of a way to check the existence of fragment using Robotium? Regards[详细]
2023-04-12 18:51 分类:问答Saving a backstack across orientation change
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[详细]
2023-04-12 18:45 分类:问答Replace Fragment inside a ViewPager
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.[详细]
2023-04-12 17:35 分类:问答Patterns when to use Activity Transition vs Dynamic Fragments
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.[详细]
2023-04-12 15:06 分类:问答Use external application fragment/activity inside application
Is it possible to use a fragment/activity from an external application and use as it is 开发者_StackOverflow中文版embedded?[详细]
2023-04-12 00:39 分类:问答NullPointerException encountered in findFragmentByTag - android v4 support package
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).[详细]
2023-04-11 19:55 分类:问答Save object while orientation change
How to save Object while orientation change, since onRetainNonConfigurationInstance and getLastNonConfigurationInstance are deprecated. And which cannot me used with compatibility package android-supp[详细]
2023-04-11 08:49 分类:问答onViewCreated with compatibility library
In an Android application I have a fragment implemented that overrides onViewCreated to set up some OnClickListeners once the view is there.[详细]
2023-04-11 07:25 分类:问答