Android Download Image from URL
In this tutorial, you will learn how to download an image from a URL address into your Android application. We will create a button and on button click will start an AsyncTask class to begin...
View ArticleAndroid Download Progress Bar
In this tutorial, you will learn how to implement a download progress bar in your Android application. A progress bar displays a bar to the user representing how far the operation has progressed. We...
View ArticleAndroid Simple XML Parsing using DOM Tutorial
In this tutorial, you will learn how to parse an XML file into your Android application. In an XML document, an object represents the contents of the page and manipulates it using a DOM Parser. We will...
View ArticleAndroid Video Streaming (VideoView) Tutorial
In this tutorial, you will learn how to stream a remote video by using a MediaController and display it into a VideoView in your Android Application. MediaController is a controller for Media Player...
View Article