Intent nextActivityIntent = new Intent($CurrentActivity$.this,$NextActivity$.class);
startActivity(nextActivityIntent);