码迷,mamicode.com
首页 >  
搜索关键字:oncreateview    ( 124个结果
cocos2d-x CCClippingNode 专题
1.CCClippingNode在部分android上不起作用需要修改src\org\cocos2dx\lib\Cocos2dxGLSurfaceView.java//frompublic Cocos2dxGLSurfaceView onCreateView() { return new Coco....
分类:其他好文   时间:2014-06-09 14:21:55    阅读次数:288
onCreateView的一个细节--Fragment
public View onCreateView(LayoutInflater inflater, ViewGroup contaiiner, Bundle savedInstanceState) 在写一个Fragment的时候,继承Fragment基类,然后,要重写的其中一个回调方法是onCrea...
分类:其他好文   时间:2014-06-08 23:15:00    阅读次数:357
在fragment中显示对话框出现异常
异常类型为:android.view.WindowManager$BadTokenException: Unable to add window 我在fragment中public View onCreateView(LayoutInflater inflater, ViewGroup container,Bundle savedInstanceState) {中试图调用对话框静态工...
分类:其他好文   时间:2014-05-18 04:27:35    阅读次数:240
FragmentTabHost切换Fragment时避免重复加载UI
使用FragmentTabHost时,Fragment之间切换时每次都会调用onCreateView方法,导致每次Fragment的布局都重绘,无法保持Fragment原有状态。 解决办法:在FragmentonCreateView方法中缓存View 1 private View ro...
分类:其他好文   时间:2014-05-09 19:11:58    阅读次数:255
124条   上一页 1 ... 11 12 13
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!