android - If I set minAPI to 21, do I need AppCompat? -


i decided make minimum api version 21 android, mean makes no sense use appcompat anymore? use plain material design / no appcompat / etc?

no, should use appcompat. ensures app consistent across api levels , have access new apis (such using colored buttons, introduced in api 23).

many other libraries, such design support library require use of appcompat.


Comments