So what the hack is Android ?
Every Electronic devices need a certain set of instruction to perform or to follow, These instruction is considered as code which developer write, and the combination of those set of codes build a powerful operating system.
Android is an operating system which runs on several devices, which is necessary for your device to perform accurately. Android manages all the behind the scene work for you so that it becomes easy for anyone to use it.
But how android manages our devices ?
A kernel is responsible for managing the communication between your software which is your OS and Hardware which your physical device. Linux kernel provides an interface between android OS and hardware of your devices.
Now Let’s come to little professional side, Android covers almost 80% of market which is a huge deal, So if you are planning to hit the major chunk of people, android won’t disappoint you.
Have you noticed one thing while you were playing a game, whenever you rotate your device, the movement of object into the game changes in the direction you were moving your devices. so how that’s happening, Sensors are responsible for making it happen, which means android allows you to handle some cool features with its predefined method for sensors.
So now you have ability to join the sensors of your device to your app, and you can use it whichever way you want it.
There is so much thing you can do with android, which we will see later.
Now what do I need in order to create an android application ??
Check out my other story :)