Hi Folks,
i'm new to Android Services world but have successful created my first app with a background-service (used demo of Kastrifree / CrossPlatformLocation) as base. It works good, but as soon i add a tfdconnection for a local sqlite table or a TDSRestConnection for connecting to a remote-server in the service-module it does not start.
My question is: What are the limits of a android-service-module created with Delphi Rio? What is blocking the service from starting if we add one of those components?