-
Notifications
You must be signed in to change notification settings - Fork 55
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
有点小bug #1
Comments
Did you mark your fragments as Laziable? |
you mean implements Laziable interface ? I did |
Please provide a demo to reproduce the issue.
2016-11-28 20:57 GMT+08:00 huangfeng <[email protected]>:
… you mean implements Laziable interface ? I did
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABqAAX-bFi_0aDtNpumRw1UzpHfxE2j4ks5rCs-7gaJpZM4K9WhJ>
.
|
can you give me your e-mail ? |
Please create a github repository.
2016-11-28 23:02 GMT+08:00 huangfeng <[email protected]>:
… can you give me your e-mail ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABqAAZyrB3WTuTq0fktRsAC1qKBMUUVNks5rCu0ZgaJpZM4K9WhJ>
.
|
这个是因为切换界面的时候 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用tablayout时候切换底部标签,初始化时候的确只加载了一个Fragment,但当我们切到最后一个时候,他会把之前的Fragment都创建。
11-28 10:31:31.850 26215-26215/com.doive.zhong.m_news E/BlankFragment: onCreate: 0
11-28 10:31:31.900 26215-26215/com.doive.zhong.m_news E/BlankFragment: onCreate: 0
11-28 10:31:31.950 26215-26215/com.doive.zhong.m_news E/BlankFragment: onCreate: 0
The text was updated successfully, but these errors were encountered: