I’m just starting with corona, checking the docs.
I use
local myImage = display.newImage( "image.png", 0, 0)
to position my image on the top left corner. But its mostly out of the borders (on the simulator)
other than that, I’m using the standard (basic) conf.lua and there’s nothing else on my main.lua file