Skip to content

Instantly share code, notes, and snippets.

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 slxny/0ad5a0fd412c91f7d11de8b8071591cc to your computer and use it in GitHub Desktop.
Save slxny/0ad5a0fd412c91f7d11de8b8071591cc to your computer and use it in GitHub Desktop.
ArrayAdapter<String> itemsAdapter = new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, numbersList);
ListView listView = (ListView) findViewById(R.id.list);
listView.setAdapter(itemsAdapter);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment