26 Jun Introduction to Android
In this tutorial, you will learn about Android and how to develop apps easily with Android. Android is an open source mobile OS. Being a mobile OS, its foremost benefit is that it is used for developing apps for tablets, television, as well as wearable devices like a watch. Under Introduction to Android, we will also learn about history of Android.
Android has over two billion monthly active users, as announced by the search engine giant, Google on May 17, 2017
Thanks to developers and our partners around the world, there are now more than 2 billion monthly active Android devices. #io17 pic.twitter.com/tMH6aHsAIP
— Google (@Google) May 17, 2017
For creating apps in Android, an IDE will be used, which is known as Android Studio. The current version of Android Studio is 2.3.3,
Android History
Android was initially developed by Android, Inc., which was bought by Google in 2005. The first commercial version, Android 1.0, was released in 2008.
Android latest release is Android 7.1 Nougat. The code names of android ranges from Alphabets A to N, with Android Nougat being the recent version.
Here’s the list of Android Versions, with code names, API Level, and release date. API Level is an integer value assigned to uniquely identify the framework API revision. Every integer value is offered by an Android version as shown below,
Codename | Android Version | API Level | Version Release Year |
---|---|---|---|
Cupcake | 1.5 | 3 | 2009 |
Donut | 1.6 | 4 | 2009 |
Eclair | 2.1 | 5 - 7 | 2009 |
Froyo | 2.2 | 8 | 2010 |
Gingerbread | 2.3 | 9 - 10 | 2010 |
Honeycomb | 3.0–3.2.6 | 11 - 13 | 2011 |
IceCream Sandwich | 4.0–4.0.4 | 14 - 15 | 2011 |
Jelly Bean | 4.1–4.3.1 | 16 - 18 | 2012 |
KitKat | 4.4–4.4.4 | 19 - 20 | 2013 |
Lollipop | 5.0–5.1.1 | 21 - 22 | 2014 |
Marshmallow | 6.0–6.0.1 | 23 | 2015 |
Nougat | 7.0–7.1.2 | 24-25 | 2016 |
In this tutorial, we will learn how to develop Android apps. The apps are uploaded on Google Play Store, wherein the users download, install and access them.
Here are the top 10 categories for apps on Google Play Store,
If you liked the tutorial, spread the word and share the link and our website Studyopedia with others.
For Videos, Join Our YouTube Channel: Join Now
No Comments