Jump to content

steve.b

Members
  • Content Count

    4
  • Joined

  • Last visited

Everything posted by steve.b

  1. In my Android app, the user should have the possibility to save app configuration in a USB stick (and then restore that configuration if necessary). I managed to open the app Files and select the root of the USB stick connected to the device. I get the corresponding URI: "content://com.android.externalstorage.documents/tree/A8AC-5853%3A". Now I have to create a subfolder and write in it two (xml) files but I don't know how to do. I have found some Java code and some information in the Android Developers site but I'm not able to translate those information into some working delphi code. Someone can give me some help?
  2. I don't know if this is the right place for my question since this is a General Help forum and my question is not very general but I tried also on StackOverflow (post with same title) and I get no answer, so I try here that seems to be the only forum about C++Builder. I'm writing an Android app with C++Builder 11.3 and this app should work in kiosk or immersive mode, without navigation bar, because the user must only use the app, nothing else. I searched a lot but I did not find a way to realize the kiosk mode (or the immersive mode, I think they are very similar). Someone can help me? Thanks
  3. yes, I found it while you were writing... thanks
  4. Thanks for you anser, Lajos Juhász. Unfortunately that template is for Delphi, not for C++Builder and in any case it also seems that it is no longer available in GetIt (but it is available in GitHub... I take a look).
×