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
getResources()
Android三种方法设置ImageView的图片
R.id.imageview);方法一:imageview.setImageResource(R.drawable.plane);方法二:Bitmapbm=BitmapFactory.decodeResource(
getResources
天蝎座无悔
·
2020-08-25 14:19
Android
java.lang.IllegalStateException: Fragment(XXFragment) not attached to Activity异常
2.添加isadd()后解决、if(isAdded()){
getResources
().getString(R.string.app_name);}
一洼世界
·
2020-08-25 11:24
Android assets目录资源读取
Android应用程序内置资源放到assets文件夹下,可在里面新建目录,注意资源和目录不能有中文,获取资源的方法如下:1.用
getResources
().getAssets()方法得到AssetManager
苍痕
·
2020-08-24 23:39
fragment中显示toast
Toast.makeText(getActivity(),
getResources
().getString(R.string.root_fail_text),Toast.LENGTH_SHORT).show
tiananma0607
·
2020-08-24 23:14
android小知识备忘
BaseActivity 打开新的activity 新的activityForResult dip、px互换 toast打印 sp为字体大小单位时设置字体不随系统变化而变化封装类
openActivityForResult)我们需要的dip、px互换(dip2px、px2dip)我们需要toast打印(showToastSafe)部分需要,在使用sp为字体大小单位时设置字体不随系统变化而变化(重写
getResources
大同三金哥
·
2020-08-24 22:46
Android 获取主题是不是暗黑主题,或者是不是深色主题
finalbooleanactive=(getApplicationContext().
getResources
().getConfiguration().uiMode&Configuration.UI_MODE_NIGHT_YES
小小米乐
·
2020-08-24 21:59
Java
Android
Android - 使用资源(resource)
21036645Android平台,可以使用本地资源,也可以使用系统资源;使用静态R类访问资源,R类中包含一个静态子类,R类中每一个子类都把它的相关资源表示为变量的形式;资源表被表示为Resources类的一个实例;如图:使用
getResources
weixin_33874713
·
2020-08-24 21:46
在非Activity类里面启动Intent、Toast等、非Activity类引用
getResources
()方法问题的解决方法
有时我们在做ListView或ViewPage等控件的应用的时候,往往是要在在这些控件的Adapter里做事件监听的,但是在Adapter类里启动一个Intent是不能直接启动的,所以需要做一下这样的处理:首先在当前运行的Activity里声明静态对象:publicstaticMainActivitymactivity;publicstaticContextmContext;然后在其onCreat
活在戏中吧
·
2020-08-24 21:07
Android
android动态添加ImageView注意
ImageViewimage=newImageView(mContext);image.setImageResource(R.drawable.image);//不起作用image.setImageDrawable(
getResources
HLBT梦
·
2020-08-24 19:00
android
.xml使用方法
TestExample011.在Activity中使用:StringappName=(String)this.
getResources
().getText(R.string.app_name);Log.i
李寻欢1993
·
2020-08-24 18:19
Android
PopupWindow兼容android 7.0
Viewanchor){if(Build.VERSION.SDK_INT>=24){Rectrect=newRect();anchor.getGlobalVisibleRect(rect);inth=anchor.
getResources
笨笨哒2018
·
2020-08-24 14:26
给ProgressBar 设置圆形进度条颜色
ProgressDialog.show(LoginActivity.this,null,"Loading",true,true);//设置进度条颜色progressDialog.setIndeterminateDrawable(
getResources
Zoe_8
·
2020-08-24 11:50
android
代码中setProgressDrawable
原理不做分析,只写解决方案在Android代码中直接调用setProgressDrawable不好用,应为getDrawable的时候bounds都是0,如下可以实现效果Drawabledraw=
getResources
fsilence璐豪
·
2020-08-24 10:07
Android
Android
分享
PopupWindow 简单实用(居中显示)
inflate,100,100);p.setTouchable(true);p.setFocusable(true);p.setBackgroundDrawable(newColorDrawable(
getResources
Super--Cat
·
2020-08-24 09:49
用layer-list一次加载多个层次图片
上面的xml可以这样引用:1.在其它xml布局里引用:2.在代码里引用:((ImageView)findViewById(R.id.imageview)).setImageDrawable(
getResources
iteye_15968
·
2020-08-24 08:41
SQLite入门之sql写法(二)
增加场景描述:在文件夹下添加txt文件,命名为text.text.在文档中输入AB.中国内容.在增加数据方法中,编写以下代码:如图所示:Inputstreamin=this.getContext().
getResources
云米
·
2020-08-24 08:49
linux
android
sqlite
Android学习笔记——用ObjectAnimator平移动画仿微信表情雨的简单实现
简单做个学习笔记;首先,为了简单明了,在布局上添加一个触发表情雨的按钮,触发事件你可以改;DisplayMetricsdm=
getResources
().get
DXDRush
·
2020-08-24 07:45
Android
学习笔记
Android属性动画(ObjectAnimation)
publicvoidobjectAnimation(Viewv){LinearLayoutllProgress=(LinearLayout)findViewById(R.id.ll_progress);finalfloatscale=
getResources
AndroidYangJS
·
2020-08-24 07:08
自定义进度条样式progressBar
页面调用:Drawabledraw=context.
getResources
().getDrawable(R.drawable.progress_gq_new);mHolder.food_progressBar.setProgressDrawable
liuye066
·
2020-08-24 06:01
android学习
视频
图像
音乐
效果
android开发:使用strings.xml中的字符串
getResources
().getString(R.string.string_name);
sorcici
·
2020-08-24 02:58
isTablet判断是否为平板
首先在xml文件中添加false然后定义一个公共的静态方法publicstaticbooleanisTablet(Contextcontext){returncontext.
getResources
()
androidboy365
·
2020-08-23 23:00
android
android动态更换控件的Drawable(shape)
使用方式:Drawabledrawable=context.
getResources
().getDrawable(R.drawable.xxx);textview.setBackgroundDrawable
木子岩
·
2020-08-23 19:58
通过包名读取资源文件
publicstaticintgetElementID(Stringname,StringresType){ResourcesmainPackageRes=Context.
getResources
();
ppkdc
·
2020-08-23 09:46
android小技巧
Android 文件操作
1234567891011121314151617181920212223Stringres="";try{//得到资源中的Raw数据流InputStreamin=
getResources
().openRawResource
xcy2011sky
·
2020-08-23 08:49
Android
Android获取手机方向
然后在重写onOrientationChanged方法,例如以下:if(this.
getResources
().getConfiguration().orientation==C
weixin_34319111
·
2020-08-23 08:59
Android判断当前是横屏或者竖屏
ConfigurationmConfiguration=this.
getResources
().getConfiguration();//获取设置的配置信息intori=mConfiguration.orientation
414丶小哥
·
2020-08-23 07:20
工具类
判断android手机屏幕方向的方法
判断android手机屏幕方向的方法//获取手机横竖屏的方法publicbooleanisScreenChange(){ConfigurationmConfiguration=this.
getResources
hehe0705
·
2020-08-23 05:28
android学习笔记
Android程序如何获得屏幕的方向和大小
如何取得屏幕的方向:默认情况下,当屏幕方面切换时,activity的onCreate()方法会被重新调用,所以可以在其中通过以下代码来读取屏的方向:publicvoidonCreate(){if(this.
getResources
岩-悠然
·
2020-08-23 05:20
Android 自定义饱和度 实现黑白imageview
@gmail.comLearnfromyesterday,livefortoday,hopefortomorrow.startstep1:得到Imageview,并附上图片:Resourcesres=
getResources
Davide~苏
·
2020-08-23 04:26
Utils
android 获取屏幕的方向
ConfigurationnewConfig=
getResources
().getConfiguration();if(newConfig.orientation==Configuration.ORIENTATION_LANDSCAPE
GEOLO
·
2020-08-23 04:04
android
Android实现横屏与竖屏之间的转换
publicvoidswitchOrientation(Viewv){intorientation=
getResources
().getConfiguration().orientation;if(orientation
wuweiwei001
·
2020-08-22 23:07
Android
android图片横屏和竖屏适配方法
通过
getResources
().getConfiguration().orientation可获取当前环境。
weixin_33816946
·
2020-08-22 23:09
如何获取当前屏幕状态?左横屏 右横屏 竖屏
转自:http://titanseason.iteye.com/blog/1852860以前总是根据context.
getResources
().getConfiguration().orientation
diaocheng7143
·
2020-08-22 21:52
Android 界面的横竖屏监听
Configurationconfiguration=
getResources
().getConfiguration();if(configuration.orientation==Configuration.ORIENTATION_LANDSCAPE
weixin_38376339
·
2020-08-22 19:15
Android
Android使用AutoSize适配框架与字体大小全局改变
getResources
方法互斥的替代解决方式——通过Theme主题动态切换字体大小
前言:最近公司做了横屏手持车载设备,屏幕和通常的手机屏幕差别不大,我们是按照1334*750的设计图尺寸做的,横屏适配和竖屏适配方式是不一样的,横屏的像素宽,横向布局不会太复杂,通常"match_parent"或权重就可以满足横向设计要求,但是高度就不一样了,比如设计图的高度是750px,几乎只有横向像素的一半,如果竖屏内容需要滑动显示倒无所谓了,对于车载端,主要界面偏偏都不是大篇幅的需要高度滑动
丑小鸭是白天鹅
·
2020-08-22 18:16
Android
Android Tablayout 指示器长度修改
想要修改指示器的样式,直接在代码中修改:tabThree.setSelectedTabIndicator(
getResources
().getDrawable(R.drawable.line));
页子
·
2020-08-22 18:32
AlertDialog设置大小与设置为圆角后有阴影
);2.设置大小WindowManager.LayoutParamslp=dialog.getWindow().getAttributes();lp.width=AnimationTest.this.
getResources
忒不靠谱儿
·
2020-08-22 17:42
android将项目打包成jar包使用
AndroidSDK也提供了获取Id资源的方法:
getResources
().getIdentifier("mai
呼啸
·
2020-08-22 17:35
android
textview设置图片大小
如何设置图片的大小//控制登录用户名图标大小EditTexteditText1=(EditText)findViewById(R.id.editTxt_userName);Drawabledrawable1=
getResources
feng787900247
·
2020-08-22 16:42
Android日常开发(17)在使用JessYanCoding/AndroidAutoSize库时遇到的几个问题的解决办法,解决办法是在issue case中找到的
FAQ1.全局设置屏幕适配方法答:在BaseActivity中重写
getResources
@OverridepublicR
像一只小蜗牛
·
2020-08-22 16:55
Android---绘图机制---画笔特效处理
PorterDuffXfermodePorterDuffXfermode的16种使用模式以下代码实现的就是一个通过SrcIn模式设计的一个圆角的图片.publicvoidinitView(){mBitmap=BitmapFactory.decodeResource(
getResources
Panda_Program
·
2020-08-22 16:13
Android--绘图机制
mybatisPlus相关:mybatis报错:org.apache.ibatis.binding.BindingException: Invalid bound statement
注意你的SqlSessionFactory加上sqlSessionFactory.setMapperLocations(newPathMatchingResourcePatternResolver().
getResources
znanj
·
2020-08-22 15:54
Android的屏幕适配
根据手机的分辨率从dp的单位转成为px(像素)*/publicstaticintdip2px(Contextcontext,floatdpValue){finalfloatscale=context.
getResources
码农同学
·
2020-08-21 23:45
Android开发学习笔记
Linphone探索:5 . Linphone配置大全
non_localizable_custom.xmlfalse2.在第一次启动应用程序的时候跳转到登陆界面LinphoneActivity.java//booleanuseFirstLoginActivity=
getResources
秦晓宇
·
2020-08-21 16:06
Linphone探究
安卓Linphone探究
绘制圆角矩形和文字
publicstaticintdip2px(Contextcontext,floatdipValue){finalfloatscale=context.
getResources
().getDisplayMetrics
hym2111
·
2020-08-21 14:03
android
Android 微信分享icon黑边代码解决
代码解决办法Bitmapbmp=BitmapFactory.decodeResource(instance.
getResources
(),R.drawable.icon);UMImageimg=newUMImage
itzhangbao
·
2020-08-21 10:22
layoutParams-动态更改某个控件的margin
其实它的方法也非常的简单,如下LinearLayout.LayoutParamslayoutParams=(LayoutParams)bt1.getLayoutParams();inta=(int)this.
getResources
weixin_30640291
·
2020-08-21 06:11
关于Android设置控件margin无效的解决办法
二、获取状态栏高度图片中黑色部分需要顶上状态栏,那么设置Button的margin值时,就应该把状态栏的高度考虑进去,这简单intresourceId=context.
getResources
().getIdentifier
Bryson先森
·
2020-08-21 04:01
Android
RadioButton 修改图片大小的方式
在开发中,使用RadioButton做首页底部的按钮,那么如果图片过大就会很难看//定义底部标签图片大小DrawabledrawableFirst=
getResources
().getDrawable(
CK_YL
·
2020-08-21 01:59
Android
控件
android多语言切换失效
这是切换语言的代码:publicvoidchangeAppLanguage(Stringkey){Configurationconfigurat=
getResources
().getConfiguration
l天空
·
2020-08-21 01:55
Android
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他