OK I\'m new to android dev\'s and Java, so I\'m having problems with on click method here\'s my code. I know I\'ve gotta be close, thanks in advance. All I want my button to
Use something like this :
public void onClick(View v) { // TODO Auto-generated method stub startActivity(new Intent("com.droidnova.android.splashscreen.MyApp")); }