Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Wear without google play services?

I'm not a very big fan of Google play services. I don't know what they do under the hood and they are not open source.

I would still like to connect my app with Android Wear to have a basic communication without the google lib. Is it possible?

like image 240
biquillo Avatar asked Nov 10 '22 14:11

biquillo


1 Answers

Your phone has bluetooth, your wear device has bluetooth, you can connect them using the standard bluetooth api. Or, as both devices have wifi, you can make them connect through a server. You have to write your own server for that, i.e. your own "Play".

like image 145
Christine Avatar answered Nov 14 '22 23:11

Christine