Saturday, April 30, 2016
Alert Dialogue Example
10:48 PM
No comments
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
12:06 AM
No comments
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
Tuesday, August 13, 2013
Monday, August 13, 2012
Android - Technically what is it?
12:10 AM
2 comments
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...