I\'m currently trying to fill a fragment with an asynchronous task. It\'s mainly an exercise since the real implementation will get the data out of an SQLite database - however I have to implement the
I am creating a magazine app which uses a ViewPager and scrolls over different WebViews. Most of the pages are portrait but some of them can be seen as landscape.
I need your help. I have one Activity with two fragments: one fragment with simple TextView in LinearLayout and other fragment: ViewPager with 3 fragments in FragmentPagerAdapter.
I\'m using the Android Compatibility Package and I\'ve tried to add the MapView in the Fragment\'s onCreateView. However the map doesn\'t zoom or show the right coordinates. It only shows the whole wo
I have two issues with my ListFragment: I want to refresh the the ListFragment once I click a button which I define in the XML File.I initially load the Data of the DataAdapter within a AsyncTask in t
I am currently trying to work with Android ActionBar Sherlock on my Nexus One running Gingerbread 2.3.4.
I\'m using the FragmentTabsPager class from http://developer.android.com/resources/samples/Support4Demos/src/com/example/android/supportv4/app/FragmentTabsPager.html
Does somebody know of a tutorial or an example of ho开发者_JAVA百科w to implement the standard Android search interface with Fragments? In other words, is it possible to put a standard search with a S
I am having problems getting my ListFragment to fill the screen vertically.It fills fine while the data is loading but but once I call setListShown(true) it shrinks to wrap_content.I changed the backg
I am trying to change the view of titlebar by typica开发者_JS百科l approach: @Override public View onCreateView(LayoutInflater inflater, ViewGroup group, Bundle args) {