Android DatePicker dialog Box to Get ToDate and FromDate

Android DatePicker dialog Box to Get ToDate and FromDate Hey in this article I am sharing how to use a date picker in android and select a date .is just simply way to implement the date picker in your android app. in this I am working on a show date picker to click a textView … Read more

Android First Example to Developer an app ( Hello Android )

Android First Example to Developer an app ( Hello Android  ) In this Article, I am sharing how to create a simple android application. we are creating a simple empl. Using android studio. Step1: Start Your Android Studio. Step2: Create an Activity in the android studio. and select language java and Kotlin. Kotlin officially announces … Read more

Android Application Development Environment Setup

Android Application Development Environment Setup Android application development can be start on either of the following operating systems: Microsoft Windows XP or later version. Mac OS X 10.5.8 or later version with Intel chip. Linux including GNU C Library 2.7 or later. Second point is that all the required tools to develop Android applications are … Read more

Android Application Components

Android Application Components Basic Components Application components are the essential building blocks of an Android application. These components are loosely coupled by the application manifest file Android Manifest.xml that describes each component of the application and how they interact. Components Description Activities They dictate the UI and handle the user interaction to the smart phone screen Services … Read more

Android OS Architecture

Android OS Architecture An Android operating system is a stack of software components which is roughly divided into five sections and four main layers as shown below in the architecture diagram. The components of an Android operating system are Linux kernel Libraries Android Runtime Application Framework Applications Linux kernel A bottom layer of Android operating … Read more