android Programming Glossary: myact
How to handle screen orientation change when progress dialog and background thread active? http://stackoverflow.com/questions/1111980/how-to-handle-screen-orientation-change-when-progress-dialog-and-background-thre the screen orientation change gracefully The sample code below matches roughly what my real program does public class MyAct extends Activity implements Runnable public ProgressDialog mProgress UI has a button that when pressed calls send public.. new Handler @Override public void handleMessage Message msg mProgress.dismiss Stack E WindowManager 244 Activity MyAct has leaked window com.android.internal.policy.impl.PhoneWindow DecorView@433b7150 that was originally added here E WindowManager.. DecorView@433b7150 that was originally added here E WindowManager 244 android.view.WindowLeaked Activity MyAct has leaked window com.android.internal.policy.impl.PhoneWindow DecorView@433b7150 that was originally added here E WindowManager..
|