Posts by Bruno Mendonça • 1 point
3 posts
-
0
votes1
answer169
viewsQ: Getting information from an Objectjson without Array
I have the class below and I can find the information of a Jsonarray in this format: {"client":[{"id":"1334","name":"Bruno"}]} TextView nome_usuario; private static final String TAG_CLIENTE =…
-
0
votes1
answer176
viewsQ: Make a method on onCreate run once
In my mainActivity I have the method: player.setPlayWhenReady(true) which is responsible for making the player start playing and continues to run in the background while I am browsing between my…
-
0
votes0
answers252
viewsQ: How to send data from an Activity to a Fragment
I’m trying to send my data from Activity CorridaEsteiraActivity to the Fragment FragmentCorrida and save them in a listview, however I did not succeed in my attempts, below follows the two classes:…