import android.widget.Button;
import android.widget.Toast;

public class quizActivity extends Activity{
 /** Called when the activity first created. */
 @Override
 public void onCreate(Bundle savedInstanceState) {
  super.onCreate(savedInstanceState);
  setContenView(바로여기에무엇을넣어야할지..);{
   
  }
   
  public void onClick(View v){
  
  v.postDelayed(new Runnable() {
  @Override
  public void run() {

 

...

 

Intent intent = new Intent(여기도모르겠네요 ㅠㅠ .this,0,intent,
     PendingIntent.FLAG_CANCEL_CURRENT);

 

저기 위에 두군데에 무엇을넣어야할지 모르겠어요

예제보고따라하는데

클래스와 프로젝트이름이 다르니 ㅠㅠ제가 너무초보여서 죄송해요