We will explore the difference between stateful and stateless UI components and the benefits of building custom components instead of creating UI elements as part of the layout.
Many accessibility features are integrated into the Android, and others can be installed and used via apps. We will explore how to change them via UI or ADB commands.
LiveData related articles
* LiveData under the hood [https://alexzh.com/livedata-under-the-hood/]
* LiveData: Good practices [https://alexzh.com/livedata-good-practices/]
* Migrate from