Android Basic ConceptsOctober 12, 2016Android OverviewLet’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 ConceptsOctober 12, 2016Android List ViewUsing Android ListView we can arrange components in a vertically scrollable list. The list items are automatically inserted to the ... Read more
Android Basic ConceptsOctober 12, 2016Android Manifest FileAll Android application must have an AndroidManifest.XML file which is called Android Manifest File. It presents essential information about an ... Read more
Android Basic ConceptsOctober 12, 2016Android Permission ModelAndroid Permission Model designed for preventing unauthorized access by third party application.Android applications must declare which permission they require after ... Read more
Android Basic ConceptsOctober 12, 2016Android Debug BridgeWith the help of android debug bridge we can communicate with an emulator or connected physical android device because Android ... Read more
Android Basic ConceptsOctober 12, 2016Android Startup And ZygotePower on and system startup When we switch on our android mobile, Boot ROM code starts its execution from a ... Read more
Android Basic ConceptsOctober 12, 2016Android ArchitectureAndroid operating system is a stack of software components which is roughly divided into five sections and four main layers ... Read more