i'm lost, i can't connect to mysql. obviusly i have some mistake.
This is my Initialize in Activity Create.
DBAvalon.Initialize("MySQL","192.162.1.100","avalontr","*****","avalontr")
and i try this in a button
DBAvalon.ExecuteASync("INSERT INTO test SET maquina=60,valor=1000;")
but, nothing happens, even, when the application starts, it's frozen(black screen) by 10 seconds, and then show the activity. i think is try to connect.
MSMySQL jar and xml is in the libraries, and mysql-connector-java-5.1.34-bin too, it's ok?
what is DisableStrictMode? it's necessary?
thanks in advance.