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 Dip转px
finalContextctx,floatdip){ return(int)TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,dip,ctx.
getResources
Androidiscoding
·
2015-09-07 10:00
R.drawable.xx 获取int类型存入数据库
R.drawable.xx是特殊的int型,存入数据库需要处理intbgid=this.
getResources
().getIdentifier("date","drawable",getPackageName
15192761251
·
2015-09-03 10:35
int
R.drawable.xx
特殊int
Android判断横屏竖屏代码
横竖屏判断 if(this.
getResources
().getConfiguration().orientation==Configuration.ORIENTATION_PORTRAIT){ //竖屏
zhangphil
·
2015-09-01 11:00
android
android dp和px之间转换
根据手机的分辨率从dip的单位转成为px(像素) */ publicstaticintdip2px(Contextcontext,floatdpValue){ finalfloatscale=context.
getResources
李峰峰
·
2015-08-31 16:00
android
dp和px之间转换
手机分辨率dp和px转换
根据手机的分辨率从dp的单位转成为px(像素)*/ publicstaticintdip2px(Contextcontext,floatdpValue){ finalfloatscale=context.
getResources
heqiangflytosky
·
2015-08-31 15:00
Java类自动扫描功能的实现
我们可以调用它的
getResources
()方法加载类路径下的文件:publicEnumerationgetResources(Stringname) throwsIOExcep
tracker_w
·
2015-08-29 13:00
java
Android中ActionBar居中
这里写个代码如下://把actionBar的文字标题居中 publicstaticvoidcenterActionBarTitle(Activityactivity) { inttitleId=activity.
getResources
wenwen091100304
·
2015-08-27 20:00
android
ActionBar文字居中
AssetUtil工具类
publicstaticbyte[]getAssertsFileInBytes(StringassetsFileName){ InputStreamis; try{ is=DpApp.getContext().
getResources
SuShine
·
2015-08-27 13:00
Android 技巧: 用TypedValue将125dp转化为px单位的数值
floatinPx=TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,125f,
getResources
().getDisplayMetrics
chinalwb
·
2015-08-24 15:00
dp
px
TyedValue
三种获取Dimension的方法区别
发现
getResources
()下有3个获取方法。getDimension()、getDimensionPixelOffset()和getDimensionPixelSize()。
火云
·
2015-08-24 15:00
android Configuration系统设置
程序中可调用Activity的如下方法来获取Configuration对象//获取系统的Configuration对象Configurationcfg=
getResources
().getConfiguration
张林思密达
·
2015-08-19 17:00
android bitmap的 一些简单操作
.2cto.com/kf/201312/265180.html全都是一些代码片段,需要可以直接贴过去用/**获取drawable的图片可以循环1.图名2.drawable3.包名**/ intimgid=
getResources
zq13561411965
·
2015-08-19 03:00
android
bitmap
8.17安卓app软件内语言设置
使用这段代码Resourcesresources=
getResources
();//获得res资源对象 Configurationconfig=resources.getConfiguration()
u010499721
·
2015-08-17 23:00
android
Android 获取设置屏幕横竖屏
方法一:screenOrientation=application.
getResources
().getConfiguration().orientation;方法二:screenOrientation
huyanruirui
·
2015-08-17 18:47
android
Activity
横竖屏
Android 获取设置屏幕横竖屏
方法一:screenOrientation=application.
getResources
().getConfiguration().orientation;方法二:screenOrientation
huyanruirui
·
2015-08-17 18:47
android
Activity
横竖屏
Android 文件操作
1234567891011121314151617181920212223Stringres="";try{ //得到资源中的Raw数据流 InputStreamin=
getResources
jackxu2015
·
2015-08-14 22:00
setCompoundDrawablePadding位置问题
Drawable drawable = context.
getResources
().getDrawable(R.drawable.icon_mian); drawable.setBounds(0, 0
码农Seven丶
·
2015-08-14 17:00
Android获取手机方向
AndroidManifest.xml中定义android:configChanges="orientation|keyboardHidden,然后在重写onOrientationChanged方法,如下:if(this.
getResources
shineflowers
·
2015-08-12 16:00
Android获取手机方向
将 res 资源文件转换成 file
将资源文件转换成本地文件:读取到流中,转换成bitmap,再从bitmap转变成fileInputStreamis=
getResources
().openRawResource(R.drawable.icon
baidu_28195399
·
2015-08-12 15:00
Android 语言切换
publicvoidbtChiness(Viewv){ Locale.setDefault(Locale.CHINESE); Configurationconfig=getBaseContext().
getResources
lib739449500
·
2015-08-07 15:00
【Android自定义View】安卓制作自定义控件
自定义一个EditText,在右边添加一个删除功能 :继承EditText 部分代码如下:private void init() { imgInable = mContext.
getResources
u011669081
·
2015-08-07 14:00
安卓
控件
Android中添加布局和初始化布局总结
下面总结下布局的三种形式①.在Activity的onCreate()方法中进行添加比如:setContentView(R.layout.activity_main);或者setContentView(this.
getResources
abc__d
·
2015-08-05 13:45
Android
Getting MAX_TEXTURE_SIZE from Caches::initConstraints()
结果发现://改变风格,绘制字体 paint.setTextSize(10); paint.setShader(null); canvas.drawText(
getResources
u014520745
·
2015-08-03 18:00
Android开发
Spring中资源扫描类
Classloader中的
getResources
()方法可以找到jar包中的文件,类和路径; Spring中以下类中进行资源的查找 ResourceUtils.class; PathMatchingResourcePattemResolver.class
sanke_dong
·
2015-07-31 17:00
spring
Android初学-----px2dp,dp2px
publicintpxToDp(Contextcontext,intpx){ DisplayMetricsdisplayMetrics=context.
getResources
().getDisplayMetrics
xiaxiayige
·
2015-07-30 10:00
Android读写文件
1、从resource中的raw文件夹中获取文件并读取数据(资源文件只能读不能写)Stringres=""; try{ InputStreamin=
getResources
().openRawResource
wishchin
·
2015-07-28 17:00
[置顶] 如何将一个Andorid工程导成JAR包
1.将所有工程内,findviewById这种方式引入资源文件的,全部改为: mResouse=this.
getResources
(); intactivity_camera_id=mResouse.getIden
DYFleoo
·
2015-07-27 16:00
android
jar包
图片倒影+圆角图片
(R.id.image01); mImageView02=(ImageView)findViewById(R.id.image02); Drawabledrawable=
getResources
EX_潜力股
·
2015-07-25 10:52
图片
图片倒影+圆角图片
android 通过bitmapfactory得到图片真实像素的方法,以及没有得到真实像素的原因
过程是这样的,在使用android读取图片的时候,就是使用BitmapFactory.decodeResource(this.
getResources
(),R.drawable.base)的时候返回的图片大小和真实图片大小不一样有木有
u010399316
·
2015-07-22 11:00
android从资源文件中读取文件流并显示的方法
具体如下:在android中,假如有的文本文件,比如TXT放在raw下,要直接读取出来,放到屏幕中显示,可以这样:privatevoiddoRaw(){InputStreamis=this.
getResources
华宰
·
2015-07-21 10:08
StepsView显示步骤执行情况的控件
mStepsView.setLabels(steps) .setBarColorIndicator(getContext().
getResources
().getColor(R.color.material_blue_grey
gundumw100
·
2015-07-19 22:00
android
Android中打开raw目录下的数据库文件
复制的基本方法是使用
getResources
().openRawResource方法获得res/raw目录中资源的InputStream对象, 然后将该InputStream对象中的数据写入其他的目录中相应文件中
piscesq329a
·
2015-07-19 17:00
android资源文件中ids.xml的使用
/values/ids.xml:使用方式:一:android:id="@id/button_ok"二:Buttonbtn=new Button(context); btn.setId(context.
getResources
tyronejw
·
2015-07-18 17:00
Android Configuration系统设置
程序中可调用Activity的如下方法来获取Configuration对象//获取系统的Configuration对象Configurationcfg=
getResources
().getConfiguration
u010829905
·
2015-07-17 19:00
android
Configuratio
StepsView显示步骤执行情况的控件
mStepsView.setLabels(steps) .setBarColorIndicator(getContext().
getResources
().getColor(R.color.material_blue_grey
gundumw100
·
2015-07-17 15:00
android
StepsView显示步骤执行情况的控件
mStepsView.setLabels(steps) .setBarColorIndicator(getContext().
getResources
().getColor(R.color.material_blue_grey
gundumw100
·
2015-07-17 15:00
android
代码设置RadioButton
R.id.rg_categorys); RadioButtonrbGeneral=newRadioButton(getApplicationContext()); Drawabledrawable=this.
getResources
yaoliangjun306
·
2015-07-17 11:00
Android 基础一 TextView,Style样式,Activity 传值,选择CheckBox 显示密码
TextView)findViewById(R.id.textview1); mTextView.setText("Iamhere"); Resourcesresources=getBaseContext().
getResources
遨游@
·
2015-07-11 16:00
关于Canvas的旋转和平移
DrawablenewDrawable=
getResources
().getDrawable(mImageIds[newState]) .mutate();DrawableoldDrawable
wudilingyun
·
2015-07-09 18:16
android
canvas
关于Canvas的旋转和平移
DrawablenewDrawable=
getResources
().getDrawable(mImageIds[newState]) .mutate();DrawableoldDrawable
wudilingyun
·
2015-07-09 18:16
android
canvas
android Immutable bitmap passed to Canvas constructor异常
BitmapFactory.decodeResource(
getResources
(), R.drawable.xiao).
u013718120
·
2015-07-09 17:00
android
canvas
bitmap
图片
abe
abeprivateDrawableimg_time_filter,img_time_filter_selected ;//过滤器TextView中显示的图片img_time_filter=
getResources
Terry Zou
·
2015-07-09 00:00
Button 按钮字体颜色实现
btn.setTextColor(mContext.
getResources
() .getColor(R.color.selector_sku_btn_tv
mama100Tech
·
2015-07-08 17:22
android
button
setText
Button 按钮字体颜色实现
btn.setTextColor(mContext.
getResources
() .getColor(R.color.selector_sku_btn_tv
mama100Tech
·
2015-07-08 17:22
android
button
setText
android NoSuchMethodError getDrawable
androidNoSuchMethodErrorgetDrawable–测试手机MIUI4报错代码如下:draw=ctx.getDrawable(R.drawable.more_up);修改后不报错代码如下:draw=ctx.
getResources
ewrfedf
·
2015-07-08 13:00
android
使用代码为TextView设置drawableLeft
drawableLeft="@drawable/icon" 2.代码中动态变化 Java code Drawable drawable=
getResources
·
2015-07-08 10:00
textview
开源库 bouncyEditText解析
我们来读下核心类:publicclassBouncyEditTextextendsEditText{ privateinthintColor=
getResources
()
ddwhan0123
·
2015-07-07 15:00
Android 用代码设置颜色
1.tv.setTextColor(Color.parseColor("#000000")); 2.tv.setTextColor(
getResources
().getColor(R.color.black
XieYupeng520
·
2015-07-06 17:00
android
color
颜色
getResources
设置颜色
TextView改变部分字体的大小和颜色及首行缩进
进行段落布局时需要首行缩进,虽然可以用html标签但是只是简单的应用,以下是解决方案:在string.xml文件中\u3000\u3000描述字段得到文件中的字符串Stringjdsc_text=(String)this.
getResources
luohai859
·
2015-07-04 15:00
PX与DIP互转
//获得密度 floatscale=context.
getResources
().getDisplayMetrics().density; //dp转px intpx=(int)(dp*scale+0.5f
oschina2136
·
2015-07-02 13:00
上一页
29
30
31
32
33
34
35
36
下一页
按字母分类:
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
其他