. Android Developers Blog: Network connection
Showing posts with label Network connection. Show all posts
Showing posts with label Network connection. Show all posts

Monday, 3 September 2012

Check Network Connection in Android

Check Network Connection in Android Hello Friends, Note: Declare following network permission in your              Androidmanifest.xml file:             <uses-permission android:name="android.permission.INTERNET" />     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />    1. MainActivity.java package com.mukesh.networkcheck; import com.mukesh.netwoekcheck.R; import android.net.ConnectivityManager; import android.os.Bundle; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface;...

Friday, 3 August 2012

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.