Implementing View Animation

0
Hello friends !!! In this tutorial we are going to implement ViewAnimation. All we will do in this tutorial is, on clicking the button the...

Implementing Toggle Button

0
Hello friends !!!In this tutorial we will be implementing toggle button. All we will do in this tutorial is to handle and manage the onClick...

Implementing Simple Service in Android

0
In this tutorial we are going to implement a Simple Service which we have to start and stop. In this implementation of Service...
Android Virtual Assistant Part 2_ Android SIP and Voice API’s

Android Virtual Assistant Part 2: Android SIP and Voice API’s

This article is part two of a series where we overview technologies that could be used to construct what we can loosely term as...
Advanced Detection APIs Supported by Google Play Services 7.8

Advanced Detection APIs Supported by Google Play Services 7.8

0
Android is a huge industry in the mobile technology field. Google has really struck it rich with the Android operating system, which powers around...

Implementing 2D – Graphics

0
Hi Friends!! In this tutorial we are going to implement 2D – Graphics . All we will do in this tutorial is, drawing a square...

9 Best Practices to Reduce Your Android App’s Battery Consumption

0
Battery life has always been a huge consideration for mobile devices, and remains of the most limiting factors for their use. Most modern smartphones...

Create first program in java

In this tutorial today we will learn to create first program in java.Here we will display a text i.e print some text as...

Implementing Media Player (Audio)

0
Hello friends!! In this tutorial we are going to implement Multimedia to play Audio files. All we will do in this tutorial is on clicking...
Everything You Need to Know About Bitmaps for Android Apps

Everything You Need to Know About Bitmaps for Android Apps

0
Bitmap is a very basic data structure for image files. Although they are very common, they are also notoriously expensive memory-wise. If you're not...