getResources().getColor() 已经过时
'getcolor (int)' is obsolete less... (Ctrl + F1)
Obsolete classes or methods cannot be used. Note: the method decode (string EncodeStr) in java.net.urldecoder is out of date, so double parameter decode (string source, string encode) should be used. Since the interface provider is clearly an obsolete interface, it has the obligation to provide a new interface at the same time; as the caller, it has the obligation to verify what the new implementation of the obsolete method is.
将使用
ContextCompat.getColor(context,id) 替代
记录一下
本文指出getResources().getColor()方法已被标记为过时,建议使用ContextCompat.getColor(context,id)作为替代方案。文章强调了在软件开发中遵循最新实践的重要性。
3580

被折叠的 条评论
为什么被折叠?



