Posts by Anderson Spera • 1 point
2 posts
-
0
votes1
answer29
viewsA: How to update / refresh the data using Android Volley with Mysql?
managed to solve my problem by adding jsonArrayRequest.setShouldCache(false); and Queue.getCache(). clear(); I also added a GET/POST method and code even if the parameters are empty: protected…
-
0
votes1
answer29
viewsQ: How to update / refresh the data using Android Volley with Mysql?
I’m new on the subject and new here, I’m displaying an excerpt of the code I’m using for testing. The data is normally displayed the first time I query through the application, but if I perform a…