The Fastest WordPress Theme

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc imperdiet rhoncus arcu non aliquet. Sed tempor mauris a purus porttitor, ...
Read more

Top 10 Contact Form Plugins

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc imperdiet rhoncus arcu non aliquet. Sed tempor mauris a purus porttitor, ...
Read more

3 Awesome Security Plugins for WordPress

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc imperdiet rhoncus arcu non aliquet. Sed tempor mauris a purus porttitor, ...
Read more

How to Stop AsyncTask in Android

AsyncTask is used for Threading Appliction. In most situation we want to stop in when its in running state. For ...
Read more

Toggle Android Airplan mode

This code show to Toggle Airplane mode of mobile public void airplaneModeOn( ) {         try {             ...
Read more

How to set Button Enable and Disable using Android

Add button to layout, then add the following code java file.        Button btnCalcualte=(Button) findViewById(R.id.button1);              // to enable ...
Read more

Alert Dialog When User Press Back Button

Override  the following method  of Activity to add Key event into Android Application. @Override public boolean onKeyDown(int keyCode, KeyEvent event) ...
Read more

SmS Reading in Android Programmatically

An Android you can read Sms programmatically. When you able to read Sms Programmatically then you can do more advance ...
Read more

Android Age Calculator

In this application we calculate total year, months and day of our age. You simply enter Data of Birth to ...
Read more

Input Dialoge for android

When you want to user give quick input then used input dialog in android . It design from dialog to ...
Read more