Am trying to make an streaming MediaPlayer. There is categories for songs and Each category contains number of songs. I have implemented MediaPlayer in Service. For the communication between Activity and Service i have used messages,intents, and runnable. But my issue is that App not responding smoothly. Swipes and Clicks are very slow. And Checking on RAM usage , app's ram usage going high on playing songs.
Please help me out from this issue,
Thanks and regards,