High res graphics for android?

Hi,

I’ve just released my latest game in the android market and the graphics are looking a little blurry. Is there a way of taking advantage of the ‘@2’ graphics I’ve got in there for iPhone 4?

Thanks. [import]uid: 35072 topic_id: 11721 reply_id: 311721[/import]

Indeed there is! You can use the config.lua file to define what image set you want loaded on a device with a specified resolution. Check out the Corona Tips page by Base2Solutions for an excellent write up on the subject.
http://www.base2solutions.com/walkabout/Corona%20Tips.html
[import]uid: 27965 topic_id: 11721 reply_id: 42668[/import]

It should already be using them. Dynamic image resolution is a bit confusing tho. It picks the next highest image thats <= current dimensions. So if you have images at 320x480 and 640x960.

iphone - uses 320x480
iPhone4 - uses 640x960
iPad - at 768x1024 is > 640x960 so it uses the 640x960 images scaled UP

However, an android phone at 640x800 will still use 320x480 unless you specifically set a case in the config. This is because 640x800 is smaller than the iphone4 graphics at 640x960

I prefer to force use of various images myself. See section 3:

http://www.base2solutions.com/walkabout/Corona%20Tips.html [import]uid: 8872 topic_id: 11721 reply_id: 42669[/import]

LOL we replied at the same time :slight_smile: My tips are getting famous!! [import]uid: 8872 topic_id: 11721 reply_id: 42670[/import]

kam187

Of course your tips are famous, they’re freakin awesome! I thoroughly enjoy Walkabout, although I’m stuck on level 54 (and I can’t figure out how to get through level 5 fast enough to get 3 stars). [import]uid: 27965 topic_id: 11721 reply_id: 42682[/import]

:slight_smile:

I made a level designer which auto calculates the times for 1,2 and 3 stars based on the blocks, the stars and players on the level. Level 5 is a bit if a special case so I had to manually up the times for it. If you’re on android that update should already be on the market. If you’re on iOS it’s in review and should be up any day now!

Re Level 54… there’s a walkthrough if you’re totally stuck :stuck_out_tongue: want a link? [import]uid: 8872 topic_id: 11721 reply_id: 42686[/import]

I’m on Android so I will try it when I get a chance (haven’t played in a few weeks since I got stuck) and I would indeed appreciate a link. Thanks! Keep up the awesome work with your Corona Tips page, it has been a tremedous help to me (and the entire Corona community). I can’t wait to read the rest of the sections. [import]uid: 27965 topic_id: 11721 reply_id: 42689[/import]

Ahh thats probably why. I updated it a week or so ago after alot of people started moaning :stuck_out_tongue:

Here’s the walkthrough:

https://www.youtube.com/watch?v=XbVN2Qs-t4g&feature=related

All the levels are on his page, if you get stuck again :stuck_out_tongue: [import]uid: 8872 topic_id: 11721 reply_id: 42690[/import]

Hi kam187,
Thanks for great Corona tips document! :wink:

Dusan
[import]uid: 5411 topic_id: 11721 reply_id: 44537[/import]

Hi kam187,
I found out that the apktool doesn’t work with recent Corona builds.
Could you share a link to newer version please?

Thank you! :slight_smile: [import]uid: 5411 topic_id: 11721 reply_id: 82457[/import]

Hmmm - I posted a query like this only 2 days ago and got nothing!
Maybe its a newbie thing!

Anyway - thanks for the link - I’m downloading walkabout on my other devices.
Looks beautiful on my apple stuff. Looking forward to see it on Android.

I still think a repository of Psd files should be available for designers.
A psd for all devices. It wouldn’t take long, but would guarantee better looking apps and a more efficient development process…

Just saying’… [import]uid: 88956 topic_id: 11721 reply_id: 82550[/import]