Wednesday, August 4, 2021

What is android?

 Android is a complete set of software for mobile devices such as tablet computers, notebooks, smartphones etc.

Or We can say, android is a Linux-Based Operating System. It is currently used in various devices such as mobiles, tablets, televisions etc.

1 comment:

A Simple Data Binding Example

  Step-1: Enable data binding to android project ADD below line to your app level build.gradle file. android {     buildFeatures {        ...