UI

Android

Custom Views Lifecycle and handling onMeasure()

A quick introduction to the lifecycle of Android Views and an example on how to implement onMeasure to negotiate your view's size.

Read