Hi,
Is there any deadline for asyn http request support on Android?
I don’t believe you cannot add such a simple feature since you have C++, Java project in hand.
[import]uid: 9190 topic_id: 7997 reply_id: 307997[/import]
Hi,
Is there any deadline for asyn http request support on Android?
I don’t believe you cannot add such a simple feature since you have C++, Java project in hand.
[import]uid: 9190 topic_id: 7997 reply_id: 307997[/import]
Should be included with our ARM7 build for android 2.2 only … which is in the hands of some corona developers (not http but arm7 builds)
c [import]uid: 24 topic_id: 7997 reply_id: 28540[/import]
LuaSocket already has a good http layer and cooperative threading support.
Async http request can be built on lua or C/C++ functions that uses lua infrastructure.
As a matter of fact, we only needed half a day to implement “semi-async” request using pure lua and lua socket. I call it semi-async since it does block for a few milliseconds on socket.select. [import]uid: 9190 topic_id: 7997 reply_id: 28691[/import]
so you don’t need to wait for asynch http suppor… cool…
c [import]uid: 24 topic_id: 7997 reply_id: 28693[/import]
Here—>
http://developer.anscamobile.com/code/cross-platform-asynchronous-http-request [import]uid: 9190 topic_id: 7997 reply_id: 28734[/import]