AppCompat 1.2 Lint Checks - AppCompatResources or ContextCompat or ResourcesCompat
AppCompat 1.2 release came with a couple of new lint rules which suggest using either AppCompatResources or ContextCompat or ResourcesCompat depending on the API you were originally consuming. But what is the difference between the common methods in these three classes?
[Read More]