WearHttp库是一个用于与Web内容进行通信的库:
https://github.com/takahirom/WearHttp
要实现这一点,请说明:
In Mobile and Wear module build.gradle:
You must be implemented in both the Mobile and Wear
dependencies {
...
compile 'com.kogitune:wear-http:0.0.5'
}
我有一个应用程序模块和Wearable模块。
这些分别对应于Mobile和Wear模块吗?