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
public View onCreateView(View parent, String name, Context context, AttributeSet attrs){ ....... if (view == null) { Log.e("linbin","888888"); view = createViewFromTag(context, name, attrs); } } .......
这里是什么情况下view == null呢
The text was updated successfully, but these errors were encountered:
自定义view吧
Sorry, something went wrong.
搞不懂为什么要实现createView这个部分,应该只需要解析attrs就好了。createView还是由父类完成就好了?
No branches or pull requests
public View onCreateView(View parent, String name, Context context, AttributeSet attrs){ ....... if (view == null) { Log.e("linbin","888888"); view = createViewFromTag(context, name, attrs); } } .......
这里是什么情况下view == null呢
The text was updated successfully, but these errors were encountered: