0
Since API 19(Kitkat) is still very popular, it is a good choice to support this version. However, it does not support several Eatures, such as backgroundTint and Imagetint. This puts me in several compatibility issues and design choices.
I have several icons to load on a screen and currently I’m using setImageTintList to make the dynamics of the app.
The "little faces" and the "little money" should change color according to the element in a recyclerView. How best to support this function on systems with API < 21?