Android getResources().getDrawable() deprecated API 22
With new android API 22 getResources().getDrawable() is now deprecated. Now the best approach is to use only getDrawable(). What changed? 16 s 16 … Read more
With new android API 22 getResources().getDrawable() is now deprecated. Now the best approach is to use only getDrawable(). What changed? 16 s 16 … Read more