Posts by Bruno Pardini • 11 points
2 posts
-
1
votes1
answer96
viewsA: Problem with Sqlite in Asynctask’s onPostExecute method
I solved the problem, it was not passing any value to the user at the moment of receiving this value in theInBackground. For understanding: In the Asynctask call, I have now set the user value…
-
0
votes1
answer96
viewsQ: Problem with Sqlite in Asynctask’s onPostExecute method
I’m having a problem running an Sqlite function in the Asynctask onPostExecute method. When I implement the same function in Activity it runs normally, but in onPostExecute it doesn’t even enter the…