Paulo Coutinho
Paulo Coutinho
Im with the same problem. Any solution found?
Hi. It was solved?
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...
Same here :)
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...