码迷,mamicode.com
首页 >  
搜索关键字:viewpager fragment    ( 4332个结果
java.lang.RuntimeException: Unable to start activity ComponentInfo{XXX}: Error inflating class android.support.v4.view.ViewPager
事情经过: 今天把一份以前自己打的的App基础模板拿下来的时候,发现页面没有报红,但是错误了 报错信息: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.yijie/com.example. ...
分类:移动开发   时间:2020-06-27 11:33:38    阅读次数:94
java.lang.ClassCastException: com.example.yijie.MainData cannot be cast to androidx.fragment.app.Fragment
报错信息:java.lang.ClassCastException: com.example.yijie.MainData cannot be cast to androidx.fragment.app.Fragment 报错关键点:XXXX cannot be cast to XXXXX 报错说明 ...
分类:移动开发   时间:2020-06-26 21:50:03    阅读次数:85
AIX防火墙策略
删除所有策略rmfilt-v4-nall1、查看所有deny的策略,注意ruleno和端口地址1,root@ODS_DB1[/tmp/ibmsupt]#lsfilt|grep-p0.0.0.0BeginningofIPv4filterrules.Rule242:Ruleaction:denySourceAddress:0.0.0.0SourceMask:0.0.0.0DestinationAddr
分类:其他好文   时间:2020-06-23 10:35:16    阅读次数:184
16. react - Fragment
1. Fragment : 可以理解为空标签。 类似与 微信小程序的 <block> 2. 实例: import { Fragment } from 'react' class LI extends React.Component { constructor (props) { super(prop ...
分类:其他好文   时间:2020-06-17 15:34:31    阅读次数:59
索引的维护
索引的维护,从以下方面考虑: ? Index fragmentation 碎片化? Heap bloat and forwarding ? Columnstore fragmentation? Statistics? In-memory statistics ...
分类:其他好文   时间:2020-06-17 13:05:15    阅读次数:53
13周总结
所花时间(小时) 代码量(行) 博客量 6 300 2 所学知识点 针对自律小助手的缺点,优化功能,更新界面, Fragment和navigation ...
分类:其他好文   时间:2020-06-11 19:52:22    阅读次数:42
08周总结
所花时间(小时) 代码量(行) 博客量 10 400 2 所学知识点 echarts的Wordcloud实现词云功能,Android中Fragment界面跳转的运用 ...
分类:其他好文   时间:2020-06-11 19:39:38    阅读次数:50
Android 使用Zxing报错:Channel is unrecoverably broken and will be disposed!
使用Zxing的扫描二维码库,修改成从相册识别二维码图片,根据网上的demo修改,继而在我使用的fragment报错Channel is unrecoverably broken and will be disposed! 网上demo写的原始代码:👇👇 在使用的fragment重写onActi ...
分类:移动开发   时间:2020-06-05 12:49:47    阅读次数:107
关于报错“More than one fragment with the name [spring_web] was found. This is not legal ...”的解决办法
解决方案: 在项目中的web.xml文件的</web-app>标签内添加如下标签 <absolute-ordering /> ...
分类:编程语言   时间:2020-06-04 13:29:08    阅读次数:199
「Android高级开发」10年老程序员经验谈:navigation入门详解
Google 在2018年推出了 Android Jetpack,在Jetpack里有一种管理fragment的新架构模式,那就是navigation. 字面意思是导航,但是除了做APP引导页面以外.也可以使用在App主页分tab的情况.. 甚至可以一个功能模块就一个activity大部分页面UI都使用fragment来实现,而navigation就成了管理fragment至关重要的架构.
分类:移动开发   时间:2020-06-03 09:28:04    阅读次数:104
4332条   上一页 1 2 3 4 5 6 ... 434 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!