Posts by João Lutz • 53 points
2 posts
-
1
votes4
answers3330
viewsA: How to use Asynctask on Android?
What Felipe meant was to create an interface and make your Activity implement this interface, and when creating the Asynctask instance pass the reference of your Activity to it (your Asynctask class…
-
4
votes3
answers36150
viewsA: How to use Mysql on Android
Felipe, it actually works! I myself am developing a system for bars and restaurants with an app and I am using direct connection from Mysql to Android, and, contrary to what most say, does not slow…