Android Internet Connection Archives - Androhub

WebView Banner

Android Advance WebView

We had learn basic things about WebView in my earlier tutorial. In that tutorial i am showing how to load url in WebView. But in today’s tutorial we are going to learn some more things about WebView. The things that we are going to learn today are given below: 1 . Go Back  – We

Read More
Download Files Banner

Android Download Files & Save

In this tutorial we are going to learn how to download pdf, doc , video, mp3, zip ,etc. files from server and save them in device memory. Below are certain things that we are going to learn in this tutorial :  1. Download Files – Download Files from Server Url. 2. Save Files – Create

Read More
WebView

Android WebView

Android’s WebView allows you to open an own windows for viewing URL or custom html markup page. WebView is a view that display web pages inside your application. You can also specify HTML string and can show it inside your application using WebView. WebView makes turns your application to a web application. In order to

Read More
GPS Location

Android GPS Location Manager

If you are developing any location based app, you can make your app more smarter by finding user’s location automatically. For this you need to integrate location modules in your application. You can learn more about location strategies. Example In this tutorial, we are going to learn how to get user location using GPS location manager

Read More
Internet Connection

Android Detect Internet Connection Using Broadcast Receiver

Android lets your application connect to the internet or any other local network and allows you to perform network operations. A device can have various types of network connections. If your app needs internet connection to make HTTP Requests and or you need internet connection in your whole app then it is better to check

Read More