What is Android?
We can define Android in three points,
- Os for Mobile devices
- Open Source
- Based on Linux Kernal 2.6
What we are going to learn in this course,
- In this course we are going to learn how to develop application software for the system software Android.
What is a Application Software:
- Anything that performs Data processing for user
Ex: Notepad, Wordpad, Calc..etc.. (that runs on the OS)
What is System Software:
- It will be taking care of all the basic and important functionalities of the system like Booting , task priorizing , memory allocation, etc.
Ex: Windows, Linux.