I have an asynctask of which\'s onPostExecute i am calling a function to show a customDialog. This is my AsyncTask
Most of the network socket examples I found for Android were one directional only. I needed a solution for a bi-directional data stream. I eventually learned of the AsyncTask. This example shows how t
I\'m writing app for android device, which is simple download manager. I want to download 2/3 files simultaneously, but I\'m really confused
What i am trying to do is and failing miserably is this: In my view I have an auto-complete Textview. I would like to fetch via a GET a json array of objects. Takes about 1-2 secs...
I am using a thread and a handler in android. The app works fine as long as i dont any function from outside the activity. But if i call some funcyion from outside the activity from inside a thread, i
I have the following block of code based on an asynctask. I\'m trying to return a List variable via return LoadFeed()
This is related to my previous post Problem with downloading multiple files using AsyncTask I\'m trying to download two video files and also show a ProgressDialog during the process. For this I\'m us
I\'m writing an application that validates login credentials on an external webserver - so I have the basic issue of creating a login screen that when submitted will send an HTTP request to a server i
I\'m using the following script based on the tutorial Android Series: Download files with Progress Dialog to download multiple video files from the internet to the SD card. It displays a progress bar
I am new to Android Development. I\'ve written the following code to download a video file from the internet. It works fine. Now I want to attach a progress bar during