android - Multiple APKs or single APK for different API levels? -


i have apk file contains application running on minimum of api 21 can best support material design functions. since android lollipop (api 21) runs on 12.4% of devices, naturally want support lower apis. best way me create application different layouts both api v21 , less v21? should create 2 different apps, 1 optimized v21 , 1 less v21, or there easier way go it?

thanks!

look, can create multiple apps & can use androids support library.(the android support library 1 of best resources accomplishing taking care of little things you).it's choice choose.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -