florent37 / Wear-Emmet

Emmet is an protocol based data-transfer for Android Wear
http://florent37.github.io/Emmet
Apache License 2.0
41 stars 11 forks source link

Question, not an issue. Does it use proto buffers? #4

Closed greenspand closed 9 years ago

florent37 commented 9 years ago

No it's an abstraction of Google Message API & Google Data API

greenspand commented 9 years ago

Ok, so that means the Google Data and Message API works 100% only that the implementation details, boilerplate has gone down now right?

florent37 commented 9 years ago

Yes Google Data & Message API works fine, I used to implement them manually in my Wear Application. I just made a simple abstraction to simplify usage & accelerate develpment

florent37 commented 9 years ago

I tried to reproduce the concept of Retrofit, abstract the HTTP calls method calls on interface

greenspand commented 9 years ago

Awesome, thx for the info.