-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
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
review 建议 #23
Comments
1,LoginActivity 里面放一个 LoginBroadcastReceiver 有什么用? |
1,MainActivity private Activity ctx; 变量声明和父类冲突 |
1,public class App extends Application 这里singleton的机制应该不需要,通过 activity/context 可以得到唯一的application。并且这里在构造函数中给static变量赋值,也违反一些使用规范。 |
1.ViewHolder类其实并不是一个ViewHolder,而是一个工具类。与Android文档的出入比较大,推荐改名并且移到Util包中。 lzwjava: |
1.UpdateService里面的createUpdateInfo相关代码是用来干嘛的,看着跟本意格格不入 lzwjava: |
1.ContactFragment 为啥一定要调用一个空的findView. lzwjava: fixed |
1.public class Msg { lzwjava:第一点已改正,第二点等待sdk上线 |
1,com.avoscloud.chat.avobject 这个作为包名是不合适的,avobject 会被认为是一个类的名字,建议和 com.avoscloud.chat.entity 合并起来; |
待补充
@lbt05
The text was updated successfully, but these errors were encountered: