I\'m new to programming and making an app for iphone and android with Corona SDK.I want to take a picture with Iphone camera and then save it for further work . How can I access the camera of a device
I\'m beginner to开发者_如何学运维 corona sdk and programming , I want to share my app via facebook to my freinds.I want a button that connects to the facebook through my app and my default message wil
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m using Corona (to load images) / C++ / Glut. I have strange problem with loading texture. I know that problem is with glTexImage2D, but it\'s strange , everything is OK when image is 850 x 249 or
I\'m using a recent daily build of 开发者_StackOverflowthe Corona SDK (version 2001.562) to add gyroscope support to an existing application. Unfortunately, I can\'t seem to get the event-handling fun
we are doing a game with moving objects around frame-by-frame and also using accelerometer. We have hooked on two events - about drawing the frame and for th开发者_StackOverflow中文版e acc.
I was following this tutorial http://www.crawlspacegames.com/blog/inheritance-in-lua/ and created 2 objects (drums and Guitar) that inherit from MusicalInstrument. Everything worked fine until I added
I\'m using Corona SDK to make a simple app that requires luasocket. Corona SDK support luasocket to do async http req.
I\'m using Corona to create a game but to build the app for iOS I need to specify in Corona which provisioning profile to use (which I have to copy to their certain folder).
I am getting nil value when I tried to update the data for below code : local update_statement =db:prepare[[ UPDATE list SET :name :icon WHERE :id]]