Lee Jarvis wrote: > Oh, I don't plan on using half of the dialogs and such I'm using in > that test application. I too prefer to write things in an activity > over a dialog. I just want to get this to work. > > Unfortunately I'm getting confused as hell. I can see how this should > be implemented, but I can't get it to do so. I guess I'll try and find > some examples of using AsyncTask that aren't too complex.
Yeah, AsyncTask went a bit overboard with the varargs and such, IMHO. My EndlessAdapter component has about as trivial of an AsyncTask implementation as you'll find: http://github.com/commonsguy/cwac-endless -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

