[android-developers] Getting reference to service

2011-11-21 Thread mgolds02
I'm trying to write a simple service that will poll RSS data from an RSS feed on start up. However, the RSS data isn't needed until a specific activity in my app is started. I have the service written and it is started via the main activity. I'm wondering how to obtain a reference to that servic

Re: [android-developers] Getting reference to service

2011-11-21 Thread Kostya Vasilyev
bindService http://developer.android.com/guide/topics/fundamentals/bound-services.html 2011/11/21 mgolds02 : > I'm trying to write a simple service that will poll RSS data from an > RSS feed on start up.  However, the RSS data isn't needed until a > specific activity in my app is started.  I have