-
android开发四大工具:JDK/Android SDK/ADT/Eclipse查看全部
-
搭建Android应用开发环境需要搭建以下工具: 1、JDK (Java Development Kit) 2、Eclipse 3、android SDK (Software Development Kit) 4、ADT (Android Development Tools)查看全部
-
textSize属性中的单位:sp What is the difference between "px"、"dpi"、"dp" and "sp"? px Pixels - corresponds to actual pixels on the screen. dpi(dp) Dots Per Inch(打印分辨率使用的单位,意思是:每英寸所表达的打印点数) A density independent pixel. This is a density independent unit, however the physical size of a single “dp” is only approximately the same on every screen density. There are approximately 160 “dp” in an inch. A scaling factor, depending on the density bucket of the device, is applied to convert “dp” to the number of pixels at 160 dpi. The number of pixels a single “dp” translates to varies depending on the pixel on screen density and the density bucket the device falls into.查看全部
-
1、定义textView标签的4个属性: android:singleLine="true"//使其只能单行 android:ellipsize="marquee"//去掉省略号 android:focusable = "true"//使其循环 android : focusableInTouchMode = "true"查看全部
-
http://developer.android.com/sdk/installing/installing-adt.html查看全部
-
Activity的生命周期 启动程序执行 onCreate() -->onStart() -->onResume() 返回桌面执行 onPause() -->onStop() 在运行此程序 onRestart()-->onStart() -->onResume() Activity的生命周期 运行执行 onCreate() --> onStart() -->onResume() 结束运行 onPause() --> onStop() -->onDestroy()查看全部
-
android的五大布局 第一,线性布局LinearLayout,只有水平或者垂直方式排布 第二,相对布局RelativeLayout 第三,帧布局FrameLayout 第四,绝对布局AbsoulteLayout 第五,表格布局TableLayout查看全部
-
1.java_HOME:指定JDK的安装路径 2.CLASSPATH:指明java虚拟机要装载的路径。 3.PATH:指明系统可以在任何路径下识别java命令。查看全部
-
app签名的意义查看全部
-
1221查看全部
-
intent页面跳转查看全部
-
生命周期图查看全部
-
acctivity的生命周期查看全部
-
activity创建过程查看全部
-
四大组件之一activity查看全部
举报
0/150
提交
取消