Hi!
I just started learning corona sdk.
Is it possible, display the contents of the ‘data’ as the picture?
local path = system.pathForFile( “p1_layer_1.png”, system.ResourceDirectory )
local file = io.open( path, “r” )
local data = file:read( “*a” )