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

activity

  1. L

    Google activity Log

    What does Used com.samsung.android.mesenging mean? Is it using an app to message only or is it text messages and voicemails too? It is a samsung android phone on the google activity log.
  2. Rob

    QOTD: What's the Best Fitness Tracker?

    Do you have a fitness tracker that you love? Whether it's a bracelet, watch, ring, or you just use the built-in step counter on your phone, let us know what you use to track your fitness and health! If you don't own one, why not? Would a certain feature or spec (like a longer battery life)...
  3. M

    How to return to Fragment from Activity on Back Press

    Hello In Android Studio I created a HomeFragment from MainActivity, then a new Activity is started when Bluetooth Data arrives. When I press the Back button while in the new Activity, the app closes. I want the App to go back to the HomeFragment. I tried the following in the new Activity: But...
  4. M

    Messages from Service to Client

    Hi I am creating an Activity(Client)/Service App. The Service is local and bound to the Activity. What I would like to do is send messages from the Service to the Activity. I've looked at the Messenger class and it looks promising, except the only examples I've found have the handler in the...