在好久没写Android代码之后,今天再次尝试了一下,发现多了好多警告,其中一个比较特殊也值得注意的就是Android现在初始化控件的时候不再需要强制转换类型了Casting 'findViewById(R.id.login_button)' to 'Button' is redundant,直接使用findviewbyid方法找到控件的id就可以使用了.
强转类型时的警告

Last modification:October 14th, 2017 at 09:17 pm
If you think my article is useful to you, please feel free to appreciate