aakash2310

Untitled

Sep 23rd, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ArrayAdapter adapter = new ArrayAdapter<String>(this, androidx.appcompat.R.layout.support_simple_spinner_dropdown_item,result);
  2. mp3fileList.setAdapter(adapter);
  3. cursor.close();
Advertisement
Add Comment
Please, Sign In to add comment