I am having problems changing a开发者_运维知识库n image in my UI depending on the return value of a boolean variable in my thread.
I\'m having a really tough nut to crack with a bug. Api being used is v11, honeycomb 3.0 I have a asynctask inside a fragment downloading from a XML api with basic authentication. It works perfectly e
Good day all, i have a load of images i want to display from an sdcard to a gridview. I have followed the tutorial to do this in the is link:
Anyone know why AsyncTask is force closing when I try to unzip a file in the background, it works when not using AsyncTask so I\'m not sure what I am doing wrong:
I am in a case which can be seen below that I could not find any solution. I am going to take result value from a webmethod and set it to a parameter then after some operation with it I will send it
private void Load() { new pbar().execute(); //dialog = ProgressDialog.show(Display.this, \"\", \"Loading. Please wait...\", true);
I have a task that takes about 10 seconds on the UI thread during initialization of my app, I decided to instead put this in a background thread and show a splash screen while this was going on.. I go
I am trying to use my download code that works perfectly fine in my other app, but it is acting very strange in this new app I am trying to make.
I am trying to implement the following logic: User enters a search string in a text box (an activity) -> Web service is called to perform the search asynchronously -> Search results are displayed in
I\'m having an issue trying to compare the result of an HttpResponse with an simple string. What the code below do, is just get the response of an Http request.