ProAndroidDev

The latest posts from Android Professionals and Google Developer Experts.

Follow publication

Kotlin Delegation by Inception

TJ
ProAndroidDev
Published in
4 min readDec 15, 2020

--

Android Matryoshka Dolls
A class that is also a list by virtue of it having a reference to one
A class whose properties delegate to and therefore mutate the backing map passed to it
A Delegate for reading/writing from and to an Android Bundle
A Delegate whose implementation delegates to another Delegate via a mapper transform
Delegates for various Android types that use Bundles to marshal data
Examples of Android Delegates that all rely on a Bundle
Example integration flow of Bundle delegates
We need to go deeper
A delegate for a View to store arbitrary types via its tags
Delegates for a View, ViewBinding and even a RecyclerView ViewHolder
Using a private delegate to strongly couple an ObjectAnimator with a TextView

--

--

Responses (2)