CoronaCards from guys at Corona SDK

evilpaw

Member
Licensed User
Longtime User
Hey all

http://coronalabs.com/blog/2014/03/06/introducing-coronacards/

I use B4A for all my business related apps when it comes to Android. I have also been using CoronaSDK with games. I found this particular article quite interesting thought its worth to Share.

Basically its a embeddable Corona SDK in other dev platforms.

I hope i don't offend anyone by posting this here. I am not advertising Corona but I like to be informed about new and upcoming technologies, especially in the mobile industry. I am sure there are many other like minded individuals.

the Idea that came to mind was, either have CoronaCards be embeddable into B4A or simply use a Jar to wrap corona SDK and make it available as a B4A library.
 

Informatix

Expert
Licensed User
Longtime User
Hey all

http://coronalabs.com/blog/2014/03/06/introducing-coronacards/

I use B4A for all my business related apps when it comes to Android. I have also been using CoronaSDK with games. I found this particular article quite interesting thought its worth to Share.

Basically its a embeddable Corona SDK in other dev platforms.

I hope i don't offend anyone by posting this here. I am not advertising Corona but I like to be informed about new and upcoming technologies, especially in the mobile industry. I am sure there are many other like minded individuals.

the Idea that came to mind was, either have CoronaCards be embeddable into B4A or simply use a Jar to wrap corona SDK and make it available as a B4A library.
I read their stuff and if I understand it well, the CoronaCards are views that you place into your app. So a wrapper has to be done to make the product compatible with B4A. Since the Corona SDK is not free ($192 per year for the basic version!) and most of what it does is already done by some B4A libraries (libGDX for example), I don't think that someone else than you will do the wrapper.
 
Top