We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用了你的控件,没细看源码,但是从核心的使用代码来看,命名不够规范 希望能规范一下,不要误导更多的人,可以参考阿里的java手册和android手册
searchView.setOnClickSearch(new ICallBack() { @Override public void SearchAciton(String string) {//方法名小写开头 System.out.println("我收到了" + string); } }); searchView.setOnClickBack(new bCallBack() {//接口和类名大写开头 @Override public void BackAciton() {//方法名小写开头 finish(); } });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
用了你的控件,没细看源码,但是从核心的使用代码来看,命名不够规范
希望能规范一下,不要误导更多的人,可以参考阿里的java手册和android手册
The text was updated successfully, but these errors were encountered: