Android Developer Dashboard national/regional version

拟墨画扇 提交于 2019-12-18 13:53:39

问题


As many of you may know, Google has provided us with a nice Dashboard that shows us the current distribution of active Android devices along certain characteristics, such as platform version or screen size.

It would be nice to have some similar information, but counting devices only in a specific region or country. For example, I am a Hungarian developer currently working on applications that are almost certainly only useful for people living here, in Hungary. Thus, I don't need to know the world's statistics, only the Hungarian subset - which would be slightly different due to lesser and later availability of the devices and general economical reasons.

So far I could not find such statistics, so I ask you, have you ever stumbled upon something like that? Or shall I write to Google and ask for this seemingly not too complicated feature?


回答1:


You could implement Google Analytics ( https://www.google.com.br/analytics/ ) on your app. There you can find all kinds of statistics, including country specific data.

Here is how to implement Analytics on you Android App: https://developers.google.com/analytics/devguides/collection/android/




回答2:


It would be awesome if we had this from Google. There are a couple of sites/blogs that occasionally post info that can give you an idea. Device Atlas uses "mobile web data" - who knows what that means exactly but their numbers seem reasonable.

https://deviceatlas.com/blog/android-versions-market-share-2017

You can replace the "2017" with "2016" to get last year's report. Maybe they will have more in the future.



来源:https://stackoverflow.com/questions/17663437/android-developer-dashboard-national-regional-version

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!