• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by tugceg

  1. T

    Apps how to get notified from updates in Service via ServiceConnection

    I am all confused about Service, Activity, Intent concepts. What I am trying to do is TrackerMapService to work in background every 5 sec check location, and if it is changed TextView of the Activity will update number of locations tracked. public class TrackerService extends Service...