denley / courier

A delivery service for Android Wear. Courier uses the DataApi and MessageApi to deliver objects between devices simply and cleanly.
Apache License 2.0
80 stars 5 forks source link

CapabilityApi and ChannelApi #24

Open bunjix opened 9 years ago

bunjix commented 9 years ago

Hi, Since the last version of play services, the CapabilityApi and ChannelApi has been introduced. Are you planning to add them in your library ?

denley commented 9 years ago

Yes, I'm definitely planning to support these APIs in Courier. It's a matter of finding some time to go through it thoroughly.

If you have been using either (or both) of these new APIs, I would appreciate if you could show me how you have been using them (perhaps with some code). That would help me to figure out the best way to structure Courier's annotations.