On Tue, Dec 6, 2011 at 3:43 AM, bint-e -hava <[email protected]> wrote:
> > > > hy ! > its newbie questions : > what things that we basically need for setting the gps Approximate alerts > on multiple locations that stored in sqlite ? > what is the forecast-receiver why we use it ? > is there any need for service(for getting continually reading for gps ) ? > thanks > A broadcast receiver basically catches system wide events "broadcasted" when different types of events occur. For reading location you won't need these, as you register your own handler, not a broadcast receiver. kris -- 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

