/ Published in: Java
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Intent i = new Intent(); i.setClassName("com.esites.android.mviews", "com.esites.android.mviews.view1"); startActivity(i);