I\'m开发者_如何学编程 an experienced java programmer taking my first steps in Android development. My problem is simple, my onActivityResult() is not getting executed in the main activity. Here is wha
I\'m trying to switch to another activity which holds tabs (Map Activity Main -> Tab Activity and backwards) like this
In my appliaction I\'m using TabActivity. 开发者_JAVA百科I\'d like to change the current Tab within another tab.
I can\'t seem to get my extra information to get sent along with an intent. The intent loads the next activity properly, but without the payload.
I have one activity which download data from the web. In middle of the downloading process application closes if I start downloading process more than one time. I am using AsyncTask to download data a
How can I make loading page in androi开发者_如何学God? I want it when my application starts. Like the loading pages in games?
I have an Activity, A, instantiated 3 times for example (A1, A2, A3) in different parts of the back stack.
I have been following the gallery example here: http://developer.android.com/resources/tutorials/views/hello-gallery.html
I seem to be running into a number of problems getting my app going ... grrr The issue I have at the moment is, I have an Activity on launch of my app that is a searchable facility (via android quick
I want to have some buttons/textviews in my Activity displayed in portrait orientation, while the rest of the activity is fixed in landscape orientation.