Android App Development
iOS App Development
Flutter App Development
Cross Platform App Development
Hire on-demand project developers and turn your idea into working reality.
Big thanks to Webkul and his team for helping get Opencart 3.0.3.7 release ready!
Deniel Kerr
Founder. Opencart
Top Partners
In this blog, I have talked about what to use instead of a deprecated function of getColor. getResources().getColor(R.color.color_name) is deprecated in API level 23. So, we can use getColor(int, Theme) instead.
getResources().getColor(R.color.color_name)
getColor(int, Theme)
Or
you can use the ContextCompat.getColor() which is part of the Support V4 Library (so it will work for all the previous API).
instead of
Returns a color connected with a particular resource ID.
Your email address will not be published. Required fields are marked*
Name*
Email*
Save my name email and website in this browser for the next time I comment.
We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies. Learn more about privacy policy
Name
Email
Subject
Enquiry or Requirement
If you have more details or questions, you can reply to the received confirmation email.