How to use Android Service(TAndroidService) in C++Builder
April 30, 2017
Author: h.mohri
[Make a new project for Android service.]
File→New→Other
NewItems→Delphi Project→Android Service.
After making the above selection, click OK.
Select a “Local Service” and click OK.
TDM class that inherits TAndroidService will be created.
Place the TNotificationCenter.
Create an OnStartCommand event and write the code.
////
function…