/ Published in: Java
Expand |
Embed | Plain Text
Intent i = new Intent(); i.setClassName("com.esites.android.mviews", "com.esites.android.mviews.view1"); startActivity(i);
You need to login to post a comment.
Intent i = new Intent(); i.setClassName("com.esites.android.mviews", "com.esites.android.mviews.view1"); startActivity(i);
You need to login to post a comment.