Kerby presents worldviews that shaped our civilization based on Glenn Sunshine's book Why You Think the Way You Do. He compares these classical worldviews with a Christian, biblical worldview giving us an idea of how today's thinking evolved and how it stacks up to a biblical worldview.| Probe Ministries
Up until now, Probe relied on dynamic view proxies generated at runtime to intercept View calls. Although very convenient, this approach greatly affects the time to inflate your layouts—which limits the number of use cases for the library, especially in more complex apps.| Lucas Rocha
We’ve all heard of the best practices regarding layouts on Android: keep your view tree as simple as possible, avoid multi-pass layouts high up in the hierarchy, etc. But the truth is, it’s pretty hard to see what’s actually going on in your view tree in each UI traversal (measure → layout → draw).| Lucas Rocha