|
|
|
|
|
by MilesTeg
4571 days ago
|
|
From a developer's standpoint it does matter. Every OS version, hardware version is another platform you have to support and test against. Even on identical hardware with an incremental version difference it is not uncommon for some strange edge case to cause something to break. |
|
Contrast this to iOS - whenever there is a new iOS version, developers have to scramble to update their apps because they very often break or the UI is broken by changes, etc.
Android is much much less hassle when OS updates roll around, and I develop for both.