Hacker News new | ask | show | jobs
by taligent 4908 days ago
> Essentially anything that mentions fragmentation is about spreading FUD.

I am going to assume by this statement that you've never worked on an Android project before. I work for an enterprise company with lots of Android apps and fragmentation is very much real.

The HTC Desire and Samsung Galaxy S3 are both very popular and still being sold today. It is extremely difficult (borderline impossible) to make one decent app run on both. You have to build two apps.

1 comments

What differences between the Desire and S3 were causing you problems? Screen size/resolution? API versions?

I have developed and tested apps that run just fine on both of these devices. No different builds, not even different layouts. You're right, fragmentation is real, but it is not an unsolved problem in the Android world.

Fragmentation is.. ...10% bad luck. You are stuck and there is nothing you can do ...90% bad planning. And THIS is why you use abstraction.