chromebook

  1. Dave O

    Android Question avoiding "global" toasts on Chromebooks

    Short version: On Chromebooks, when my app shows a toast message every 60 seconds (checking for data updates), the toast gets shown even when my app isn't the current app. Is there a way to have my app's toasts only appear when the app is active? Longer version: My app checks a server for...
  2. yo3ggx

    Android Example Check if the application is running on a Chromebook

    If you want to check if the application is running on a Chromebook (for example to do some specific GUI reconfiguration to run in a resizable Window), you can use the following routine. Hope it helps. Returns true if is a Chromebook, False otherwise. Sub isChromebook As Boolean #If JAVA import...
Top