[JdeRobot] ICE Server in Android
Oscar Garcia
oscar.robotica at linaresdigital.com
Mon Sep 26 11:28:58 CEST 2016
El 26/09/16 a las 10:15, s.rey escribió:
> Hello,
> I am working on an Android app that get the GPS data and uses ICE for create
> a server sow others applications can get the data. I do this in a separate
> thread so it does not block the UI:
Good morning.
We run initializer in a new thread in our Android projects:
https://github.com/JdeRobot4Android/AndroidCameraServer/blob/master/AndroidCameraServer/src/org/jderobot/androidcameraserver/MainActivity.java#L82
Take a look how we create the ObjectAdapter. Hope it helps:
https://github.com/JdeRobot4Android/AndroidCameraServer/blob/master/AndroidCameraServer/src/org/jderobot/androidcameraserver/MainActivity.java#L313
Good luck,
More information about the Jde-developers
mailing list