Thursday, December 8, 2016

Android Networking Libray's & Android API level

Android API versions

Code nameVersion numberInitial release dateAPI levelSupport status
Alpha1.0September 23, 20081Discontinued
Beta1.1February 9, 20092Discontinued
Cupcake1.5April 27, 20093Discontinued
Donut1.6September 15, 20094Discontinued
Eclair2.0 – 2.1October 26, 20095–7Discontinued
Froyo2.2 – 2.2.3May 20, 20108Discontinued
Gingerbread2.3 – 2.3.7December 6, 20109–10Discontinued
Honeycomb3.0 – 3.2.6February 22, 201111–13Discontinued
Ice Cream Sandwich4.0 – 4.0.4October 18, 201114–15Discontinued
Jelly Bean4.1 – 4.3.1July 9, 201216–18Discontinued
KitKat4.4 – 4.4.4October 31, 201319Discontinued
Lollipop5.0 – 5.1.1November 12, 201421–22Supported
Marshmallow6.0 – 6.0.1October 5, 201523Supported
Nougat7.0 – 7.1.1August 22, 201624–25Supported

Open GL version

To declare which version of openGL ES your application requires, we should use the
   android:glEsVersion   attribute of the  <uses-feature> element. You can also use 
  <supports-gl-texture>   element to declare the GL compression formats that your
 application uses
OpenGL ES VersionDistribution
2.041.9%
3.042.4%
3.115.7%

0 comments:

Post a Comment