How to send email using android code | using this tutorial we can easily learn android programming to send email using android application. You need to write few lines of code only as given in the below example. How to send email using android code Example Android code given below is the example of sending […]
Android
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 use Shared Preferences to save more than one values
How to use Shared Preferences to save more than one values | in this tutorial, we will learn how to store and retrieve multiple values using Shared Preferences in android. I have already discussed Storing and Retrieving data Using Shared Preferences tutorial for storing and retrieving single value using Shared Preference in android. In this […]
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 […]