Posts by Gabriel Felski • 1 point
3 posts
-
-1
votes1
answer61
viewsQ: How to know List Size? ANDROID KOTLIN
ANDROID KOTLIN : Next: I have my Data Class with its variables,I make a call to the api and I get in my Adapter the list size to add to my attributes in xml ok.. wanted in Activity I put the amount…
-
0
votes0
answers36
viewsQ: Convert Date Kotlin
Next, I get a data json from an api: "data": "2021-05-03T14:07:19.000Z" need convert to show user... I made my data class with her: Data : Date no Adapter called it with a function that goes back to…
-
-1
votes1
answer63
viewsQ: Hide Android/Kotlin Keyboard
I have a EditText I need you to stay focused, but do not open the keyboard at any time, as it will receive a reading from a Qrcode. You can do it? I’ve tried that:…