-
-
Save slxny/0ad5a0fd412c91f7d11de8b8071591cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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