Should I avoid building for some android devices?

62 views Asked by At

In Android Studio, I'm building app with minimum Android 5.0 lollipop. I read that Nexus 4 is the minimum device available with Android 5.0 lollipop.

So does this mean I should ignore working on the screen sizes of Nexus ONE and Nexus S (since they are earlier versions)?

2

There are 2 answers

0
Mafujul On

If you set minimum 5.0 you don't need to be concern about screen size, you need to be concern on android version. Your mentioned devices (Nexus ONE, Nexus S) are below 5.0, so you have to ignore these devices.But you need to be informed that small screen size's device can be above 5.0 (android 5.0). In that case you have to be concern about small screen also.

0
AudioBubble On

Nexus aren't the only android phones that exist. There are a lot of manufacturers, and I guarantee some of those have a phone with a small screen running Android 5+. Even though NExus doesn't have small screens running 5+, that doesn't mean there's no one who does. You need to design for all screen sizes because there are even Nexus One's who are rooted and run Android 8 for that matter.

basically, don't ignore them. Design for all screen sizes, because there's always a rooted device or a different manufacturer with a small screen