How to detect android screen sizes ? - Solved

zoopezoope Member Posts: 210
edited August 2013 in Working with GS (Mac)
Hi Everyone

Just wanted to know how do you guys detect screen sizes and control camera on Android devices.

Basically need to detect the following screen sizes:
1280 x 800
800 x 480
1024 x 600.

So based on the iPad screen detection rule for a 2048x 1536, we check for 1024 width.

Do we do the same for the above devices as well?

Comments

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922
    I'm going to do a video on it but basically the key is the screen width. From my research most devices have enough height to match the iPhone 5 size and iPad. So when you use crop if the screen width for portrait mode and would be height for landscape, is >768 then use iPhone 5 setting you have to fit everything if greater use iPad. Keep legacy at screen size width at = 480

    So with three settings you cover most all devices. I'll do the video today.
  • william24william24 Member, PRO Posts: 143
    @FryingBaconStudios Could you point me in the direction of your video that you mentioned above? I would appreciate it. Thanks.
  • prakash_desaiprakash_desai Member Posts: 19

    please share link

Sign In or Register to comment.