Posts by luiz pinheiro de jesus • 11 points
1 post
-
1
votes1
answer89
viewsQ: How to return an avinda list of the database using Asynctask, and then deliver it to the class that will manipulate it?
I have an Internet class that loads a list from the database, but on the return of the doInBackground it returns the empty list. I already tested and the for is getting it right, then populates the…