thoughtcastdavid
Results
2
comments of
thoughtcastdavid
Still no.
Update: I changed my Wear app to this: `rxWear.data().listen("/dataMap", DataApi.FILTER_PREFIX).subscribe(dataEvent -> { Log.d("MEx", " test tt");});` and my Mobile app to this: ``` long[] pointz = new long[3]; pointz[0] =...