Working with Menus

Hello every one 

I beginner in corona world but i have good experience in web programming

I want to know how to create splash screen for some moments after that go automatic to menus

when i tab any menu show me another menu  like following photo

6.png

If you look in our SampleCode/interface folder you will see three different sample apps called Listview1, Listview2, and Listview3 as well was WidgetDemo.

All of them show how to setup a tableView which is what you’re doing.  They use our storyboard feature to load a second scene on tap, but you could use a native.showAlert() call to get the popup dialog  your demo shows.

Rob

If you look in our SampleCode/interface folder you will see three different sample apps called Listview1, Listview2, and Listview3 as well was WidgetDemo.

All of them show how to setup a tableView which is what you’re doing.  They use our storyboard feature to load a second scene on tap, but you could use a native.showAlert() call to get the popup dialog  your demo shows.

Rob