YingZhang

Results 7 issues of YingZhang

when I use the method "onEnd" or "onStart" and so on, YoYo.AmimationComposer will add a callback in callbacks, which maybe cause the risk of memory leak. In my opinion, We...

just like this: GET /path Header1: xxx Header2: xxx Header3: xxx ... Body /path code msg Header1: xxx Header2: xxx Header3: xxx ... Body

SimplePagerTitleView 目前只有 Context 一个参数的构造方法,子类创建的View没法通过findViewById获取到,希望可以提供多参数的构造方法。

is this sdk deprecated? i find a problem which is same to this issue: [599](https://github.com/CameraKit/camerakit-android/issues/599) it says that it's problem in 1.0.0-beta3.11 it's last years' issue, but there is no...

如果可以加一个xxxPath 为 `content://xxxxx` 格式的路径就好了,无论是不是AndroidQ以下

is just draw round colorful shadow, instead of clipping a round rect, that can select corner

`inline fun Context.include(layoutId: Int, init: (@AnkoViewDslMarker T).() -> Unit): T { @Suppress("UNCHECKED_CAST") return ankoView({ ctx -> ctx.layoutInflater.inflate(layoutId, null) as T }, 0) { init() } } inline fun Activity.include(layoutId: Int,...