Main goal of this library is to make images viewing process as smooth as possible and to make it easier for developers to integrate it into their apps. Licensed under ...
之前系统地分析了View Measure 过程: Android 自定义View之Measure过程 我们知道父布局根据自身和子布局的要求给子布局生成测量模式和测量尺寸,并封装在 MeasureSpec对象里,最终传递给子布局让它最后确定自身的尺寸。 很自然就会想到,既然子布局是从父布局拿的 ...
Flutter_ConstraintLayout Another very good open source project of mine. I have developed the world's fastest general purpose sorting algorithm, which is on average 3 times faster than Quicksort and up ...
App widgets can be thought of as a small window or controller for an Android app that can be embedded in another application (like the homescreen). They can be very useful, allowing users to view or ...