Now that we have built part of the desktop application, we need to start developing the Android mobile application. In it, we will use the camera to send a newly taken photo, remotely and automatically, to the desktop.
Sharing screens
Sending data from a mobile to a desktop
Start a new project in Delphi by following these steps:
- Navigate to File | New | Multi-Device Application - Delphi.
- Select Blank Application:
- Add the TTetheringManager component.
- Add the TTetheringAppProfile component.
- In the AppProfile, go to the Group property; set the same value that you set for the desktop profile. In our case, we used the group Packt:
- Set the Manager property for the TetheringManager1 that was added to the form.
- In Manager...