Android开发,请问关于Fragment的一些疑问。高手速来 80
1,Fragment中要关闭自身的时候,除了通知承载的Activity来remove当前的Fragment以外,还有没有其它的Fragment关闭自身的方式?2,Frag...
1,Fragment中要关闭自身的时候,除了通知承载的Activity来remove当前的Fragment以外,还有没有其它的Fragment关闭自身的方式?
2,Fragment中,有一个Fragment搭配Viewpager的方式来创建Viewpager,这样创建有什么优点呢?
3,Fragment在Framelayout来add Fragment的时候,如果只是覆盖在上面,在底层的Fragment依旧有自己的响应事件。而且有一个非常不好的bug,就是它自身因为添加的时候比较慢。有时候快速点击可以点击三四次才出现Fragment,也就是说,在其表面覆盖了三四个同样的Fragment,退回栈也相应的要退回很多次。求解决方法。 展开
2,Fragment中,有一个Fragment搭配Viewpager的方式来创建Viewpager,这样创建有什么优点呢?
3,Fragment在Framelayout来add Fragment的时候,如果只是覆盖在上面,在底层的Fragment依旧有自己的响应事件。而且有一个非常不好的bug,就是它自身因为添加的时候比较慢。有时候快速点击可以点击三四次才出现Fragment,也就是说,在其表面覆盖了三四个同样的Fragment,退回栈也相应的要退回很多次。求解决方法。 展开
展开全部
1、关闭通过remove是最好的方式;
2、此例子说明需要用Fragment来实现tab,可以用ViewPager来管理Fragment,ViewPager会预加载其中的界面,滑动时流畅
3、
下例说明了怎样用另一个Fragment替换当前的Fragment,并且在回退堆栈中保留这个Fragment的当前状态。
// Create new fragment and transaction
Fragment newFragment = new ExampleFragment();
FragmentTransaction transaction = getFragmentManager().beginTransaction();
// Replace whatever is in the fragment_container view with this fragment,
// and add the transaction to the back stack
transaction.replace(R.id.fragment_container, newFragment);
transaction.addToBackStack(null);
// Commit the transaction
transaction.commit();
2、此例子说明需要用Fragment来实现tab,可以用ViewPager来管理Fragment,ViewPager会预加载其中的界面,滑动时流畅
3、
下例说明了怎样用另一个Fragment替换当前的Fragment,并且在回退堆栈中保留这个Fragment的当前状态。
// Create new fragment and transaction
Fragment newFragment = new ExampleFragment();
FragmentTransaction transaction = getFragmentManager().beginTransaction();
// Replace whatever is in the fragment_container view with this fragment,
// and add the transaction to the back stack
transaction.replace(R.id.fragment_container, newFragment);
transaction.addToBackStack(null);
// Commit the transaction
transaction.commit();
追问
第三个明显答非所问啊。我是说那个bug。而且我也知道可以加到回退栈。
第二个可以预加载我也知道。事实上Viewpager中的View也可以预加载啊。如果你想的话。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
Storm代理
2023-07-25 广告
2023-07-25 广告
StormProxies是一家可靠的代理服务提供商,提供原生IP(住宅原生IP)和高匿名代理服务。以下是关于StormProxies的原生IP服务的一些信息:1. 住宅原生IP:StormProxies提供的住宅原生IP是指从真实的家庭或企...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询