Hacker News new | ask | show | jobs
by RowanH 1382 days ago
I've now got quite a few phones on my desk (6 right now) plus all the other historical ones. It's surprising to see the differences, quirks, and little gems. My main phone has now become an 13 Pro Max, it's solid, reliable and smooth (but my main reason was the camera/video quality). While features might be hidden via gestures I don't think I've ever seen a problem or bug with anything - certainly nothing that is repeated or sticks out in my mind.

But that said the functionality of Android is much wider in scope, which is a blessing and a curse.

For my startup one of the core features is uploading photos/videos, and lots of them.. getting to know how each platform deals with background processes has been very eye opening. Apple : there's a couple of ways, it's on our terms, maybe, if we feel up to the task - but you know what you're getting. Android : here's the kazillion different changing API's on how to do it... you'll get there with better performance of what you want (maybe) but good luck navigating the landscape !

I suspect Androids eco system problems is just keeping up with ever changing APIs, or learning what worked fine on your Sony xperia 1 ii, fails miserably on your first customers Samsung S20.... then realising you're doing it wrong on the apis, then re-writing it, then the api's change....

So the chance of app bugs is far, far higher in Android.

1 comments

As a person that has been dealing with Android programming since version 1.6 I have to say that things got very stable since version 4.4 Kitkat. That's 9 years ago...

The ecosystem has improved, and added a bunch of new optional stuff, a new language, a new way of making UIs, etc. Retrocompatibility is still very good.

Some other things never change though.

The "stability" of Android Studio stable releases, how much Android build system requires as developer workstation (Google employees must all use gaming rigs), the artisanal tooling on the NDK front, lack of easier JNI integration after 10+ years,...