javaandroidweb-servicescoronasdkstencyl

2D game engines for Android with web service support


I need to create an Android application with lots of graphics and many rather complex calculations.

I want to do the calculations on a server and use the Android app only for interacting with the user (receiving user input, graphics).

I'm thinking about using Stencyl or Corona SDK for implementing the client.

If I implement the Android client with Stencyl or Corona, will I be able to communicate with a server via a web service?


Solution

  • you can do this on Corona using Network Request see this link