Posts by Patrick Camargo • 25 points
4 posts
-
1
votes1
answer92
viewsQ: Progressidialog closing before the Second Activity opens
I have an Activity called Login_activity, when the user logs in, I want a Progressdialog to appear, until the other Activity is fully loaded, because as I will put some things to execute in the…
-
0
votes2
answers275
viewsQ: PHP returns NULL when information has accents
When I want to display the data returned by a JSON, it returns to me NULL. Only when the database information is without accents, it returns me normally: <?php include_once 'WSAps_conexao.php';…
-
0
votes1
answer422
viewsQ: Changing position of a Marker
I have a Mapsactivity class, where it starts at a fixed point set on the map. I’m calling a Thread, where the Map is only fully loaded, when the return is true. (I will do a search in a comic book…
-
1
votes2
answers1120
viewsQ: How to read Json with Android
I wonder how I read json in two different ways. 1 - I have a Json {"nome": "JOA", "cpf": 7.4417, "idade": "15"},{"nome": "PAT", "cpf": 8.5528, "idade": "20"}"}; This one I can read and play in…