Hacker News new | ask | show | jobs
by izacus 3387 days ago
> Android fragmentation is no different than J2ME used to be.

This is a huge overstatement. J2ME was fragmented in things like basic UI with no tooling to handle it. In Android you really need to dig into hardware-specific funcionality (or really really mess up UI design) to be severely affected by the fragmentation.

1 comments

Try to use the SupportLibrary in Samsung devices, or better yet, check the code for device specific workarounds.