Hello ! Google has a guide for working with aidl services installed locally on Android:
1. Make a description of the interface (IFptrService.aidl)
2. Connecting to the service via bindService ()
3. Sending json tasks to the service, for example, NameService. processJson()
Are there any B4A examples for completing points 2 and 3 ?
Thanks.