-2

Most of the resources on the web talk about the problem of fragmentation in android devices, but very less on how to solve it. Can anyone give some resource links/ tips so that we can reduce its effect in android applications, enabling the android developers to reach out to as many users as possible. Thanks.

coolcoder
  • 309
  • 1
  • 3
  • 10

1 Answers1

0

Android Fragmentation is inherent to GooglePlay. If you want to bypass it or make a workaround, you'd have to publish on a different app store than GooglePlay. Fortunatelly for you, GooglePlay is #13 in China, so aiming for one of the top5 might give you better results.

But this is really not something you can actually do something about. You can fix Fragment and FragmentManager related issues easily; but not the Android Fragmentation issue - because that's what (ecosystem) fragmentation really is.

Shark
  • 6,513
  • 3
  • 28
  • 50