What are the aspect ratios for all Android phone and tablet devices?

前端 未结 5 1479
青春惊慌失措
青春惊慌失措 2020-12-07 07:58

I\'m looking for a list of all screen aspect ratios for popular Android based Phones and Tablets.

5条回答
  •  一整个雨季
    2020-12-07 08:07

    the best way to calculate the equation is simplified. That is, find the maximum divisor between two numbers and divide:

    ex.

    1920:1080 maximum common divisor 120 = 16:9
    1024:768  maximum common divisor 256 = 4:3
    1280:768  maximum common divisor 256 = 5:3
    

    may happen also some approaches

提交回复
热议问题