Posts by Petruceli.L • 15 points
3 posts
-
0
votes2
answers45
viewsA: Arraylist statico returns size 0 when I try to recover it in an Activity
Create an interface like below, which will be able to recover the values of the listErros. public interface Listaestaticadeerros { Static Arraylist listErros = new Arraylist(); ... }…
-
1
votes1
answer78
viewsQ: Working Volley Android Error
I’m creating an application for Android that sends via Volley some strings. I would like to know how I work errors, for example, if the server is offline. Follow the code for sending strings:…
-
0
votes3
answers336
viewsQ: Repeat loop json php mysql
I get a json via php post, and want to insert the information into a table in mysql database.. json{ { "todos": [{ "nome0": "andre", "cor0": "preta" }, { "nome1": "felipe", "cor1": "azul" }, {…