android-asynctask
Keep socket connection between activities on android
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[详细]
2023-04-13 02:38 分类:问答Android async task download failed err
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[详细]
2023-04-12 22:58 分类:问答Asynchronously processing the attached files in an email (Spring Mail Integration)
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).[详细]
2023-04-12 22:30 分类:问答AsyncTask crashes sometimes
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.[详细]
2023-04-12 20:37 分类:问答Async ImageGetter not functioning properly
I was trying to download inline images from html asynchronously, following the information in this thread: Android HTML ImageGetter as AsyncTask[详细]
2023-04-12 17:26 分类:问答working with asynctask and json parsing simultaneously between two activities
I need some suggestion on how to go about this specific android problem: activity A passes an intent to activity B,[详细]
2023-04-12 07:25 分类:问答Why does waiting on this Task for 1022 milliseconds work fine but 1023 causes an AggregateException?
Trying to implement a timeout parameter for connecting to a server but I\'m not having much luck. Here\'s my code:[详细]
2023-04-12 04:20 分类:问答Progress bar with AsyncTask Object on initial app load
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[详细]
2023-04-12 01:59 分类:问答Getting progress of an IntentService
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[详细]
2023-04-11 17:47 分类:问答aSyncTask crashing on Nexus S but not Droid 1
I have an aSyncTask used for a loading screen. In my doBackground, I开发者_开发技巧have mCampusMap = (CampusMap) findViewById(R.id.CampusMap);[详细]
2023-04-11 15:02 分类:问答