Nothing, really. I just want to upload a file in the background, with
an icon in the status bar, and update the icon when the upload is
complete.

I might possibly want to call the main application back again when the
upload is complete or if there is a problem, but I don't expect to use
the Service for anything else.

Does that sound OK? So the most communication I would need is (i) pass
a filename to the Service, and (ii) go back to the main application
once the upload is complete.

Anna

On Mar 1, 5:07 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> Anna PS wrote:
> > Also, I need to pass in a filename to the file uploading code - that
> > wouldn't change anything, I assume it's possible to pass a filename to
> > a Service class as an argument?
>
> In a manner of speaking. It really kinda depends on what else you're
> using this Service for.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> Android Training...At Your Office:http://commonsware.com/training

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