WEB开发网
开发学院手机开发Android 开发 android 上一些方法的区别和用法的注意事项 阅读

android 上一些方法的区别和用法的注意事项

 2010-04-04 06:12:00 来源:WEB开发网   
核心提示:Intent中的addflags()和setflags()的区别addflags():Add additional flags to the intent (or with existing flags value).setflags():Set special flags controlling how this i

Intent中的addflags()和setflags()的区别

addflags():Add additional flags to the intent (or with existing flags value).

setflags():Set special flags controlling how this intent is handled.

Android 配置文件里面"@+id/"和"@id/"的区别"@+id/" 表示新增到系统中的id,"@id/"引用已有的id

getX( )是获取以widget左上角为坐标原点计算的X轴坐标直.

getRawX( )获取的是以屏幕左上角为坐标原点计算的X轴坐标直

android:layout_gravity是本元素对父元素的重力方向

android:gravity是本元素所有子元素的重力方向android:layout_toLeftOf="@id/ok" 在某某的左边

android: layout_alignTop="@id/ok" 与某某上面对齐

android:layout_alignParentRight="true" 与父容器右边对齐

android:layout_marginLeft="10dip" 左边空出10dip空间

判断是否已经选中一个ListItem

list.getSelectedItemId()>0

在dialog或者menu生成前回调的方法~ 参考《android开发入门与实践》P121和P167

android.content.UriMatcher和android.content.ContentUris的用法,具体参考《android开发入门与实践》第8章日记软件第二种写法

ArrayAdapter只可以放String类型

Tags:android 一些 方法

编辑录入:coldstar [复制链接] [打 印]
赞助商链接