Monday, August 6, 2012

Re: [android-developers] provider, thread and async

I never use Async task before. I just learn about the content provider
and Thread in Android. Sorry I am stupid about Async task and Thread.

It is a simplified way to use threads to do background work... Is very useful in a lot of situations, but not all:
http://developer.android.com/reference/android/os/AsyncTask.html

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Mon, Aug 6, 2012 at 10:28 AM, yvolk <yvolk1@gmail.com> wrote:
Hi, it's a Twitter and identi.ca client, read more here: https://github.com/andstatus/andstatus/wiki 

On Monday, August 6, 2012 10:16:28 AM UTC+4, Josphat Muchiri wrote:
hae i like your code and could you pliz explain to me what the project is all about

On Sun, Aug 5, 2012 at 11:11 PM, yvolk wrote:
Hi, you may look into the code of the AndStatus application ( https://github.com/andstatus/andstatus/wiki ). It does background work in the service (MyService). In particular it downloads data into a database.
Activities send messages to the MyService and get responses back using broadcasts, see MyServiceConnector.
...

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment