optimization

  1. rleiman

    Android Question [Solved] - App crashes when passing "isIgnoringBatteryOptimizations" to JavaObjectOpt.RunMethod with not found error

    Greetings, We are trying to add code to our apps that test if battery optimization is being ignored so we can ask the user to disable the app from Android's new battery optimization because that's been causing all of our apps audio to stutter and quit randomly because of the new battery...
  2. carlos7000

    Android Question Problem saving data quickly in SqLite

    Hi all. I'm trying to save some of the data I get from the gps in a database. With the following code I have no problems. Query = "INSERT INTO `GpsData`(`Id`,`UnixTime`,`Lat`,`Lon`,`Speed`,`Bearing`) VALUES (NULL,'" & UnixTime & "','" & Lat & "','" & Lon & "','" & Speed & "','" & Bearing &...
Top