Tag archives for AsyncTask

Android

Implement Audio Streaming in Android Applications

Streaming an audio media consists to receive constantly data from a remote source and to deliver the audio data received to the end-user. Nowadays, everyone uses streaming platforms daily. For example, YouTube is a streaming video platform. In this tutorial, you are going to discover how to implement audio streaming in an Android Application. Note that you can also discover…
Continue Reading
Android

Learn to consume a REST Web Service and parse JSON result in Android

In mobiles applications, very often you should get data from a Web Service to update content displayed to users. For example, you can imagine a weather application that needs to request weather data from a remote server. Content getted can be under different formats but JSON format is one of the most used format with REST Web Service. So, you're…
Continue Reading