Android Resources(On Going)
Wade HuangThere are some useful Android Resources
Tutorials
- Android Developers The official Android Developers website
- Training
- API Guides
- References
- Android Arsenal A categorized directory of free libraries and tools for Android
Libraries
- Retrofit A type-safe HTTP client for Android and Java
- compile ‘com.squareup.retrofit2:retrofit:2.1.0’
- Otto An enhanced event bus with emphasis on Android support
- compile ‘com.squareup:otto:1.3.8’
Android Studio Plugins
- .igonre : there are many template to generate the .igonre for the project.
- Android Drawable Importer : help import images for different resolutions.
- AndroidXmlSorter : sort xml by name=”xxx”
- Android Parcelable code generation
- SVG2VectorDrawable : Transforming SVG to android VectorDrawable
- JavaDocs A Java Doc generator
Version
Code name | Version number | Initial release date | API level |
---|---|---|---|
Alpha | 1.0 | September 23, 2008 | 1 |
Beta | 1.1 | February 9, 2009 | 2 |
Cupcake | 1.5 | April 27, 2009 | 3 |
Donut | 1.6 | September 15, 2009 | 4 |
Eclair | 2.0 – 2.1 | October 26, 2009 | 5 – 7 |
Froyo | 2.2 – 2.2.3 | May 20, 2010 | 8 |
Gingerbread | 2.3 – 2.3.7 | December 6, 2010 | 9 – 10 |
Honeycomb | 3.0 – 3.2.6 | February 22, 2011 | 11 – 13 |
Ice Cream Sandwich | 4.0 – 4.0.4 | October 18, 2011 | 14 – 15 |
Jelly Bean | 4.1 – 4.3.1 | July 9, 2012 | 16 – 18 |
KitKat | 4.4 – 4.4.4 | October 31, 2013 | 19 |
Lollipop | 5.0 – 5.1.1 | November 12, 2014 | 21 – 22 |
Marshmallow | 6.0 – 6.0.1 | October 5, 2015 | 23 |
Nougat | 7.0 – 7.1.1 | August 22, 2016 | 24 – 25 |