[android] Load new View


/ Published in: Java
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Intent i = new Intent();
  2. i.setClassName("com.esites.android.mviews", "com.esites.android.mviews.view1");
  3. startActivity(i);

Report this snippet


Comments


You need to login to view comments.