Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
Last active October 15, 2018 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codingwithsara/7ad93be3baf2e67e85d40a9d3de80b7a to your computer and use it in GitHub Desktop.
Save codingwithsara/7ad93be3baf2e67e85d40a9d3de80b7a to your computer and use it in GitHub Desktop.
3-2
public class MainActivity extends AppCompatActivity {
private TextView countLabel;
private TextView questionLabel;
private Button answerBtn1;
private Button answerBtn2;
private Button answerBtn3;
private Button answerBtn4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment