Signup/Sign In

Getting Started with Android Programming


Introduction to android tutorial


Welcome! The fact that you guys are reading this, means you are keen about learning how to write an Android Application by your own. In today's world Mobile Application market is exploding and specially Android has emerged in a very short time, holding the top position against other competitors like iOS, Blackberry, Windows & others.

Each technology(Operating System) has their own userbase but Android has been able to cover the largest userbase in the world. In this first tutorial we will see, what is Android, its versions and what features it has had since 2005 that has helped it to be where it is now? Lastly, we will also try to understand the Android Architecture.


What is Android?

Android is a modified Linux based mobile operating system that was originally started by Android Inc. with the same name. In 2005, Google acquired Android and took over its development work to enter into the mobile space.

As a part of the world's biggest tech giant, Android was made open source and free; hence most of the source code of Android is released under the open-source Apache licence. That allows anyone to download the source code and change it as per their requirements, hence they can have their own flavour of the Android operating system, For example : Cynogen, MIUI(by Xiaomi) etc are just different flavours of the Android OS.

During development, developers have to code only at a Software level, adding new features, modifying the user experience etc, leaving behind the worries of the different device configurations, and hardware/software integration, which makes Android Application Development for mobile even easier.


Android Versions

Since the release, Android has gone through number of updates. Here is the list of its different versions and their code names:

VersionRelease DateCode NameAPI Level
1.023 Sep, 2008N/A1
1.19 Feb, 2009N/A2
1.530 Apr, 2009Cupcake3
1.615 Sep, 2009Donut4
2.0/2.126 Oct, 2009Éclair5-7
2.220 May, 2010Froyo8
2.36 Dec, 2010Gingerbread9-10
3.0/3.1/3.222 Feb, 2011Honeycomb11-13
4.018 Oct, 2011Ice Cream Sandwich14-15
4.1/4.2/4.39 Jul, 2012Jelly Bean16-18
4.431 Oct, 2013KitKat19-20
5.0/5.112 Nov, 2014Lollipop21-22
6.05 Oct, 2015Marshmallow23
7.02016 EndNougat24
8.021 Aug, 2017Oreo26

Features of Android

As an open source and freely available software, manufacturers and developers do customization as per their needs, so there is no specific hardware and software configurations required for Android. Android itself offers some features as below,

  1. Storage: Uses SQLite, a light weight relational database storage for data storage (really helpful when limited mobile memory storage is to be considered).
  2. Media Support: Include support for large number of media formats for Images, Audio as well as for Video, like: H.263, H.264, MPEG-4 SP, AMR, AMR WB, AAC, MP3, MIDI, WAV, JPEG, PNG, GIF & BMP.
  3. Messaging: Both SMS and MMS are supported.
  4. Web Browser: Based on Open Source WebKit, now known as Chrome.
  5. Connectivity: Supports large group of networks like: GSM/EDGE, IDEN, CDMA, EV-DO, UMTS, Bluetooth, WiFi, LTE and WiMAX.
  6. Hardware Support: Accelerometer Sensor, Camera, Digital Compass, Proximity Sensor & GPS and a lot more.
  7. Multi-Touch: Supports multi-touch screen.
  8. Multi-Task: Supports application multi-tasking.
  9. Flash Support: Supports Flash.
  10. Tethering: Supports sharing of Internet as wired or wireless hotspots.