Mariuxtheone / Teleport

Data Sync & Messaging Library for Android Wear
370 stars 47 forks source link

No callbacks in service #12

Closed davidvavra closed 10 years ago

davidvavra commented 10 years ago

Hi, version 1.1.2 brought a possibility to use callbacks instead of buggy AsyncTasks. But it's only possible for TeleportClient, not TeleportService. I need callbacks in Service, not Client, since I'm handling all incoming messages and data items in a service. So my original problem with Exceptions is not solved yet.

thedamfr commented 10 years ago

You use a TeleportClient in a classical Service. But still, this can be patched.

Mariuxtheone commented 10 years ago

Will insert the same features of TeleportClient in TeleportService in an update soon. Stay tuned :-)

Mariuxtheone commented 10 years ago

Builders and Callbacks added to TeleportService in 0.1.3.