pause

  1. R

    Android Question Pause code while sound file plays

    Working on a route direction app that uses sound files. To avoid a sound file being cut off due to a second sound file starting I need to stop that second sound file starting while the first one still runs. ResumableSub doesn't solve this problem. As the sound files have the naming of the actual...
  2. I

    Android Question Pausing Media Player Remotely

    I am writing a custom media player app. It works fine on the devices, but when connected to my vehicle via bluetooth, it will not show my track or let me pause. My car shows the pause key pressed, but my app continues on as if nothing happened. Code is: Build1=Default,com.mediaplayertest...
  3. Lakhtin_V

    Android Question How to wake up a smartphone?

    I'm trying to make an application that monitors the environment, listens for noise. At the service level, I process data from the microphone, but when the smartphone falls asleep, microphone control stops. I tried to deal with the blocking of the microphone, but I did not succeed. It may be...
  4. Dave O

    Android Question [solved] crash during Pause (show > showAsync)

    Short version: If you're getting crashes when you have dialogs open (e.g. msgbox, fileDialog, inputDialog, etc.) from the various versions of the Dialogs libraries, you can fix most/all of them by switching from the traditional Show method to ShowAsync. This has been posted in various forms...
  5. LucaMs

    Android Question Pause [wrong - to be deteled]

    Deleted
Top