Jump to content

Dave Nottage

Members
  • Content Count

    1435
  • Joined

  • Last visited

  • Days Won

    32

Everything posted by Dave Nottage

  1. Dave Nottage

    Debugging in Android

    I have issues sometimes with older devices (not being able to debug), but on the whole no other issues. I use a VirtualBox VM running Windows 10, on my MacBook Pro running macOS 10.14.1. My current devices are a Nexus 5X and a Samsung Tab A 7 (SM-T380) One thing I will advise to anyone doing serious Android development is to become very familiar with a logcat viewer such as Monitor, which comes with the "original" Android SDK.
  2. Dave Nottage

    Where do I store my own images on Android?

    Is there an issue with using GetDocumentsPath (which in the deployment manager for Android translates to assets/internal), or subfolders thereof? Alternatively, use KodeZwerg's solution. GetHomePath in deployment manager translates to ., i.e. the root
  3. As you've discovered, "normal" permissions do not need to be requested at runtime, so there's no point in doing so.
  4. Dave Nottage

    Inline Variables Coming in 10.3

    I'm hoping DelphiAST is updated to handle it soon after Rio is released (or beforehand) :-)
  5. Dave Nottage

    RSS feeds

    OK.. now my aggregator detects a "keyword alerts" feed.. not exactly what I was after 😉 Edit: False alarm.. I need to learn how to use it better. No feeds at all still
  6. Dave Nottage

    RSS feeds

    How do you get an RSS feed? I can't seem to find any links indicating RSS.
×