How to send SMS in Android

How to send SMS in Android tutorial show you basic example to send SMS message. In Android appication development, you can use either SmsManager API or device’s Built-in SMS application for sending SMS using android application. How to Send SMS in Android Create a new Android project and name the project. I have already discussed […]

Android Rotate Animations (Zoom Clockwise Fade Blink Move Slide) with Examples

Android Rotate Animations  in android is used to change the appearance and behavior of the objects. The Rotate animation will provide a good look and feel to your android applications. Android Rotate Animations (Zoom Clockwise Fade Blink Move Slide) with Examples Android Rotate Animations (Zoom Clockwise Fade Blink Move Slide) with Examples tutorials is used […]

How to Rotate an Image in Android

How to Rotate an Image in Android How to Rotate an Image in Android tutorial is going to teach you how to rotate an image using android program. This is a simple tutorial for you to learn image rotation using android programming. If you are a newbie to android programming please check my tutorial for […]

Android Program to Vibrate Phone

Android Program to Vibrate Phone, in this post we will learn how to vibrate your Android phone. Here we are using android Vibrator class that operates the vibrator on the device. Vibrate for a Given Length of Time Before we proceed Click here to know how to install Android studio in Ubuntu. In order to […]

How to Create Android Menus

How to Create Android Menus tutorial will teach you how to implement menu in your Android applications. In android application menu is one of the important user interface entity which provides some action options for a particular view. In this tutorial I am discussing about how to create android menus. If you are a beginner […]

A simple Fact app Using Random Class in Android

A simple Fact app Using Random Class in Android tutorial is guiding you to generate some facts about India already stored in the array are displayed randomly when you click on the button. When the facts are displayed, the background colors are also changing randomly. Random Number Generation in Android An instance of Random class […]

Login Page Android Sample Program

This is a sample program for login to a activity from another using valid username and password. Before that click here for knowing how to install android studio . For creating Login page App first we have to create a new android project. For creating new project in android studio follow the instructions below File-> […]

Context Menu Creation in Android

Context Menu Creation in Android Context Menu creation in android appears when the user performs a long press or click on an element and it is useful to implement actions that affect the selected content. The android Context Menu is same as the menu which displayed on right click in Windows or Linux. Following is […]