Android Basic Concepts October 12, 2016 Android Overview Let’s start android overview with what is an android, Android is an open source and Linux-based Operating System for mobile ... Read more
Android Basic Concepts October 12, 2016 Android List View Using Android ListView we can arrange components in a vertically scrollable list. The list items are automatically inserted to the ... Read more
Android Basic Concepts October 12, 2016 Android Manifest File All Android application must have an AndroidManifest.XML file which is called Android Manifest File. It presents essential information about an ... Read more
Android Basic Concepts October 12, 2016 Android Permission Model Android Permission Model designed for preventing unauthorized access by third party application.Android applications must declare which permission they require after ... Read more
Android Basic Concepts October 12, 2016 Android Debug Bridge With the help of android debug bridge we can communicate with an emulator or connected physical android device because Android ... Read more
Android Basic Concepts October 12, 2016 Android Startup And Zygote Power on and system startup When we switch on our android mobile, Boot ROM code starts its execution from a ... Read more
Android Basic Concepts October 12, 2016 Android Architecture Android operating system is a stack of software components which is roughly divided into five sections and four main layers ... Read more