Re: [android-developers] Hi guys, please assist me with the code below, I'm new to android development

2016-04-13 Thread TreKing
What is your questions or issue you're having? Posting a chunk of code with no context and a minor comment with no question is a good way to not get an answer. http://www.catb.org/esr/faqs/smart-questions.html

[android-developers] Hi guys, please assist me with the code below, I'm new to android development

2016-04-12 Thread Bathabile Mathabatha
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_quiz); tv=(TextView)findViewById(R.id.tvque); btnNext=(Button)findViewById(R.id.btnNext); rg=(RadioGroup)findViewById(R.id.radioGroup1);