Can\'t figure this one out. Done research, searched here, online, etc. Still a new programmer to Java/Android, but it seems like I\'m doing this right, so here goes.
I am relatively new to Android programming.I have been given a task at work where I need to create a Custom Home activity launcher.I did a bit of research and found the example on the Android develope
I have an android app with a button on the main activity that creates a second PreferenceActivity to display settings.
I\'ve recently started developing Android Apps, and whilst the model is making more sense the more I look at it, I cannot do something (nor find any reference material on it) which to me seems quite s
During testing I noticed that sometimes the finish() of my sub-activity doesn\'t execute onActivityResult. Most of the times it works okay, and I can\'t figure out, when and why this problem occurs.
If an Activity starts another by startActivityForResult(), what happens to that subact开发者_JS百科ivity if the parent is finished?If Activity A calls startActivityForResult() (starting up Activity B)
i\'ve got this Tabhost: TabHost tabHost = getTabHost(); TabHost.TabSpec spec; Intent intent; /** Initialization Tab1 */
I have a main activity. its main.xml generates a view that开发者_如何转开发 holds a slider, which on click, reveles some area for conent. In this area I want to display a map. so I need a second activ
Is it possible to add an activity on top of the current activity. For example lets say i click a button, and then it adds a second activity to the current activity. And the second开发者_C百科 activity
I have a problem on going back (clicking the Back button) from sub-activity to main activity: from my main activity I launch a new one (with passing some extras):