I'm learning corona sdk to make a simple game. the first that I have to do is display background image.
I made a new project in corona sdk and wrote the following code
local background = display.newImage("background.png")
this code give a small pic in upper left corner of the screen like the one shown below. I tried so many thing as said in other platform and youtube but could not find the answer.
picture that I get after the code above