getting this error in logcat 09-15 14:38:09.944: ERROR/AndroidRuntime(1065): FATAL EXCEPTION: AsyncTask #1
Okay, I\'m losing my mind over this one. I have a method in my program which parses HTML. I want to include the inline images, and I am under the impression that using the Html.fromHtml(string, Html.I
This code worked when I had it in the UI thread but wanted to move it into a AsyncTask class.I have just finished reading up how to do this but when I run the app it is now crashing when it starts rea
I asked this question before but I\'m going to complete the question with a solution proposed and make another question.
I want to add Views programmatically to a ViewFlipper : flipper.addView(anEpisode(name, null, description), i);
I have an EditText where user can type in the name of the business. I also have a ListView below this EditText which suggest user about what is already added to the database...
Doing some testing but cannot fabricate debug environment so maybe someone can answer this. In my Activity i start an AsyncTask.
I m writing an app containing an asyncTask which continuously (every seconds or so) adds a value to an ArrayList<Float> (declared static).
I have a button in my app which leads to the UpdateActivity. This activity doesn\'t show anything just a progress bar and there is an AsyncTask running with the updates.
I have implemented Push Notification in my appliction. Once the push message is received I call a webservice with the help of AsyncTask. This works fine when the application is being used or is in the