ShahbazA

Results 1 comments of ShahbazA

Made this method for playing from url in Recylerview: public static BaseVideoItem playFromUrl(String assetName, String mUrl, Activity activity, VideoPlayerManager videoPlayerManager, int imageResource) throws IOException { return new AssetVideoItem(assetName, videoPlayerManager, Picasso.with(activity),...