Yoo Zhou

Results 4 issues of Yoo Zhou

- 错误日志: ``` 1 android.support.v4.app.Fragment.M(Unknown Source) -- 2 android.support.v4.app.Fragment.u(Unknown Source) 3 com.app.hubert.guide.core.Controller.void addListenerFragment()(Unknown Source) 4 ##_parent_##1##_parent_## 5 ##_child_## android.content.SharedPreferences access$600(com.app.hubert.guide.core.Controller)##_child_## 6 com.app.hubert.guide.core.Controller.void showGuidePage()(Unknown Source) 7 ##_parent_##1##_parent_## 8 ##_child_## void access$400(com.app.hubert.guide.core.Controller)##_child_##...

Hi, @divyanshub024: Thank you very much for your AndroidDraw library! I optimized the painting experience with multiple fingers. Example: Before optimization: ![preview2](https://user-images.githubusercontent.com/15967150/57348740-c456ec80-7189-11e9-9f79-6e2865f09d2b.gif) Optimized: ![preview](https://user-images.githubusercontent.com/15967150/57348753-d33d9f00-7189-11e9-9d75-7141a45c4528.gif)

Fix the `KeyTrigger` example of `MotionLayout` where fab is no longer shown after being hidden.

#### 要解决的问题 Describe the problem to be solved 1. 在插件中通过 PluginContext#getApplicationInfo#dataDir() 方法获取的路径是插件的路径,会导致无权限写入,所以修改为宿主的路径。 #### 要解决的Issue编号(可多个) Associated issue number (multiple) #