Yrom Wang

Results 14 issues of Yrom Wang

I am trying use `ProfileObservableFieldsViewModel` instead of `ProfileObservableViewModel`, but find an obvious bug at this line [ProfileObservableViewModel.kt#L72](https://github.com/googlesamples/android-databinding/blob/3bd8191ff6b0b322394087e5da497d32c4cb3b10/BasicSample/app/src/main/java/com/example/android/databinding/basicsample/data/ProfileObservableViewModel.kt#L72) that the icon was not changed as expected 😭

I'm translating guides to Chinese, but wondering how to contribute without modifying the source file. Any help would be appreciated.

activity已设置属性 `android:windowSoftInputMode="stateAlwaysHidden|adjustPan"` https://github.com/yrom/AcFun-Area63/blob/master/app/AndroidManifest.xml#L84-L90 底部EditText在多行情况下点选第一行其余行会被软键盘遮住 如下: ![bbbbb](https://cloud.githubusercontent.com/assets/2888674/5955024/56a3a184-a7d9-11e4-9474-674cde09fb14.png) 点选最后一行则正常: ![aaaaaa](https://cloud.githubusercontent.com/assets/2888674/5955025/56a6ac08-a7d9-11e4-8ffa-3d2e1755adcf.png) 除了将`adjustPan`换成`adjustResize`,还有什么办法?

question

同步网站收藏数据。 做到像添加”Google账号“那样出现在设置的”账号“项里,并加入系统的”自动同步“中; 进而做到和其他应用共享数据。

enhancement
question

截取选定楼层的view,包含所有的引用(会不会太长了。。。 并加上应用的来源水印 压缩后再给予用户分享

enhancement

https://developer.android.com/training/material/theme.html

It seems `okbuck` (ver 0.34.1) not recognize the `postprocessing` block. Snippet in my app's `build.gradle` looks like: ``` buildTypes { release { postprocessing { obfuscate = true optimizeCode = false...

enhancement

This API can capture the audio being played by other apps. See and .

enhancement

处理逻辑有问题