zoukankan      html  css  js  c++  java
  • Dashboards (Android)

    his page provides information about the relative number of devices that share a certain characteristic, such as Android version or screen size. This information may help you prioritize efforts for supporting different devices by revealing which devices are active in the Android and Google Play ecosystem.

    This data reflects devices running the latest Google Play Store app, which is compatible with Android 2.2 and higher. Each snapshot of data represents all the devices that visited the Google Play Store in the prior 7 days.

    Note: Beginning in September, 2013, devices running versions older than Android 2.2 do not appear in this data because those devices do not support the new Google Play Store app. Only the new app is able to measure the number of devices that actively visit Google Play Store and we believe this measurement best reflects your potential user-base.

    Platform Versions


    This section provides data about the relative number of devices running a given version of the Android platform.

    For information about how to target your application to devices based on platform version, read Supporting Different Platform Versions.

    Version Codename API Distribution
    2.2 Froyo 8 1.7%
    2.3.3 -
    2.3.7
    Gingerbread 10 26.3%
    3.2 Honeycomb 13 0.1%
    4.0.3 -
    4.0.4
    Ice Cream Sandwich 15 19.8%
    4.1.x Jelly Bean 16 37.3%
    4.2.x 17 12.5%
    4.3 18 2.3%

    Data collected during a 7-day period ending on November 1, 2013.
    Any versions with less than 0.1% distribution are not shown.

    Note: Because this data is gathered from the new Google Play Store app, which supports Android 2.2 and above, devices running older versions are not included. However, in August, 2013, versions older than Android 2.2 accounted for about 1% of devices that checked in to Google servers (not those that actually visited Google Play Store).

    Screen Sizes and Densities


    This section provides data about the relative number of devices that have a particular screen configuration, defined by a combination of screen size and density. To simplify the way that you design your user interfaces for different screen configurations, Android divides the range of actual screen sizes and densities into several buckets as expressed by the table below.

    For information about how you can support multiple screen configurations in your application, read Supporting Multiple Screens.

    ldpi mdpi tvdpi hdpi xhdpi xxhdpi Total
    Small 9.2% 9.2%
    Normal 0.1% 15.1% 33.4% 22.2% 8.8% 79.6%
    Large 0.6% 3.6% 1.2% 0.5% 0.5% 6.4%
    Xlarge 4.4% 0.3% 0.1% 4.8%
    Total 9.9% 23.1% 1.2% 34.2% 22.8% 8.8%

    Data collected during a 7-day period ending on November 1, 2013
    Any screen configurations with less than 0.1% distribution are not shown.

    Open GL Version


    This section provides data about the relative number of devices that support a particular version of OpenGL ES. Note that support for one particular version of OpenGL ES also implies support for any lower version (for example, support for version 2.0 also implies support for 1.1).

    To declare which version of OpenGL ES your application requires, you should use the android:glEsVersionattribute of the <uses-feature> element. You can also use the <supports-gl-texture> element to declare the GL compression formats that your application uses.

    OpenGL ES Version Distribution
    1.1 only 0.1%
    2.0 98.3%
    3.0 1.6%

    Data collected during a 7-day period ending on November 1, 2013

  • 相关阅读:
    《设计原本》读书笔记01
    SQL SERVER存储过程的几种示例
    SQLSERVER2008 存储过程基本语法
    (转)C#程序开发中经常遇到的10条实用的代码
    (转)C#正则表达式Regex类的用法
    常用正则表达式
    (转)通过WMI获取网卡MAC地址、硬盘序列号、主板序列号、CPU ID、BIOS序列号
    checkbox:全选与反全选
    checkbox:获取所有已选中的值
    Quartz(任务调度)- Cron
  • 原文地址:https://www.cnblogs.com/yssgyw/p/3439188.html
Copyright © 2011-2022 走看看