I have an Activity that displays a text based on data pulled from MySQL server. The problem is that the Activity won\'t load until data is pulled, which sometimes takes some long seconds or even doesn
How can I set (by code) an Activity to be transparent? I want the activity to become transparent when the user clicks a开发者_如何学编程 button. Is it possible?You can use setTheme (android.R.style.Th
How to send more than 1 data with bundle ? If only one : String status = txtStatus.getText().toString();
I am trying to display a dialog in a non-Activity class. Basically, I detect an object in my app, I would like to display a dialog and then switch activities. I\'m getting a \"java.lang.RuntimeExcepti
I wrote simple android app with bugs. When open second activity from menu- android stopped apps. Code:
I have a set of activities that I am navigating between, and because these activities are expensive to initialize, I would like to preserve the existing state if possible. The problem is that I might
I am trying to launch my app from a dialed code (say #120) on the phone dialer. I believe I\'ve seen some apps that do this already.
using eclipse to debug an android application in the emulator. upon executing activity.setTitle() i expect the title of the emulated
I have a listview a开发者_如何学运维t the top of my activity, does the entire activity need to extend ListActivity? Or can the main activity simply extend just Activity and a private sub-class can ext
So I know you can use your own animation between activities using the overidePendingTransition method. I set up a transition between two activites and it works perfect on my emulator but I see no tran