I got in to strange problem with the flow of application.I am creating music Playing application, which have capability of background playing. And the problem I am having is,
- on application starts application loads all the songs from SD card.
- User starts the playing of song.
- Now he exit form the application.
- songs is still playing in the background.
- Now when he starts application again either from Notification bar or from the menu... all songs starts loading again Now that is the thing I don't want.
can any one suggest me how to handle this thing ?