Denver Braganza

Results 11 comments of Denver Braganza

What is the error?

I've forgotten where that is in this code. Could you tell me which files have the button involved?

If I'm not mistaken it requires a minimum of 4 items. 3 items get displayed at a time and it requires the fourth one to continue the cycling of images....

Hey @Canato thanks for the quick response as always. Here is a video from the default camera app on the android studio emulator. It doesn't rotate with the default camera...

Its a class from a missing library. Add this line to your gradle file. `compile 'com.github.wangjiegulu:AndroidBucket:1.0.4'`

I think I'm facing a similar issue, because on production build around 2-3 gb of data seems to be used per day. I'm using mqtt3 instead of mqtt5 though. How...

@ritu-patidar Do you have dual space or dual apps set up on your device?

I have the same issue. I used it in a recyclerview. And it gives this error starting from the 3rd position usually. I initialized the ytplay view using the initialize...

Hey @PierfrancescoSoffritti thanks for replying so soon. Yes I did but I also kept the code to enable a fullscreen view (which is not in the recyclerview example). This requires...

So this is what is happening in my case. I use a RecyclerView because I have multiple videos. I also require to use the full screen functionality on each video....