Write a program showing starting, pausing, resuming and stopping an activity in Android

Explanation: Activity lifecycle of android The application in an android goes through a cycle during its lifetime. There are various stages like creating, starting, resuming,...

Implementing Accelerometer with Phonegap

In this session today we will create an app using accelerometer which will respond to X ,Y and Z axis when the mobile phone...

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...

Implementing Camera API in Phonegap

In this exercise today we will be implementing camera API in Phonegap where we will create two buttons namely Take Photo and Get Photo...

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...

Learn how you can send & receive SMS through Android

0
This example shows how you can send/receive SMS through your application. Algorithm: 1.) Create a new project by File-> New -> Android Project name it SMSSenderExample. 2.) Write following...

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...
Learn About Programming Navigation in Your Android App

Learn About Programming Navigation in Your Android App

0
When designing a system framework that can be applied to a lot of different projects, there are certain elements of design that have to...

Implementing your application on RippleEmulator

0
In this tutorial we will learn to implement your app on ripple emulator , which will work as an online simulator of mobile where...
How to Manage the Activity Lifecycle Stages for Your Android App

How to Manage the Activity Lifecycle Stages for Your Android App

0
Apps can be tricky to handle from a programming perspective because they always exist in tandem with other apps and programs. This is normal...