Paulo Coutinho

Results 433 comments of Paulo Coutinho

Im with the same problem. Any solution found?

I only want show if the user can open the server in HTTP or HTTPS when i show the message on terminal. https://github.com/nativium/nativium-http-server

im waiting for this tooooo

Ok. The same problem happen on imgui? It is a general problem?

Can you create a class for it? ``` java /** * Set this PageTransformer on a ViewPager. It will be invoked anytime it's pages are scrolled. * This transformer has...

Im with the same problem. How can we play the first video when list loaded? Thanks.

I made a solution: Inside your RecyclerView class create the method: ``` fun checkToPlayVideo() { if (canScrollVertically(1)) { playVideo(false) } else { playVideo(true) } } ``` And when you set...