I am about to create my first Android native (so not browser based) app and looking for some good practices regarding icon creating/provisioning. Since it s
Android Support Library 23.2 Support Vector Drawables and Animated Vector Drawables
vectorDrawables.useSupportLibrary = true to your build.gradle file.app:srcCompat="@drawable/ic_add" instead of android:src="..." or setImageResource() for your ImageView http://android-developers.blogspot.sk/2016/02/android-support-library-232.html