how to solve errors related to scores and proceed to next round in android general knowledge quiz?
问题 i am working on android quiz. when i run it on emulator first question appear and i answer it. its stopped working. and then restart from start. i dont know where's problem in my code. questionactivity.class import java.util.List; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.KeyEvent; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.TextView; public class