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 <yvo...@gmail.com> 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.
>
> BTW, global variables will not work in this scenario, because there are
> TWO copies of the code instanciated in two processes. See MyPreferences
> class.
>
> The code has a lot of debug logging ...
>
> --
> 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+unsubscr...@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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to