business apps on Corona?

I have spent the last day or two looking at Corona and see most of the starter examples are for gamers.

I am interested in an app that shows a splash screen, and a few buttons on the main screen, with each button loading another screen.

I don’t need physics or bouncing objects, just the simple stuff.

Any suggestions or examples?

Also, is the output of Corona web based like MobiOne is or is it a compiled app where it appears to be created in xcode on an iphone or ipad?

Thanks! [import]uid: 99429 topic_id: 35560 reply_id: 335560[/import]

Corona SDK supports managing different screens using the storyboard.* API scene manager. A given scene can contain various widgets and other things. See the widget.* API calls.

Corona SDK’s output is a native app, and not a web container. Corona does include the ability to show webViews where needed.
[import]uid: 199310 topic_id: 35560 reply_id: 141364[/import]

There’s a (paid) video tutorial course here that I created:

http://masteringcoronasdk.com/business-apps-using-corona-sdk-2/

It’s all about making Business Apps using Corona SDK.

Jay
[import]uid: 9440 topic_id: 35560 reply_id: 141382[/import]

Corona SDK supports managing different screens using the storyboard.* API scene manager. A given scene can contain various widgets and other things. See the widget.* API calls.

Corona SDK’s output is a native app, and not a web container. Corona does include the ability to show webViews where needed.
[import]uid: 199310 topic_id: 35560 reply_id: 141364[/import]

There’s a (paid) video tutorial course here that I created:

http://masteringcoronasdk.com/business-apps-using-corona-sdk-2/

It’s all about making Business Apps using Corona SDK.

Jay
[import]uid: 9440 topic_id: 35560 reply_id: 141382[/import]