How to start new activity in corona?
问题 I am new on Corona and worked with android sdk on Eclipse but i don't know how to pass from one activity to another in this one? What do you we use for this on Corona? 回答1: You do not have control over activities of your app when using Corona SDK. What you need is the StoryBoard API which helps you to manage difference scenes. Here are a few links regarding storyboard. http://www.coronalabs.com/blog/2011/11/14/introducing-the-storyboard-api/ http://www.coronalabs.com/blog/2012/03/27