Alaa AbuZarifa

Results 6 comments of Alaa AbuZarifa

@Alexander-- `getItemId` did the trick! Thanks a lot.

I have the same problem 😢

@athirasanthosh hey man, did you figure a way to do it..!? it would help me a lot !

In my case, I added a button with replay icon and I made `GONE` by default, once the video finishes, I show it and inside its onClick I restat the...

As this [user](https://stackoverflow.com/users/627702/swoo) on Stackoverflow said regarding this issue. You need to copy the java class from the library into your project and copy the resources in res folder as...

use this ``` @Override protected void onDestroy() { super.onDestroy(); if (mRadioManager != null) { mRadioManager.disconnect(); RadioManager.getService().stop(); } } ```