iGeeti is an Intent based android music player application . It is a very simple music player application which reads songs from your Internal storage and SD card and display it in a RecyclerView .
- Read and search for
mp3file form yourinternal memoryandSD card - Display it into a
RecyclerViewusing aCardView - On clicking on a card a new intent is opened
- The new intent plays music using a
MediaPlayer - Uses
MediaMetadataRetriever classto retrive details of your favourite songs
- Standard
androidxlibrary - Google
Material DesignLibrary Dexterlibrary for managing permission
Download our app and try now Download App
You can also download sorce code from here Download Sorce Code
| Permission | Description |
|---|---|
| READ_EXTERNAL_STORAGE | Read the contents of your SD card |
