Posts by Pedro Henrique • 11 points
4 posts
-
0
votes2
answers228
viewsA: How to pass a search parameter in the retrofit with Kotlin?
Result was thus: @GET("people/") fun getPersonagem(@Query("search") name:String):Call Personagemlist
-
-1
votes2
answers228
viewsQ: How to pass a search parameter in the retrofit with Kotlin?
I am trying to use the Retrofit library to make HTTP requests for the API: API Star War, with the Kotlin language, however I don’t know how to correctly pass a search parameter to an API function.…
-
1
votes2
answers1379
viewsA: object problem on top of each other in Android Studio
In Android Studio is coming by default the Constraint Layout, change the layout, or adapt to Constraint. To use Constraint Layout you can use a tool that automatically adjusts items. Or do it…
-
0
votes1
answer330
viewsQ: Build failed with an Exception
When I try to run on my mobile phone, the following message appears: I managed to run via Android Studio, but the app is very slow…