• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Connecting Android Wear To Wifi

Galatis

Lurker
I have recently began coding on an android wear. My goal is to connect the android wear to a specific network using the code. I found in the android API's NetworkRequest but I don't know exactly how to use it. If anybody can help feel free.
 
The developer docs say not to do any network communications outside of the DataLayer APIs, where the wi-fi connection exists as a separate cloud node in the DataItem sync network.

It may be possible to access the wi-fi via undocumented features; I found one gist that seemed to work along those lines, but whenever you rely on undocumented features, there's a high probability that your code will break in the future.
 
Back
Top Bottom