I am trying to develop an android media player using kivy and I am currently stuck on getting all the audio files data on the android device and populating the data in a recycle view. I have done some research and found out that I can achieve this with the help of the java MediaStore class but I don't know how to go about it.
I have tried looking at the pyjnius documentation but its not quite detailed for a beginner and so any help in terms of an illustration on how I could achieve this will be highly appreciated.