Android Tutorials |
1 |
1 |
How To Display Message on Button Click in Android | ||
This tutorial explains how to display text message when user click on the push button. In this tutorial you will learn about the concept of onClickListener of Push Button and Toast. |
|||
| Read More | |||
2 |
How To open second activity from current activity in Android | ||
This tutorial explains how to open second activity from current activity when user click on the push button. In this tutorial you will learn about the concept of onClickListener of Push Button and Intent. Intent is used to open second activity from current ctivity. |
|||
| Read More | |||
3 |
How To Display AlertDialog on Button Click in Android | ||
This tutorial explains how to display AlertDialog when user click on the push button. In this tutorial you will learn about the concept of onClickListener of Push Button and AlertDialog. |
|||
| Read More | |||
4 |
How To change theame of edittext in Android | ||
This tutorial explains how to change theame of edittext placed in the activity.In this tutorial you will learn about the concept of background property of edittext. |
|||
| Read More | |||
5 |
How To implement required field validation for edittext in Android | ||
This tutorial explains how to implement required field validation for edittext when user click on push button. In this tutorial you will learn about onClickListenr and validating edittext. |
|||
| Read More | |||
6 |
How To Pass Information From One Activity to Another Activity in Android | ||
This tutorial explains how to pass information from one activity to another activity. In this tutorial you will learn about intent, getExtra (), putExtra () and bundle. |
|||
| Read More | |||
7 |
How To create static login activity in Android | ||
This tutorial explains how to create a simple static login activity.In this tutorial you will learn about edittext, textview, pushbutton,intent,getextra ,putextra and simple if else statement in android. It checks for username and password with static value. It opens second activity if user is authentic otherwise it display message in the form of toast. |
|||
| Read More | |||
8 |
How To send simple text message (SMS) from mobile in Android | ||
This tutorial explains how to Send simple text message(SMS) from mobile in android.In this tutorial you will learn about edittext, textview, pushbutton,SMSManager and sendTextMessage () function in android. |
|||
| Read More | |||