Become a member
Sign in
Thomas Wooldridge
Thomas Wooldridge

Thomas Wooldridge

127 Following
7 Followers
·
  • Profile
  • Claps
  • Highlights
  • Responses

Highlighted by Thomas Wooldridge

See more

From Getting Started with Drawing on the Android Canvas 🖼 by Rebecca Franks

It’s worth noting at this point that any Canvas created programmatically without using a View, will be software rendered and not hardware rendered. This can affect the appearance of some of the drawing commands. For instance, some commands are just not supported with hardware rendering, or only supported from …

From Android Data Binding: Let’s Flip This Thing by George Mount

Two-way binding doesn’t work for every attribute — only the ones that have event notifications for changes. Fortunately, this includes pretty much all the ones you really care about for user input. Remember…

From LiveData beyond the ViewModel — Reactive patterns using Transformations and MediatorLiveData by Jose Alcérreca

…ive concepts is LiveData. It’s a simple observable that is aware of the lifecycle of the observers. Exposing LiveData from your data sources or a repository is a simple way to make your architecture more reactive but there are some potential pitfalls.

Claps from Thomas Wooldridge

See more

Using Git Hooks to improve your development workflow

Enrique López Mañas

Data Binding — Lessons Learnt

Chris Banes

Structured concurrency

Roman Elizarov