Top "Android-internet" questions

This tag is used for internet related questions on the Android Operating System.

Detect whether there is an Internet connection available on Android

Possible Duplicate: How to check internet access on Android? InetAddress never timeouts I need to detect whether the Android device …

android internet-connection android-internet
Http Get using Android HttpURLConnection

I'm new to Java and Android development and try to create a simple app which should contact a web server …

java android-emulator android-internet
Detect if Android device has Internet connection

I need to tell if my device has Internet connection or not. I found many answers like: private boolean isNetworkAvailable() { …

android internet-connection android-internet
Android - Programmatically check internet connection and display dialog if notConnected

I am working on a live project. and when user click on the app. the welcome screen appears(there is …

android android-webview android-internet android-websettings
Download Images From URL to SD Card

I am trying to create a very simple Image Downloading app. in which i want to download all images from …

android http download android-internet
Android internet connectivity check problem

I'm new to Android development and working on an Android application that requires the phone to be connected to the …

android android-permissions android-internet
How to forget a wireless network in android programmatically?

I am working on an app which wifi , where user will be asked to enter password for the scanned network …

java android android-wifi android-internet android-wireless
@font-face declarations don't work in Android 4.3 Internet browser?

My Samsung Galaxy S3 phone recently upgraded from Android 4.1.3 to Android 4.3. Now several websites I designed which I tested in …

css cross-browser font-face android-4.3-jelly-bean android-internet
Check Network and Internet Connection - Android

I was wondering if the method below check that I am both connected to a network, and can actually connected …

java android android-internet
How to save downloaded file on sd card from download manager programmatically on android

In my application i have download(Image) feature which is used to download file from urls. The download happen should …

android android-sdcard android-internet