Hello, I am currently trying to make an app that at its most basic, colors counties based on how many times you push a button. But, I need the color for the counites on each phone to rapidly update so that other peoples pushes also count towards their colors. Is there anyway to make a sort of online database to store code in and then each phone can modify and use that code through the internet? Or does anyone have any other ideas?
@dayaffe99, you can use network.request API to connect to web service. In my case, I use php with mySQL database hosted on dotCloud service. I can add/update data and retrieve data.
I don’t know how Corona Cloud could work with it, but it might be very well worth looking into it as well. Not that I used it, but I’m pretty darn impressed with its debut.
Naomi
Corona SDK should support talking to two different web services. I’m not sure about making two requests at once, but you certainly could call your webserver and when that call is complete, call Corona Cloud (or visa versa)
@dayaffe99, you can use network.request API to connect to web service. In my case, I use php with mySQL database hosted on dotCloud service. I can add/update data and retrieve data.
I don’t know how Corona Cloud could work with it, but it might be very well worth looking into it as well. Not that I used it, but I’m pretty darn impressed with its debut.
Naomi
Corona SDK should support talking to two different web services. I’m not sure about making two requests at once, but you certainly could call your webserver and when that call is complete, call Corona Cloud (or visa versa)