Hacker News new | ask | show | jobs
by smaudet 525 days ago
This is difficult, because the mess that is mobile(?) (Android?) development could be better in general, but that also sounds like your software just is poorly designed...

When it's a "works for me" on one platform but falls over with different hardware, that usually points to some serious issues (e.g. threading, contention, false assumptions) in your code/app.

Not to say that there probably aren't buggy areas in Android itself, however with an appropriate test budget you could determine which are likely hardware (different phones) vs OS (common across devices, with simple repro apps) vs your software (you have bugzorz).