To create a Music Player app in sketchware, follow the steps given below. 1. Create a new project in Sketchware. 2. In VIEW area on main.xml, add a ListView listview1 with height wrap_content, and weight 1. Add a SeekBar seekbar1 , an ImageView imageview1 , and three TextViews textview1 , textview2 , and textview3 , as shown in the image below. 3. Create a CustomView mycustom.xml and add a TextView textview1 , and an ImageView imageview1 in it. For listview1 select mycustom.xml as it's customView. 4. Add a MediaPlayer component mp , a Shared Preferences component sp:sp and a Timer component timer . 5. Create six More Blocks MPcreate(pos), MPstart , and MPpause for the MediaPlayer and searchFolders , getFileList in [filePath] and extra . 6. Add three number variables n, r and songPosition , and five String variables currentfile , songMinutes , songSeconds , folder , folderName . Also add a List String folderList, List String fileList and a List Map
Comments
Post a Comment