Android Devices and Game Compatibility

Hello,

If I submit an app to the android marketplace, even though I was using the galaxy tablet simulator from corona, can Droid users for example, still be able to use the app/game just as good as the galaxy tab user?

Also, I’m using this Gumbo physics editor: http://www.nerderer.com/Gumbo

Which Android device on the drop down list at the top is the Droid ?

Thanks a lot guys/gals! [import]uid: 54001 topic_id: 9230 reply_id: 309230[/import]

as long as you have this code saved as config.lua in your project folder then every screen will display the app exactly the way you made it but change the height and width to the galaxy tab resolution its currently set to the droids resolution

– config.lua

application =
{
content =
{
width = 480,
height = 854,
scale = “zoomEven” – zoom to fill screen, possibly cropping edges
},
} [import]uid: 35973 topic_id: 9230 reply_id: 33673[/import]