Posts by Robson Alves • 21 points
2 posts
-
-1
votes1
answer23
viewsQ: Problem loading URL with Webview Kotlin
I’m trying to open an html inside the Assets in Android Studio, but the page is completely blank. NOTE: When I put any external link, it works. class MainActivity : AppCompatActivity() { override…
-
2
votes1
answer42
viewsQ: Receive response Okhttp KOTLIN
I am trying to process the data received from an external API. I have two files, one responsible for making the request, and the main one to call the function, but I can’t pass the data return to…