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
android控件
android开发技巧精髓六
17.
Android控件
TextProgressBar进度条上显文字Android系统的进度条控件默认的设计的不是很周全,比如没有包含文字的显示,那么如何在Android进度条控件上显示文字呢?
LuoXianXion
·
2012-02-07 13:00
android
String
Google
null
Class
android控件
之menu(一)
MytestActivity.javapackagecom.android.demo; importandroid.app.Activity; importandroid.os.Bundle; importandroid.view.Menu; importandroid.view.MenuItem; importandroid.widget.TextView; importandr
beifengdelei
·
2012-02-07 12:00
android控件
之SeekBar
main.xml MytestActivity.javapackagecom.android.demo; importandroid.app.Activity; importandroid.os.Bundle; importandroid.widget.SeekBar; importandroid.widget.SeekBar.OnSeekBarChangeListener; imp
beifengdelei
·
2012-02-06 12:00
android开发技巧精髓五
14.
Android控件
美化Shape你会用吗?
LuoXianXion
·
2012-02-04 16:00
android控件
之ImageButton android:scaleType
ImageView的属性android:scaleType,即ImageView.setScaleType(ImageView.ScaleType)。android:scaleType是控制图片如何resized/moved来匹对ImageView的size。ImageView.ScaleType/android:scaleType值的意义区别:CENTER/center按图片的原来size居中显
xuefeng1009
·
2012-01-30 12:00
android
Matrix
Android控件
位置控制
OnTouchListeneronSlider=newOnTouchListener(){ @Override publicbooleanonTouch(Viewv,MotionEventevent){ if(sdPos==null){ sdPos=newint[2]; slider.getLocationInWindow(sdPos); trackBottom=slider.getHeight(
pgmsoul
·
2012-01-29 15:00
android控件
动态使用
通常android里的界面布局都是在XML里设定好的也就是说在程序中,不能更改界面上的元素数量等,比如上图所示的一个聊天会话界面当有人发言就要增加一个TextView,这就是动态增加控件,这就不能在XML里事先布局了!不过还好,ANDROID使用控件也不是只有XML这一种方式以下代码就是动态生产控件的JAVA程序实现效果如上图Java代码 1. package com.fetion.andr
ly5156
·
2012-01-19 01:00
android 界面应用锦集
1.android-Viewpager实现屏幕间的切换2.android-Vibrator的使用,实现震动效果3.android-人脸检测FaceDetector4.
android控件
--TwoLineListItem5
liguangzhenghi
·
2012-01-16 10:00
android
ListView
图片倒影控件ReflectionImage
ReflectionImage是从android.widget.ImageView继承而来,使用方法和其他的
Android控件
一样 实现思路是从某个网站上剽窃过来的。
leechee_1986
·
2012-01-10 10:00
RadioButton自定义样式
方法一、自己写个button继承radiobutton,然后重写onDraw方法二、自己定义selector 我们知道
Android控件
里的button,listview可以用xml的样式自定义成自己希望的漂亮样式
pengjianbosoft
·
2012-01-06 20:00
android
xml
ListView
button
RadioButton
Android 控件之ProgressBar进度条
Android控件
之ProgressBar进度条[日期:2011-09-23]来源:Linux社区 作者:jianchibuxie5ProgressBar是Android的进度条。
zhangxu365
·
2011-12-31 17:00
android
linux
layout
Class
button
encoding
一个让你掌握Android所有控件的Demo
一个让你掌握Android所有控件的Demo[日期:2011-09-29]来源:Linux社区 作者:Linux一个可以掌握所有
Android控件
的Demo,欢迎广大朋友下载使用!
zhangxu365
·
2011-12-31 17:00
eclipse
android
linux
File
import
menu
Android控件
及API说明(三)
1、Spinner 老规矩,先设置布局文件: <Spinner android:id="@+id/spinner" android:layout_width="fill_parent" android:layout_height="wrap_content" android:pr
jd406
·
2011-12-30 15:00
android控件
Android控件
及API说明(二)
1、CheckBox的使用: 先肯定是在布局文件中加入相关设置,这里加两个checkBox <CheckBox android:id="@+id/checkbox1" android:layout_width="wrap_content" android:layout_height="wrap_con
jd406
·
2011-12-30 13:00
android控件
Android控件
及API说明(一)
1、设置TextView的显示值: 方法一: <!--在res->values->string.xml中加入如下值--> <string name="textView_text">TextView中的显示文字</string> 然后在对应布局文件(如main.xml)的对应TextView控件中加入如下代码:
jd406
·
2011-12-30 10:00
toast
textview
button
menu
android控件
布局
//按照垂直顺序排列android:orientation="vertical" android:id —— 为控件指定相应的ID android:text ——指定控件当中显示的文字,需要注意的是,这里尽量使用strings.xml文件当中的字符串 android:grivity —— 指定控件里面的内容的基本位置,比如说居中,居右等位置
hbiao68
·
2011-12-22 00:00
android控件
android控件
布局
//按照垂直顺序排列android:orientation="vertical" android:id —— 为控件指定相应的ID android:text ——指定控件当中显示的文字,需要注意的是,这里尽量使用strings.xml文件当中的字符串 android:grivity —— 指定控件里面的内容的基本位置,比如说居中,居右等位置
hbiao68
·
2011-12-22 00:00
android控件
android控件
布局
//按照垂直顺序排列android:orientation="vertical" android:id —— 为控件指定相应的ID android:text ——指定控件当中显示的文字,需要注意的是,这里尽量使用strings.xml文件当中的字符串 android:grivity —— 指定控件里面的内容的基本位置,比如说居中,居右等位置
hbiao68
·
2011-12-22 00:00
android控件
android控件
布局
//按照垂直顺序排列android:orientation="vertical" android:id —— 为控件指定相应的ID android:text ——指定控件当中显示的文字,需要注意的是,这里尽量使用strings.xml文件当中的字符串 android:grivity —— 指定控件里面的内容的基本位置,比如说居中,居右等位置
hbiao68
·
2011-12-22 00:00
android控件
Android---Gallery
Android控件
之Gallery图片集Gallery是Android中的图片库控件。先看效果,爽一番 源码下载 一、简介在中心锁定,水平显示列表的项。
BELLSONG
·
2011-12-21 15:00
android
xml
layout
animation
float
encoding
Android控件
TextView显示html文件中的图片
我们知道要让TextView解析和显示Html代码。可以使用Spannedtext=Html.fromHtml(source);tv.setText(text);复制代码来实现,这个用起来简单方便。但是,怎样让TextView也显示Html中节点的图像呢?我们可以看到fromHtml还有另一个重构:fromHtml(Stringsource,Html.ImageGetterimageGetter,
song_shi_chao
·
2011-12-19 23:00
html
android
image
String
null
url
Android自定义控件-ReflectionImage
ReflectionImage是从Android.widget.ImageView继承而来,使用方法和其他的
Android控件
一样 实现起来很简单,详细的解释写到注释里面
landyer
·
2011-12-17 12:00
reflection
WP7和
Android控件
对照表
阅读更多对于WP7和Android平台相关的UI控件对比来看,WP7控件的数量整体比Android少了不少,同时在基本的控件上WindowsPhone还需要SilverlightToolkit来实现,当然微软这样做也是让更多的控件得到社区支持快速的更新,而不打包在SDK中等待漫长的改进。下面就以WP7和Android两个平台做简单对照(前者为WP7后者为Android):ListBox-ListV
h416756139
·
2011-12-15 16:00
windows
phone
silverlight
WP7和
Android控件
对照表
对于WP7和Android平台相关的UI控件对比来看,WP7控件的数量整体比Android少了不少,同时在基本的控件上Windows Phone还需要Silverlight Toolkit来实现,当然微软这样做也是让更多的控件得到社区支持快速的更新,而不打包在SDK中等待漫长的改进。 下面就以WP7和Android两个平台做简单对照 (前者为WP7后者为Andro
h416756139
·
2011-12-15 16:00
silverlight
windows phone
WP7和
Android控件
对照表
阅读更多对于WP7和Android平台相关的UI控件对比来看,WP7控件的数量整体比Android少了不少,同时在基本的控件上WindowsPhone还需要SilverlightToolkit来实现,当然微软这样做也是让更多的控件得到社区支持快速的更新,而不打包在SDK中等待漫长的改进。下面就以WP7和Android两个平台做简单对照(前者为WP7后者为Android):ListBox-ListV
h416756139
·
2011-12-15 16:00
windows
phone
silverlight
Android:EditText限制文字输入
Android的编辑框控件EditText在平常编程时会经常用到,有时候会对编辑框增加某些限制,如限制只能输入数字,最大输入的文字个数,不能输入一些非法字符等,这些需求有些可以使用
android控件
属性直接写在布局
·
2011-11-30 11:00
EditText
Android控件
自定义形状
Android中处理控件的各种形状可以用到Shape,ApiDemos中有相关的例子,在com.example.android.apis.graphics中的ShapeDrawable1类中有很详细的介绍和例子。使用xml的方法也能达到同样的效果,而且更加方便。如下面的代码所示:XML/HTML 代码复制内容到剪贴板
06peng
·
2011-11-21 00:00
android
shape
自定义形状
Android编程
Android控件
自定义形状
Android中处理控件的各种形状可以用到Shape,ApiDemos中有相关的例子,在com.example.android.apis.graphics中的ShapeDrawable1类中有很详细的介绍和例子。使用xml的方法也能达到同样的效果,而且更加方便。如下面的代码所示: XML/HTML 代码复制内容到剪贴板
06peng
·
2011-11-21 00:00
android
自定义形状
shape
动态改变
Android控件
大小
一、方法 使用getLayoutParams() 和setLayoutParams()方法 二、示例代码 LinearLayout.LayoutParams linearParams = (LinearLayout.LayoutParams) aaa.getLayoutParams(); // 取控件aaa当前的布局参数 linearParams.height = 3
wodamazi
·
2011-11-18 00:00
android控件
动态改变
Android控件
大小
一、方法 使用getLayoutParams() 和setLayoutParams()方法 二、示例代码 LinearLayout.LayoutParams linearParams = (LinearLayout.LayoutParams) aaa.getLayoutParams(); // 取控件aaa当前的布局参数 linearParams.height = 3
80demon
·
2011-11-18 00:00
android控件
android控件
Button,MediaPlayer,SoundPool,ListView,Spinner,checkBox,RadioGroup,TimePickerDatePicker,多行EditTextalert提示框 privateDialogbuildDialog1(Contextcontext){ AlertDialog.Builderbuilder=newAlertDialog.Builder
z466459262
·
2011-11-17 10:00
android
android控件
Button,MediaPlayer,SoundPool,ListView,Spinner,checkBox,RadioGroup,TimePickerDatePicker,多行EditTextalert提示框 privateDialogbuildDialog1(Contextcontext){ AlertDialog.Builderbuilder=newAlertDialog.Builder
z466459262
·
2011-11-17 10:00
android
Android控件
之ListView探究一
在android开发中ListView是比较常用的组件,它以列表的形式展示具体内容,并且能够根据数据的长度自适应显示。main.xml布局文件 my_listitem.xml布局文件 LsActivity类packagecom.ljq.ls; importjava.util.ArrayList; importjava.util.HashMap; importjava.ut
tody_guo
·
2011-11-09 10:00
android
ListView
String
list
layout
encoding
Android控件
开发之四----ListView(4)
下面介绍下baseAdapter这个迭代器的基类,可以任由自己发挥,实现自己的迭代器。。。。继承图如下:publicabstractclass BaseAdapter extendsObject implementsListAdapterSpinnerAdapterjava.lang.Object ↳android.widget.BaseAdapter KnownDirectSubclasses
alex0203
·
2011-11-06 09:00
android
cache
object
ListView
layout
Class
Android控件
开发之四----ListView(3)
下面介绍下SimpleAdapter的相关知识以下是官方网上对SimpleAdapter的介绍:AneasyadaptertomapstaticdatatoviewsdefinedinanXMLfile.YoucanspecifythedatabackingthelistasanArrayListofMaps.EachentryintheArrayListcorrespondstoonerowin
alex0203
·
2011-11-05 21:00
android
String
object
ListView
layout
binding
Android控件
开发之四----ListView(2)
Contextcontext,inttextViewResourceId,Listobjects)ArrayAdapter(Contextcontext,inttextViewResourceId,Listobjects)继续
Android
alex0203
·
2011-11-05 13:00
android
ListView
list
layout
menu
encoding
Android控件
开发之四----ListView(1)
今天我们介绍下,在开发中长用到的而且非常重要的空间ListView;Aviewthatshowsitemsinaverticallyscrollinglist.TheitemscomefromtheListAdapterassociatedwiththisview(自动包含滚动条,数据和视图是通过迭代器)首先介绍下ListView的一些属性:android:cacheColorHint="#000
alex0203
·
2011-11-04 23:00
android
ListView
list
String
layout
encoding
adroid风格和主题
android的风格 android的风格是一个描述
android控件
的(根控件是view)属性的集合,这些属性包括控件大小、背景颜色、甚至动态效果等视觉属性。
starter110
·
2011-11-02 02:00
Android控件
开发之三----Button
Button继承于TextView;button控件比较简单,直接上代码ButtonDemoActivity文件:packagecom.potato; importandroid.app.Activity; importandroid.content.Intent; importandroid.os.Bundle; importandroid.view.View; importand
alex0203
·
2011-10-30 11:00
android
layout
Class
dialog
button
encoding
Android控件
开发之二----EditTextView
介绍下EditText在EditView继承与TextView,在官方文档中写的如下:EditTextisathinveneeroverTextViewthatconfiguresitselftobeeditable.下面介绍下EditText的属性1.EditTex的UI上只显示4行(只得不是内容只有4行) 2.EditTex的背景(修改主题) 3.EditTex在没有显示内容时,显示提
alex0203
·
2011-10-29 02:00
android
ListView
layout
Integer
mobile
button
Android控件
之ZoomControls缩放使用
正常 缩小 放大 一、简介ZoomControls是一组可缩放的控件。它包含俩个按钮(放大按钮、缩小按钮)二、重要方法hasFocus():判断焦点hide():隐藏onTouchEvent(MotionEventevent):现这个方法来处理触摸屏移动事件setIsZoomInEnabled(booleanisEnabled):是否允许放大setIsZoomOutEnabled(boolean
xiaomao5200
·
2011-10-28 11:00
Android控件
Gallery 3D效果
公社的1号FTP服务器里,下载地址:FTP地址:ftp://www.linuxidc.com用户名:www.linuxidc.com密码:www.muu.cc在2011年LinuxIDC.com\8月\
Android
hare_Lee
·
2011-10-27 20:00
动态改变
Android控件
大小
一、 方法 使用 getLayoutParams() 和 setLayoutParams() 方法 二、 示例代码 LinearLayout.LayoutParams linearParams = (LinearLayout.LayoutParams) aaa.getLayoutParams();  
fanguanghui
·
2011-10-25 17:00
android 控件大小
Android控件
开发之一----TextView
从现在开始,后面会介绍android中的一些常用的控件。。。今天介绍TextView这个控件,这也是android的HelloWorld中第一个不用自己写代码,就自动生成的。。。TexitView是向用户展示文字的(也就是用户界面上能看到的文字),以下是开发文档上的原文:Displaystexttotheuserandoptionallyallowsthemtoeditit.ATextViewis
alex0203
·
2011-10-23 01:00
图片倒影控件ReflectionImage
ReflectionImage是从android.widget.ImageView继承而来,使用方法和其他的
Android控件
一样实现思路是从某个网站上剽窃过来的。
gundumw100
·
2011-10-20 23:00
reflection
图片倒影控件ReflectionImage
ReflectionImage是从android.widget.ImageView继承而来,使用方法和其他的
Android控件
一样实现思路是从某个网站上剽窃过来的。
gundumw100
·
2011-10-20 23:00
reflection
图片倒影控件ReflectionImage
ReflectionImage是从android.widget.ImageView继承而来,使用方法和其他的
Android控件
一样实现思路是从某个网站上剽窃过来的。
gundumw100
·
2011-10-20 23:00
reflection
Android控件
之ExpandableListView
layout/main.xml layout/childs.xml layout/groups.xml ExpandableListViewActivity.javapackagecom.zeph.android.expandablelistview.example; importjava.util.ArrayList; import
BenW1988
·
2011-10-13 00:00
android
String
layout
Class
音乐
encoding
Android控件
之ExpandableListView
layout/main.xml layout/childs.xml layout/groups.xml ExpandableListViewActivity.javapackagecom.zeph.android.expandablelistview.example; importjava.util.ArrayList; importjav
jandroid
·
2011-10-13 00:00
android控件
学习——GridView学习
GridView最常用的就是用来显示九宫格这类似的。比如下面这个图:像这种,上面一个图片,下面一段文字,这些是非常常见的。实现方法如下:首先是GridView的一个Item的xml格式文件: 然后在需要的地方写一个GridView 下面是实现方法:privatevoidloadGridView() { gv_buttom_menu=(GridView)findViewById(R.id
jandroid
·
2011-10-09 22:00
android控件
上一页
25
26
27
28
29
30
31
32
下一页
按字母分类:
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
其他