Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ArrayAdapter adapter = new ArrayAdapter<String>(this, androidx.appcompat.R.layout.support_simple_spinner_dropdown_item,result);
- mp3fileList.setAdapter(adapter);
- cursor.close();
Advertisement
Add Comment
Please, Sign In to add comment