Flyver Explains: How to Implement the Flyver Server
Flyver server is a module, that allows connectivity between the SmartDrone and some different application. It is implemented as a constantly running background service and is not intended for any different use, hence it should be instantiated only once, via intent. It provides JSON based communication which allows to control the drone and the attached devices. Every JSON must have a field named “key” with the respective value for the command associated with it. So how can you use it in your application. First you need to establish a ServiceConnection…
Read More