Problem populating DataGrid on Android device
Posted: Mon Jan 05, 2015 5:28 pm
Hi everyone,
I built an application in which I retrieve a list of fields from an external MySQL database in order to populate a Data Grid.
All works fine, I get all the data from my remote MySQL DB but when I try to populate the DataGrid nothing happens.
I tried with an Array rather than using the classic method but it doesn't work.
It seems like it is disable.
I add that I have no problem when testing as standalone application.
I am testing the app on S4 emulator on Genymotion.
Does anyone could help me?
Thanks a lot,
Gianluca
I built an application in which I retrieve a list of fields from an external MySQL database in order to populate a Data Grid.
All works fine, I get all the data from my remote MySQL DB but when I try to populate the DataGrid nothing happens.
I tried with an Array rather than using the classic method but it doesn't work.
It seems like it is disable.
I add that I have no problem when testing as standalone application.
I am testing the app on S4 emulator on Genymotion.
Does anyone could help me?
Thanks a lot,
Gianluca