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
Inflater
《Android内核剖析》笔记 第5章 进程间通信核心框架Binder
服务端:即服务提供者,比如android就提供了很多的系统服务,比如Alarm、WIFI、INPUT、LAYOUT_
INFLATER
、ACTIVITY等;当然开发者也可以实现自己的服务,然后把服务开放给其他应用使用
2401_84408814
·
2024-09-14 01:35
程序员
android
笔记
binder
Android 使用PopupWindow
importandroid.content.Intent;importandroid.graphics.drawable.ColorDrawable;importandroid.os.Bundle;importandroid.view.Layout
Inflater
徐子元竟然被占了!!
·
2024-09-10 10:54
Android
android
Resources资源的查找过程
以setContentView为列1、Activity.setContentView2、PhoneWindow.setContentView.Layout
Inflater
.inflate(layoutResID
百花鱼藤
·
2024-09-03 15:50
Android --- Fragemnt 的生命周期
onCreateView(Layout
Inflater
inflater
,ViewGrou
梁同学与Android
·
2024-08-31 05:59
Android
项目开发笔记
android
android高级ui01-自定义view-
用的格式2、面必问:measurespec------------------------------------主要讲自定义viewgroup,viewpager1、所有的xml解析都在layout
inflater
亢正
·
2024-02-19 16:55
Layout
Inflater
源码解析及常见相关报错分析
在日常Android开发中,最经常使用的RecyclerView控件是大家都绕不开的,而编写其Adapter时更离不开Layout
Inflater
的调用。
左大星
·
2024-02-13 13:48
Android进阶
android
androidx
ViewPager实现最后一个页面出现按钮
,在布局中引入控件ViewPager和一个按钮先将按钮设置为隐藏二,在Activity中添加布局finalArrayListviews=newArrayList<>();Viewview=Layout
Inflater
.from
LiuZhanYue
·
2024-02-11 02:03
14.8 Layout
Inflater
简介布局管理器,用于加载布局,实例化与LayoutXML文件对应的View对象的系统服务。原理:Android内置的Pull解析器来解析XML布局。使用使用
jadefly
·
2024-02-10 21:33
Android 自定义BaseFragment
packagecom.example.custom.fragment;importandroid.content.Context;importandroid.os.Bundle;importandroid.view.Layout
Inflater
破z晓
·
2024-02-08 07:25
android
setContentView()、布局的显示绘制流程、Layout
Inflater
分析
1、setContentView()1.1Activity中,setContentView(),最终是调用到的是PhoneWindow的setContentView()去设置布局。1.2PhoneWindow的setContentView()就是去创建一个DecorView加载系统默认的布局R.layout.screen_simple里面有个id为R.id.content(mContentPare
atmanye
·
2024-02-06 10:11
创建一个透明的加载动画Dialog
style/ActionSheetAnimation-->创建DialogDialogprotocolDialog=newDialog(context,R.style.LoadProgress);Layout
Inflater
inflater
笨笨哒2018
·
2024-02-05 10:11
reactnative 调用原生UI组件(二),引入xml文件。
第一布新建布局文件第二布importandroid.content.Context;importandroid.view.Layout
Inflater
;importcom.facebook.react.common.MapBuilder.Builder
小妖怪的夏天
·
2024-02-01 15:30
react
native
ui
xml
Android:AlertDialog自定义对话框
Dialog//加载自定义的viewvalview=Layout
Inflater
.from(this).inflate(R.layout.your_layout,null)valeditText=view.findViewById
leekey_sjtu
·
2024-01-30 00:39
Android
android
kotlin
android
studio
Android开发实用Navigation怎么改变导航栏图标、字体颜色,如何去掉标题栏?请看这里。
{super.onCreate(savedInstanceState)binding=ActivityMainBinding.inflate(layout
Inflater
)setContentView(
No Promises﹉
·
2024-01-28 13:36
android
kotlin
AlertDialog的样式修改
dialog.setContentView(R.layout.dialog_loading);or:dialog=newDialog(this,R.style.NobackDialog);Layout
Inflater
m
passself
·
2024-01-25 18:23
android
dialog
android
null
Android Studio 之 菜单 Menu
创建一个菜单布局:在res文件下新建一个menu目录,此时的菜单id为:R.menu.option在需要添加选项菜单的布局对应的activity中创建选项菜单-此时是MainActivitygetMenu
Inflater
YUFENGSHI.LJ
·
2024-01-22 07:09
android
studio
android
studio
android
ide
Android studio 之 弹窗PopupWindow
通过使用Layout
Inflater
类,我们可以将
YUFENGSHI.LJ
·
2024-01-22 07:56
android
studio
android
studio
gitee
android
Layout
Inflater
的from传入的context不同会有什么区别?
Layout
Inflater
.from(context);在Android开发中经常用到,很多年前想了一下,这里的from方法中传递的Context用Activity和Application会不会有什么不同
XuZhenhao0609
·
2024-01-22 02:37
android笔记
Android 仿快手视频列表,RecyclerView与Banner联动效果
只是参考,并不是完全仿照这个软件来做的,没时间去优化排版问题了,请见谅,如图:实现效果如下:1.主函数代码:importandroid.os.Bundle;importandroid.view.Layout
Inflater
冰糖葫芦三剑客
·
2024-01-16 05:57
Android技术的实现
android
React Native 桥接原生原子组件
packagecom.awesomeproject.view;importandroid.content.Context;importandroid.view.Layout
Inflater
;
gxhlh
·
2024-01-13 20:33
React
Native
react
native
react.js
javascript
Android将自定义View保存为Bitmap图片
Android将自定义View保存为Bitmap图片privatevoidcreatePdfImg(){//创建待分享的viewViewview=Layout
Inflater
.from(getContext
唐诺
·
2024-01-09 16:33
代码块
Bitmap
LayoutInFlater
inflate
安卓开发之关于如何用viewPager实现三种不同效果的轮播图
目录最简单的效果无边界的效果带有导航点的效果最简单的效果项目构成逻辑代码importandroid.os.Bundle;importandroid.os.Handler;importandroid.view.Layout
Inflater
不过是条河鱼
·
2024-01-06 13:57
安卓
android
View系列-事件分发
base\core\java\android\app\Activity.javapublicclassActivityextendsContextThemeWrapperimplementsLayout
Inflater
.Factory2
讨厌所有昵称是海洋精灵的
·
2024-01-06 12:26
Android
android
DialogFragment中通过dataBinding绑定View,设置点击事件无效,通过getWindow设置dialog位置和大小无效。
privatevalbinding:CoreDialogEditContentBindingbylazy{CoreDialogEditContentBinding.inflate(mContext.layout
Inflater
安卓更新太快了
·
2024-01-05 03:26
Bug杂谈
android
kotlin
开发语言
Android系列-Layout
Inflater
几个 inflate方法的区别
(来自chatgpt的回答)Layout
Inflater
提供了多个inflate方法,用于将XML布局文件解析为相应的视图对象。这些方法的主要区别在于参数的组合和用途。
lostfish123
·
2023-12-29 21:47
Android
android
Android回顾--(四) 布局加载器
2、布局加载器器该怎么是使用//首先:获取当前的布局加载器的对象//第一种:面向对象的写法LayoutInfalter
inflater
=getLayout
Inflater
();//第二种:通过获取系统的服务来获取布局加载器的对象
一只胖胖胖胖猿
·
2023-12-27 08:31
A factory has already been set on this Layout
Inflater
问题解决
说一说setFactory方法,他有两种一是Layout
Inflater
二是Layout
Inflater
Compat,顾名思义Layout
Inflater
Compat是兼容包为什么有这个兼容包呢?
坑逼的严
·
2023-12-25 23:38
Kotlin 自定义Toast,任意界面,任意位置源码
importandroid.annotation.SuppressLintimportandroid.content.Contextimportandroid.os.Handlerimportandroid.os.Looperimportandroid.text.TextUtilsimportandroid.view.Layout
Inflater
importandroid.view.Viewimp
xiaovtoulu
·
2023-12-22 04:56
继承LinearLayout实现自定义的布局
继续学习:在Linearlayout的构造函数中通过使用映射机制加载布局文件,即通过
Inflater
方法,在使用该方法自定义的控件时,由于所有的子元素都是在运行时通过代码动态创建的,所以该控件只能以一个独立的控件形式在
yezi1989
·
2023-12-21 01:14
图片放大
Viewinflate=getLayout
Inflater
().inflate(R.layout.big_image_popupwindow,null);ViewPagervp=inflate.findViewById
高蒙恩_9b74
·
2023-12-19 23:07
Android Kotlin Viewbinding封装
Viewbinding配置android{viewBinding{enabled=true}}Activity封装importandroid.os.Bundleimportandroid.view.Layout
Inflater
importandroidx.a
pgc_tel
·
2023-12-16 08:31
我的Android之路
android
kotlin
封装
android
jetpack
Android 一分钟使用RecyclerView完美实现瀑布
packagecom.example.mytestapplication;importandroid.os.Bundle;importandroid.util.Log;importandroid.view.Layout
Inflater
冰糖葫芦三剑客
·
2023-12-16 05:57
android
Android AlertDialog setView,kotlin
AndroidAlertDialogsetView,kotlinimportandroid.content.DialogInterfaceimportandroid.os.Bundleimportandroid.view.Layout
Inflater
importandroidx.appcompat.app.AlertDialogimportandroidx.appcompat.app.AppCom
zhangphil
·
2023-12-15 01:43
kotlin
Android
android
kotlin
Android AlertDialog提高中心位置往上,Kotlin
AndroidAlertDialog提高中心位置往上,Kotlinprivatefunshow(){valview=Layout
Inflater
.from(this).inflate(android.R.layout.simple_list_item
zhangphil
·
2023-12-15 01:57
kotlin
Android
android
kotlin
自定义 按钮间,按钮边框滑动。
=nulloverridefunonCreateView(
inflater
:Layout
Inflater
,container:ViewGroup?,savedInstanceState
qq_28909387
·
2023-12-06 17:58
kotlin
android
自定义效果
自定义控件
Fragment嵌套Fragment
注意事项:1.获取控件及设置控件要在Fragment的onCreateView()方法中//修改前publicViewonCreateView(Layout
Inflater
inflater
,ViewGroupcontainer
在下嗷呜
·
2023-12-03 21:55
android
java
android 点击按钮弹出下拉菜单,添加分享按钮点击后如何显示下拉分享菜单?
@OverridepublicbooleanonCreateOptionsMenu(Menumenu){//returnsuper.onCreateOptionsMenu(menu);getMenu
Inflater
bottomer fung
·
2023-11-30 15:56
android
点击按钮弹出下拉菜单
属性填充错误问题
android.view.InflateException:BinaryXMLfileline#0:Errorinflatingclassatandroid.view.Layout
Inflater
.createView
吉凶以情迁
·
2023-11-27 11:30
工具栏菜单
1.在XML文件中定义菜单2.创建菜单@OverridepublicvoidonCreateOptionsMenu(Menumenu,Menu
Inflater
inflater
){super.onCreateOptionsMenu
爱做梦的严重精神病患者
·
2023-11-26 16:08
ListView+BaseAdapter实现电话簿
importandroidx.appcompat.app.AppCompatActivity;importandroid.content.res.Resources;importandroid.os.Bundle;importandroid.view.Layout
Inflater
365JHWZGo
·
2023-11-22 10:06
android
studio
inflate方法参数意义
,booleanattachToRoot)resource:资源idroot:容器attachToRoot:是否添加入容器再聊每个参数的具体作用之前,我们先看下inflate的几种常用写法layout
Inflater
.inflate
小院里栽棵树
·
2023-11-20 07:55
安卓PopupWindow的拖动实现
packagecom.example.popwindowdemo;importandroid.content.Context;importandroid.view.Gravity;importandroid.view.Layout
Inflater
断浪天涯
·
2023-11-19 21:13
安卓
前端
Kotlin语言实现单击任意TextVIew切换一个新页面,并且实现颜色变换
privatelateinitvarfragmentManager:FragmentManagerprivatevalbindingbylazy{ActivityMain2Binding.inflate(layout
Inflater
晚风时亦鹿
·
2023-11-19 05:47
Android
studio(竞赛及平常项目)
android
studio
Android使用RadioGroup实现底部导航栏
fragment)5.fragment的activitypublicclassHomeFragmentextendsFragment{@OverridepublicViewonCreateView(Layout
Inflater
inflater
Luuu23
·
2023-11-16 23:02
android底部导航栏
android
android
studio
java反射强转类型_java反射整理
反射的代码是在运行时期运行,因此在编译器不会提示代码的错误性,只有在运行期才能检索代码,下面通过几个简单的例子来看看如何使用:调用类的构造方法写了一个简单的测试类:packagecom.single.layout
inflater
demo
蛏子圣子
·
2023-11-15 13:21
java反射强转类型
Android设计模式-1-单例模式
3.android源码中的体现:例如,加载布局时经常要创建Layout
Inflater
今阳
·
2023-11-12 09:54
Android设计模式
设计模式
android
单例模式
java
《第一行代码》 随手笔记——第三章 UI开发的点点滴滴
3.5.3提升ListView的运行效率1、Viewview;if(convertView==null){view=Layout
Inflater
.from(getContext()).inflate(resourceId
Richard_tan0113
·
2023-11-09 20:33
PopWindows 下拉列表框 spinner 锚点
@OverridepublicvoidonClick(Viewv){Layout
Inflater
from=Layout
Inflater
.from(getActivity());LinearLayoutcontentView
没事偷着乐琅
·
2023-11-08 15:25
Android
android
spinner
Android插件化换肤(仅限Android P以前可使用)
前置知识需要了解setContentView的具体流程需要了解Layout
Inflater
的inflate过程需要了解Resources资源文件是如何获取的原理首先我们要先从AppCompatActivity
_柚子啊
·
2023-11-05 03:38
View多层视图
importandroid.view.View;importcomtest.example.admin.ztest.R;importandroid.app.Activity;importandroid.view.Layout
Inflater
cf8833
·
2023-11-04 21:30
上一页
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
其他