ispaused

  1. A

    Android Question Send the data to the server while the app is not active

    Hi all. I have a question. Is it possible to send the data to the server while the app is not active? For example - user has left the app for a few hours and while the app isn't active (I mean all the activities are paused) - send the data back to the server? Or this app will be rejected? Why...
  2. Marcos Alves

    Android Question B4XPages - ispaused

    Hello, in Android it's possible to know if an Activity is visible using ispaused("ActivityName"). What´s the similar command in B4XPages? I really didn't find in the forum... Sorry the simple question but I really didn't find. Thanks!
  3. A

    Android Question Problem with a timer

    Hi all. I have a small app (this is just an example) that does nothing but runs a timer. It also has 2 activities and my code in Starter runs a timer that checks if both of theses activities are paused. If so - let's wait for 10 seconds a show a message in a log Log("Log Out") The idea is...
  4. M

    iOS Question IsPaused Alternative

    Hi, what is the "IsPaused" of B4A alternative for B4i?
Top