21 апреля 2012 г. 0:36 пользователь Nathan <[email protected]>написал:

>
> It's not quite so easy for a project that wants to run on pre 3.0
> platforms. If you have an elegant solution for that, it will save me some
> time.
>

Idea 1: Write a wrapper method in a utility class somewhere... replace
direct calls to execute with the one line call to this method

Idea 2: Use Mark's suggestion grab AsyncTask sources and embed it in your
own app so you'll have control over this.

Idea 3: Don't use AsyncTask... but then you'll need a replacement, and it's
probably easiest to use idea 2 rather than starting from scratch.

-- K


>
> Nathan
>
> --
> 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
>

-- 
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

Reply via email to