Top "Android-networking" questions

The Android networking subsystem.

How to fix 'android.os.NetworkOnMainThreadException'?

I got an error while running my Android project for RssReader. Code: URL url = new URL(urlToRssFeed); SAXParserFactory factory = SAXParserFactory.…

java android android-networking networkonmainthread
Android check internet connection

I want to create an app that uses the internet and I'm trying to create a function that checks if …

android networking android-networking
Broadcast receiver for checking internet connection in android app

I am developing an android broadcast receiver for checking internet connection. The problem is that my broadcast receiver is being …

java android broadcastreceiver android-wifi android-networking
Comparison of Android Web Service and Networking libraries: OKHTTP, Retrofit and Volley

Two-part question from an iOS developer learning Android, working on an Android project that will make a variety of requests …

android networking retrofit android-networking android-webservice
Trusting all certificates with okHttp

For testing purposes, I'm trying to add a socket factory to my okHttp client that trusts everything while a proxy …

android ssl okhttp android-networking
Example: Android bi-directional network socket using AsyncTask

Most of the network socket examples I found for Android were one directional only. I needed a solution for a …

android android-asynctask android-networking
Volley Android Networking Library

I have few questions around using Volley in my projects: Can this library be used in any Java project or …

android http android-networking android-volley
How to determine if network type is 2G, 3G or 4G

I have an indicator on my application to display the network type (2G or 3G or 4G) but after getting …

android 3g android-networking 4g
Get my wifi ip address Android

How can I get the ip address of my phone when it is connected under wifi? I found a method …

android ip android-wifi android-networking
Network listener Android

I want to check when the network of phone in Android goes off. Can I capture that event? I am …

java android networking android-networking