I\'m developing an application on android 3.1 and I have an Activity A that has a subclass extending from aSyncTask, this subclass create a socket and connect to a server. All my communication is good
I\'ve developed an application that takes content from the internet and shows it accordingly on the device\'s screen . The program works just fine , a little bit slow . It takes about 3-4 seconds to l
If I have a Spring app with a mail server inbound channel, what is the best way to process every file in every email (I poll approx. every 1 min, and fetch 1 email with multiple attachments).
One of my main AsyncTasks seems to be crashing occasionally (the progress bar freezes and the process stops) and I wondered if I was doing something wrong in my code.
I was trying to download inline images from html asynchronously, following the information in this thread: Android HTML ImageGetter as AsyncTask
I need some suggestion on how to go about this specific android problem: activity A passes an intent to activity B,
Trying to implement a timeout parameter for connecting to a server but I\'m not having much luck. Here\'s my code:
I have looked around on the API and through a few questions on here, and I think I am on the right path. My app is based on a webView object and the initial load has quite a few cached pages so I want
I\'m working on an Android app that needs a lot of API calls. I\'ve build a system implementing a queuing system based on an IntentService. The thing is, I\'d like to show an accurate ProgressBar upda
I have an aSyncTask used for a loading screen. In my doBackground, I开发者_开发技巧have mCampusMap = (CampusMap) findViewById(R.id.CampusMap);