This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Android app: Sending connection status to Activity

We have successfully implemented the Template app on Android. However, the architecture of the multiple services and layers is somewhat opaque. Three questions:

  1. How does one send the Battery level to the MainActivity.java?
  2. How does one send the Connection Status to the MainActivity.java?
  3. Is there a tutorial describing the Android app services architecture? I see them for iOS but not for Android.

Thanks.

Related