Results 1 to 10 of 13

Thread: How to design pixel-perfect graphics and UI layouts on Android devices?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Many developers nowadays, including the market leaders, are using vector graphics, usually SVG files to get the best scaling effect. But in your case it will be not possible, because pixel art style does not match with vector graphics.
    So it lets to you just two possibilities: create several versions of your graphics, increasing your development costs, or focus in just one resolution and accept the low quality of scaling.
    Maybe focus in the low standard (480x320) can be a good idea, because pixel art style does not looks so bad scaling up.
    But I'm sorry to say that this layout will be too small for small devices. You should seriously think about make the game fit almost the entire screen and overlap the touch controls.
    Last edited by Rodrigo Robles; 18-05-2013 at 03:28 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •