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
mp3
file form yourinternal memory
andSD card
- Display it into a
RecyclerView
using aCardView
- On clicking on a card a new intent is opened
- The new intent plays music using a
MediaPlayer
- Uses
MediaMetadataRetriever class
to retrive details of your favourite songs
- Standard
androidx
library - Google
Material Design
Library Dexter
library 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 |