Mariuxtheone / Teleport

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

Added SimpleCallback rather than asyncTask fixes #3 #8

Closed thedamfr closed 10 years ago

thedamfr commented 10 years ago

By using a simple callback rather than an AsyncTask, you let the user handle the Threading and simplify the implementation.

This fix #3