Get all Audio files [Sketchware/Easiest way]

Code used

//please subscribe to my channel //in case you want to make a video using my snippet please make a refer to me 😊️ android.database.Cursor c=getContentResolver().query(android.provider.MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, new String[]{android.provider.MediaStore.Audio.Media.DISPLAY_NAME}, null, null, null); while(c.moveToNext()) { String name=c.getString(c.getColumnIndex(android.provider.MediaStore.Audio.Media.DISPLAY_NAME)); audio.add(name); }


Video Tutorial

Comments

  1. Hello pls can you make a video on how to add Google map to your coronavirus tracker app thanks

    ReplyDelete
    Replies
    1. I didn't play around with Google map api, but I will try

      Delete

Post a Comment

Popular posts from this blog

Read Json file from asset in Sketchware Pro

Change wallpaper Programmatically Sketchware

Web Scraping With Jsoup in Sketchware