. f August 2012 ~ Android Developers Blog

Monday, 27 August 2012

keyboard input stop working in Android Emulator

Hello Friends , After upgrading my Android SDK ADT plugin r20 from r16  keyboard input seem to have stopped working with both existing and new AVDs. Everything was working fine prior to the upgrade. After doing lots of R&D. The issue is solved for me :) If you...

Android Splash Screen Example

Android Splash Screen Example Hello Friends, Have you searching for Splash screen demo example in android ?? Today , I am sharing the full running code of splash screen in android. 1. SplashScreen.java package com.mukesh.tutorials.splash; import com.pxr.tutorials.splash.R; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.MotionEvent; public class SplashScreen...

Friday, 3 August 2012

Show Custom Alert Box| Dialogue Box in Phone Gap Application

Phonegap alert box Hello Friends, Here , I am sharing my code in which we show custom alert box in Phone Gap Application ,Same as Android and Iphone. In My Html code i am calling logout() method on button(Logout) click...

Network reachability code in Phone gap-Android

Phone Gap network check Hello Friends, Have you searching for how to check network connection in your Phone Gap  Application ? Here , I am sharing my network reachability code in phone gap application. Note:         In some of the devices if you are trying...

 

Copyright @ 2013 Android Developers Blog.