What is Android and what is an Android phone?

Android is now over five years old and despite the little green robot android peeking out of phone shops up and down the highstreet, there are still those who don’t know what it is or what it’s all about.

Saturday, April 30, 2016

Alert Dialogue Example

package activity.fairline.com.alerttest; import android.app.DatePickerDialog; import android.content.DialogInterface; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity {    @Override     protected void onCreate(Bundle savedInstanceState) {         super.onCreate(savedInstanceState);         setContentView(R.layout.activity_main); // Get the Builder to create the...

Sunday, August 17, 2014

Getting Started Android

Basic Idea of Programming What is Variables...  Android - Technically what is it? Fundamentals of Android Getting Start with Android   Getting Stat with Android-II  Custom Adapter in List View  ...

Friday, January 24, 2014

Android activity lifecycle: Part one

...

Android Activity Life Cyc...

Tuesday, August 13, 2013

Android Tutorial Hindi Lesson 2- Hello world

...

Android Tutorial in Hindi Lesson1

...

Monday, August 13, 2012

Android - Technically what is it?

It is an operating system for mobile Interestingly, it is not yet another OS, but component basedOS It has an integrated Java Virtual Machine System interfaces are exposed only through Java libraries It is based on the Linux Kernel An Android SDK is provided to let developers build applications on top of the OS but not extend the OS itself The SDK includes Android packages sample files Documentation A Simulator The offical site of Android broadly classfies the technical parts of the OS as consisting of Linux Kernel Android Runtime Libraries Application...