GitHub URL:
https://abc-lerner-for-kids.googlecode.com/files/Iphone%20Alphabet%20Reader%20For%20kids.zip
This tutorial is build using list view of corona sample.
For more information check my blog :-
www.anscacorona.blogspot.com
or
My youtube channel :-
www.youtube.com/user/iphonemaclover
thank you
Have fun with corona SDK
--xxxxxxxxxxxxxxx main.lua file xxxxxxxxxxxx
1
2
3
4
5
6
7
8
9
10
| --import the table view library
local tableView = require("tableView")
--import the button events library
local ui = require("ui")
display.setStatusBar( display.HiddenStatusBar )
------
--initial values
local image |