android:black screen switching between activity
- by 100rabh
Hi,
I am using below code from one of my activity to start another
Intent viewIntent = new Intent (getApplicationContext (), landingPage.class);
Bundle b = new Bundle ();
b.putString ("ApplicationName", a_Bean.getApplicationName ());
if (landingPage.getInstanceCount () < 1)
bp.landingPage_ProgressDialog = ProgressDialog.show…