android download file by showing progress bar

Android Downloading File by Showing Progress Bar

When our application does a task that takes a considerable amount of time, it is common sense to show the progress of the task to the user. This is a good User Experience practice. In this tutorial i will be …

Read More..

Advertisement
android using external fonts

Android Using External Fonts

Loading external fonts in your android application is very easy. It can be achieved with only two lines of code. Start a new Project 1. Create a new project and fill the required details. File ⇒ New Project. 2. Create …

Read More..

banner http

Android making HTTP Requests

In most of the android applications it is essential that app may need to connect to internet and make some HTTP requests. In this article i’ll be demonstrating about making simple HTTP Requests in android. Below are the code snippets …

Read More..