Database call using Url on Android
Posted: Fri Jan 10, 2014 4:09 pm
Does anyone know why this does not work on an android phone. it is a simple database calls, where i use the contents of an URL for that purpose.
there is nothing wrong with the method since it works perfectly in the development environment and also in iOS.
What happens is ... Nothing, the app freezes and it is on " put Url myUrl into tGuid" it happens.
put "http://mydomain.se/something.aspx?ID=1" into myUrl
put Url myUrl into tGuid
I have used this method at least 100 times before, but this is the first time on an Android, so it must be Android specific.
Anyone???
///Peter
there is nothing wrong with the method since it works perfectly in the development environment and also in iOS.
What happens is ... Nothing, the app freezes and it is on " put Url myUrl into tGuid" it happens.
put "http://mydomain.se/something.aspx?ID=1" into myUrl
put Url myUrl into tGuid
I have used this method at least 100 times before, but this is the first time on an Android, so it must be Android specific.
Anyone???
///Peter