I\'m fairly new to Android development so I\'m sorry if I haven\'t given all the information you need. Basically I\'m building a basic file browser but I wanted to try something different out by havin
Android Documentation states that LOADERS - They monitor the source of their data and deliver new results when the content changes. I have changed CursorAdapter to work for a SQLite Database.
I have a fadeout animation in a view (which is inside a fragment), and everytime the animation happens, after it finishes the vi开发者_如何学JAVAew redraws itself again. I found a work around doing vi
I\'m trying to replace a Fragment with another Fragment dynamically in my activity. It looks like you can\'t replace a fragment statically defined in a layout file, with a dynamically created fragmen
Since the introduction of Fragments the TabActivity is deprecated. The Hello Views TabLayout Tutorial however still uses the TabActivity and the API-Documentation has no clear answer on how to create
Is there any possibility to intercept the key button in DialogFragment? sorry for the naive question.. the onBackPressed of my FragmentActivity is never called.
I\'m in the process of making an Android 3 app that has a tab-based navigation. Being quite new to Android I searched for tab tutorials and found a few different approaches, out of which an implementa
Currently I have a dual pane layout for both landscape and portrait on a tablet. Similar to say settings I have a single activity which loads a fragment into the left selection pane and then choices
For school I am making an android app. For this app I have a fragment, which shows a gridview with just strings, from a database. For this I need a fragment. When I call getActivity(), it returns null
I\'m getting user reports from my app in the market, delivering the following exception: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState