jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / everything · hot matching “android”

4 shown · updated 1m ago · read only
  1. PAClient Error in trying to deploy Android Application from Delphi 13 IDE (stackoverflow.com)stack

    28 points by BennieC in stackoverflow.com · 27m ago · stack

    I have been trying to move Delphi FMX application to Android after switching from Delphi 11 to Delphi 13. It did work fine on Delphi 11 but I keep on getting errors during deployment from Delphi 13. It is a long list of error but probably caused by a single problem. [PAClient Er…
  2. Does Linux have a configurable HTTP/S scheme handler? (programming.dev)lemmy

    7 points by u/tinkralge in c/linux · 1h ago · 1 lemmy

    Before I go off an write something myself, many things we open from our apps are HTTP/S URLs and they go straight to the browser. On Android, it's possible to assign apps to certain domains. I know I could write a script to do the same in linux, but my question is if there is a…
    filed under linux
  3. Saving files on external storage on Nexus 7 and retrieving from PC (stackoverflow.com)stack

    1 points by David Lopez in stackoverflow.com · 13y ago · stack

    For my project I want to be able to save sensor data to a file, and be able to access it from a PC for further analysis. This is the code I have so far and it works successfully: File root = Environment.getExternalStorageDirectory(); File csvfile = new File(root, "Sensor_Data.cs…