Skip to content

Instantly share code, notes, and snippets.

@jddeep
Created May 9, 2019 10:45
Show Gist options
  • Save jddeep/cd4c72547b4e30d6a3c401696bd0ca16 to your computer and use it in GitHub Desktop.
Save jddeep/cd4c72547b4e30d6a3c401696bd0ca16 to your computer and use it in GitHub Desktop.
listView = (ListView) findViewById(R.id.lvDisplay);
listView.setAdapter(aToDoAdaptor);
findViewById(R.id.spkBtn).setOnClickListener(this);
imgTick = (ImageView)findViewById(R.id.imgTick);
fab = (FloatingActionButton) findViewById(R.id.fab);
spkBtn = (ImageView) findViewById(R.id.spkBtn);
editText = (EditText) findViewById(R.id.etAddText);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment