Hi guys,
I am on the verge of trying to use Corona SDK to create a data driven application for work. I have tried using both Eclipse and Xamarin to achieve this, but to be honest I find both extremely difficult and unstable.
The web service I want to consume within Corona was originally developed in Visual Studio.net and written in Visual Basic.net, so im unsure if Corona will be able to read this? As I created the web service originally, I will have the full flexibitly to modify it, or even re-create it. The only thing is I would like to still develop the web service within Visual Basic using vb.net.
I have seen various examples within these forums using JSON? but my question is can Corona consume SOAP or WCF web services? And if so, which is the best and easiest to use?
I also need a database. My overall plan is to read the data from the web service, and insert it in to a database on the Android device, Which type of database is available on the android device? And would it be easy(ish) to achieve what i want in Corona?
Thanks guys.