E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Inflate
Android中fragment_main.xml文件中的组件获取的问题
importandroid.content.Intent;importandroid.net.Uri;importandroid.os.Bundle;importandroid.view.Layout
Inflate
r
宇众不同_2014
·
2023-08-06 03:21
Android基础
Android基础
android关于用.xml布局文件中对View添加OnClick事件无法响应的事情
最近在写一个项目,用到了Fragment,于是在Fragment里用用Layout
Inflate
映射了一个.xml的布局文件,mRootView=(ViewGroup)
inflate
r.
inflate
(
灵动的monkey
·
2023-08-06 03:50
android
android
onClick
布局
没有效果
在Activity中获取另一个XML文件的控件
中去调用另一个xml布局文件,即非当前Activity所绑定的xml布局文件中的控件,这时候我们就不能直接使用findViewById(),不然会报错,指向空对象下面为大家总结了一个方案:Layout
Inflate
r
inflate
r
小尹编码中...
·
2023-08-06 03:49
Android开发
Android
xml
android
java
Android UI性能优化——ViewStub和Merge的使用
直到当调用
inflate
()方法或者可见性变为VISIBLE时,才会将指定的布局加载到父布局中。ViewStub加载完指定布局之后会被移除,不再占用空间。
钟小明_
·
2023-08-05 19:00
flutter 声明周期 相关
inflate
Widget
1
inflate
Widget1.1如果key士Globalkey会调用_retakeInactiveElement,一般都不是先忽略。
菜鸟何时起飞
·
2023-08-03 13:21
Android 闪烁效果 blink标签
今天在看Layout
Inflate
源码的时候发现这样一个TAG,TAG_1995="blink".很是诧异.一般来说在写Xml布局文件的时候我们会使用SubView,merge,include,各种View
大师鲁
·
2023-08-03 06:24
Android ViewPager+Fragment组合使用
、自定义两个Fragment,当然自定义多个也是可以的,不自定义也行,代码如下:第一个Fragmentimportandroid.os.Bundle;importandroid.view.Layout
Inflate
r
泪X累
·
2023-08-02 17:26
Failed to instantiate custom view
inflate
r android.support.v7.app.AppCompatView
Inflate
r. Falling ...
02-2213:22:20.6372323-2323/com.google.android.gms.uiI/AppCompatDelegate:Failedtoinstantiatecustomview
inflate
randroid.support.v7
Jens丶
·
2023-08-02 04:34
Android 卡顿分析与布局优化
android系统渲染页面流程:1)通过Layout
Inflate
r将View组件解析成View对象,对象中封装了组件位置、显示图片等信息,加载到内存中;2)CPU将View对象进行计算处理,最终得到该组件对应
sziitjin
·
2023-08-01 04:28
android
android
卡顿分析与布局优化
和Jayce一起学习 Jetpack -- Compose
做过启动优化的同学一定会发现Layout
Inflate
r.
inflate
实在是太忙了,可是优化xml却不会有太多的提升,真的是搞得人头疼。
帅不过王力宏
·
2023-07-31 21:26
ArcGis For Android 100.2.1 Error inflating class com.esri.arcgisruntime.mapping.view.MapView
18070java.lang.RuntimeException:UnabletostartactivityComponentInfo{com.xxx.xxx/com.xxx.xxx.activity.MapActivity}:android.view.
Inflate
Ex
AI-kim
·
2023-07-30 07:15
arcgis
地图
编译内联导致内存泄漏的问题定位&修复
作者:0x264问题线上长时间存在一个跟异步
inflate
相关的量级较大的内存泄漏,如下所示:第一次分析从内存泄漏粗略看有几个信息:被泄漏的Activity有很多,所以可能跟某个具体业务的关系不大引用链特别短
码中之牛
·
2023-07-29 01:13
Android
内存泄漏
性能优化
java
jvm
android
移动开发
性能优化
Java成员变量和构造函数的执行顺序
OverridepublicMyViewHolderonCreateViewHolder(@NonNullViewGroupparent,intitemType){returnnewMyViewHolder(Layout
Inflate
r.from
code希必地
·
2023-07-29 00:25
Android开发之PopupWindow(实现弹窗)
中设置一个按钮,用于唤出弹窗;再编写一个Layout资源文件popup_view.xml用于弹窗:在MainActivity.java中编写按钮的点击事件,同样用Viewpopup_view=getLayout
Inflate
r
ShadyPi
·
2023-07-28 20:05
Android开发
android
java
android
studio
亲测解决Git
inflate
: data stream error (incorrect data check)
Git
inflate
:datastreamerror(incorrectdatacheck)error:unabletounpack…前提是你的repository在github等服务器或者其他路径有过历史备份
久狼君
·
2023-07-28 16:47
git
error: invalid compressed data to
inflate
file #14: bad zipfile offset (local header sig):
原因是:zip文件太大,不能直接使用unzipname.zip的命令进行解压;解决方案:1.看到CSDN上一篇博客说使用jarxvffull.zip这个命令进行解压,实测可以;2.stateoverflow上有一种方案是:zip-Ffile.zip--outfile-large.zip然后再使用命令unzipfile-large.zip就可以了,不过效果未知,都可以试试。
pingpingsunny
·
2023-07-28 14:26
(2)Layout
Inflate
r.from(context)源码分析
一、概述我们平常创建view一般是使用Viewview=Layout
Inflate
.from(context).
inflate
(resId,parent)来创建。
鲨鱼也疯狂
·
2023-07-27 06:39
Menu
Inflate
r用法
目录开门见山使用参数说明效果图开门见山Menu
Inflate
r是用来加载menu布局文件的.应用程序运行时会预先加载资源中的布局文件,如果Menu布局中的资源比较多,会影响性能,所以可以选择Menu
Inflate
r
韦_恩
·
2023-07-26 18:26
Android-GIS开发总结
安卓
android
安卓开发--4步实现Menu菜单动态显示隐藏
Menu
Inflate
r用法_韦_恩的博客-CSDN博客Menu
Inflate
r是用来加载menu布局文件的.应用程序运行时会预先加载资源中的布局文件,如果Menu布局中的资源比较多,会影响性能,所以可以选择
韦_恩
·
2023-07-26 18:26
Android-GIS开发总结
安卓
ViewStub相关知识
,是一种轻量级的view,在android性能优化中常常使用的到.需要注意的地方1)viewStub属性使用该控件时,主要有两个比较重要的属性:android:layoutId:设置ViewStub被
inflate
xiaodon大魔王
·
2023-07-25 22:27
高级UI8-自定义动画框架
思路:先看源码怎么去加载xml中定义的自带的属性和View的,入口是PhoneWindow的setContentView:setContentView再接着看Layout
Inflate
r中的
inflate
Laughing_G
·
2023-07-25 20:06
android Splash Screen & Stretch OverScroll Effect,kotlin
StretchOverScrollEffect,kotlinimportandroid.content.Contextimportandroid.os.Bundleimportandroid.view.Layout
Inflate
rimportandroid.view.Viewimportandroid.view.ViewGroupimportandroid
zhangphil
·
2023-07-25 17:33
kotlin
Android
android
kotlin
Android Layout
Inflate
r简介和使用
一、什么是Layout
Inflate
r?翻译源码中的解释:实例化一个布局XML文件到他相应的View视图中。他从未被直接使用。
BrightLight
·
2023-07-22 10:09
Tablayout报错Error inflating class android.support.design.widget.TabLayout
LOGlog中给出的causedby:Causedby:android.view.
Inflate
Exception:BinaryXMLfileline#119:Errorinflatingclassandroid.support.design.widget.TabLayoutCausedby
Sparky
·
2023-07-22 03:23
为数不多的人知道的 Kotlin 技巧及解析(三)
众所周知xml十分耗时,因此在Android10.0上新增加try
Inflate
Precompiled方法,这是一个在编译期运行的一个优化,因为布局文件越复杂XmlPul
hi_dhl
·
2023-07-20 07:10
Android-Navigation(导航)切换Fragment&动画(Animations)
Fragmentactivity.xml跳转传参传参方式一这种方式只能给自己设置,只适合静态传递方式二动态传递homeFragment@OverridepublicViewonCreateView(Layout
Inflate
r
inflate
r
yzhSWJ
·
2023-07-19 13:32
java
android
android
studio
Kotlin获取Fragment中的组件
left_fragment.xmlLeftFragment.ktimportandroid.os.Bundleimportandroid.view.Layout
Inflate
rimportandroid.vi
Annie_0321
·
2023-07-19 09:21
Android
kotlin
开发语言
android
Android MySwipeRefreshLayout下拉刷新加载更多
importandroid.graphics.Color;importandroid.util.AttributeSet;importandroid.util.Log;importandroid.view.Layout
Inflate
r
朝zhao阳
·
2023-07-18 04:18
Day13ListView的应用:实现qq列表,注重模块化
只能纵向滚动显示具体的显示给Adapter来配置1.创建ListView:xml代码创建2.配置数据创建一个类继承于baseAdapter3.设置ListView的适配器(数据)4.创建layout布局具体样式使用View.
Inflate
Day_f0ed
·
2023-07-18 01:16
Laya FairyGui系列十一 发布微信小游戏
FGUI库文件引入修改因为raw
inflate
库再微信小游戏平台有问题,所有不再引入这个库文件,fairygui库改用min文件,减少资源大小。
s0ok
·
2023-07-17 10:11
down_Android 获得 Layout
Inflate
r 实例的三种方式
在实际开发中Layout
Inflate
r这个类还是非常有用的,它的作用类似于findViewById()。
a518618718
·
2023-07-14 14:08
别太放肆没什么用
开发语言
down_new_Android 获得 Layout
Inflate
r 实例的三种方式
Activity的getLayout
Inflate
r()方法是调用PhoneWindow的getLayout
Inflate
r()方法,看一下该源代码:publicPhoneWindow(Contextcontext
a518618718
·
2023-07-14 14:08
别太放肆没什么用
开发语言
Android 在引用 FFmpeg 静态库时,出现 libavformat/hls.c:881: error: undefined reference to ‘atof’
undefinedreferenceto'atof'libavformat/hlsenc.c:1233:error:undefinedreferenceto'atof'libavformat/http.c:1758:error:undefinedreferenceto'
inflate
End'libavformat
小木桨
·
2023-06-24 07:13
CheckBox位置错位的解决
privateMapmap=newHashMapliveShowData;Layout
Inflate
rm
Inflate
r;privateSQLiteDatabasedb;private
悅悅~
·
2023-06-22 22:06
Android
CheckBox位置错位
CheckBox错位
CheckBox串位置
CheckBox位置
Android Layout
Inflate
r 监听单个控件渲染时长
可以借助Layout
Inflate
r的Factory2来实现Layout
Inflate
r.setFactory2()方法用于设置Layout
Inflate
r.Factory2,它可以拦截和修改Layout
Inflate
r
wk灬丨
·
2023-06-19 19:30
性能优化
android
java
Android ViewPager2嵌套RecyclerView性能优化RecycledViewPool,kotlin
AndroidViewPager2嵌套RecyclerView性能优化RecycledViewPool,kotlinimportandroid.os.Bundleimportandroid.view.Layout
Inflate
rimportandroid.view.Viewimportandroid.view.ViewGroupimportandroid.widget.TextViewimport
zhangphil
·
2023-06-18 06:46
kotlin
Android
android
kotlin
Android PagerSnapHelper改造RecyclerView为ViewPage,kotlin
RecyclerView为ViewPage,kotlinimportandroid.graphics.Colorimportandroid.os.Bundleimportandroid.view.Layout
Inflate
rimportandroid.view.Viewimportandroid.view.ViewGroupimportandroid
zhangphil
·
2023-06-18 06:44
Android
kotlin
android
kotlin
RecyclerView拖动之ItemTouchHelper.Callback的使用
ItemTouchHelper.Callback下面上代码,先说以下RecyclerView的使用privateRecyclerViewrv_list;privateListdate=newArrayList{privatefinalLayout
Inflate
r
inflate
r
nade_s
·
2023-06-17 19:12
TabLayout+ViewPager2+Fragment简单使用(kotlin)
学习笔记布局文件activity_main.xmlnews_fragment.xml创建FragmentclassNewsFragment:Fragment(){overridefunonCreateView(
inflate
r
xiaiyul
·
2023-06-17 03:08
kotlin
android
Android AsyncLayout
Inflate
r 异步加载布局
AsyncLayout
Inflate
r是Android提供的一个用于异步加载布局的工具类。可以在异步线程上加载布局文件,以避免在主线程上加载布局过于耗时而导致的UI卡顿问题。
wk灬丨
·
2023-06-13 19:59
性能优化
android
android.view.
Inflate
Exception:
can be used only with a valid ViewGroup root and attachToRo
android.view.
Inflate
Exception:canbeusedonlywithavalidViewGrouprootandattachToRoot=true报错的原因:在这里,我用merge
君不见JJ
·
2023-06-13 14:01
android常见问题
Android Dialog自定义弹窗
Contextcontext) { AlertDialog.Builderbuilder=newAlertDialog.Builder(context); builder.setTitle("弹窗标题"); Layout
Inflate
r
inflate
r
七月七日晴52000
·
2023-06-13 01:09
个人积累
android
android
studio
ide
Android自定义dialog弹窗
主要实现过程就是自定义一个layout布局文件,然后通过Layout
Inflate
r将自定义的布局文件填充进自定义的dialog里。
Edison_Xian
·
2023-06-13 01:08
Android
android
android 开发过程中的BUG集合
1.Causedby:android.view.
Inflate
Exception:BinaryXMLfileline#15:Errorinflatingclassandroid.webkit.WebView
冰楓紫憶
·
2023-06-12 00:07
[knowledgePoint]_[create and simple use fragment]
碎片通常用作Activity活动界面的一部分,来融入界面碎片渲染界面的代码过程1、创建页面布局用来扩展activity的布局调用onCreateView函数创建,并返回一个视图(没有就返回null)使用
inflate
勤学奋进小郎君
·
2023-06-11 07:20
chitGPT 回答 Android 设计模式
工厂模式:Android中的Layout
Inflate
r类就是一个工厂类,用
da_ma_dai
·
2023-06-11 07:54
Kotlin
Flutter
AS
前端
android
设计模式
Android DialogFragment 基本使用
这个DialogFragment内容的宽高总是不如意,这里简单记一下使用方法,classMyDialog:DialogFragment(){overridefunonCreateView(
inflate
r
一方乌鸦
·
2023-06-10 23:54
Android开发工程师文集-提示框,菜单,数据存储,组件篇
show();setDuration();//设置时间setGravity();//位置获取:添加toast.getView();imageView添加到toast中,addView();Layout
Inflate
r
inflate
r
魔王哪吒
·
2023-06-07 07:28
【04】插件化换肤技术实战
【04】插件化换肤技术实战文章目录【04】插件化换肤技术实战1.插件化换肤需要了解的技术1.1Layout
Inflate
清风百草
·
2023-04-21 07:20
【04】Android高级UI
Layout
Inflate
r加载布局遇到的坑
问题:Fragment,adapter中的视图都是需要Layout
Inflate
r将XML文件转换为View对象,但是使用过程中发现加载后,RecyclerView中item设置宽高以及margin无效案例
郑子
·
2023-04-20 08:17
Android:应用篇
android
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他