receivers

  1. walterf25

    Android Question Receivers vs Services (Which one?)

    Hi all, I'm working on a small app that connects to a power usb meter via BLE, I need to log voltage and current values vs Time to a csv file, my question is, since I haven't used Services in a long time, I'm not sure of which one to use, I now see that there are Receivers, as if our lives are...
  2. Plutoam

    Android Question OkHttpUtils2 v3.02 Not Working In Receiver

    Hello, I am using the latest update of the OkhttpUtils2 library, which is version 3.02, in the FirebaseMessaging Receiver, some requests are not executed. It gives very strange errors Sometimes it even gives an error, but the request is executed and sent to the server And when the program is...
  3. Star-Dust

    Android Question [SOLVED] Difficulty with new receivers to communicate with intents

    I'm trying to implement the new receivers but with little success. I enclose several examples below and illustrate the problems encountered 1) I've implemented a receiver that does something when boot completes. It works with Android 7 (after about 2/3 minutes from full boot) it doesn't work...
Top