Showing posts with label android basic. Show all posts
Showing posts with label android basic. Show all posts

12 October 2017

Implement Android Autocomplete Textview Example

Auto Complete Text view Tutorial thumbnail
Android Provides Various types of View to Implements in Applications and to give User a Very easy and Friendly atmosphere.In my Blog, I have covered Many Views which will give you a very good start and knowledge on Android Development, and increase your skills in Programming.

Working With Android Audio Manager To Change Ringing Mode

Android tutorial of audio manager to change ringing mode thumbnail
Every Phone Has a Functionality to Change the Ringing type of phone. Phones comes with three type of Ringing mode
  • Normal Mode
  • Silent Mode
  • Vibrate Mode

10 October 2017

Get Device Imei ,Android ID, Dual Sim number

In This Tutorial, we will see a tutorial on how to get the Device IMEI, Android Id, and Number of both Sim. Every phone has a unique IMEI no. so developers take IMEI and use this as an identifier of a device or a user, and also to validate the user.

Create In Built Browser Using Web View

browser is an application program that provides a way to look at and interact with all the information on the World Wide Web. The word "browser" seems to have originated prior to the Web as a generic term for user interfaces that let you browse (navigate through and read) text files online.

9 October 2017

Implement Animation In Android Application

Animation is the process of making the illusion of motion and the illusion of change by means of the rapid succession of sequential images that minimally differ from each other. The illusion—as in motion pictures in general—is thought to rely on the phi phenomenon and beta movement, but the exact causes are still unclear.
Animators are artists who specialize in the creation of animation. Animation can be recorded with either analogue media, a flip bookmotion picture film, video tape, digital media, including formats with animated GIFFlash animation, and digital video. To display animation, a digital camera, computer, or projector are used along with new technologies that are produced.

Working with Android Touch Event

In this Example we will discuss about how to interact with the touch event in android.
Previously Touch Event mostly used will developing games but in today's scenario this also getting used in most of the Normal apps to give a more user friendly interface.
Many view in Android Comes with Some Inbuilt method to interact with touch events but then also we must know the main Technic  how to implement