上一页 1 2 3 4 5 6 7 ··· 9 下一页
public static enum Align { CENTER, LEFT, RIGHT; private Align() { }} Read More
posted @ 2018-05-17 15:54 NOIP/NOI辅导 Views(119) Comments(0) Diggs(0) Edit
示例: Read More
posted @ 2018-05-14 20:35 NOIP/NOI辅导 Views(142) Comments(0) Diggs(0) Edit
android:layout_above="@id/xxx" --将控件置于给定ID控件之上android:layout_below="@id/xxx" --将控件置于给定ID控件之下 android:layout_toLeftOf="@id/xxx" --将控件的右边缘和给定ID控件的左边缘对齐a Read More
posted @ 2018-05-14 10:48 NOIP/NOI辅导 Views(143) Comments(0) Diggs(0) Edit
在Android客户端上有时候可能有些任务不是当时就执行,而是过了一个规定的时间在执行此次任务。那么这个时候定时器的作用就非常有用了。首先开启一个简单的定时器 现在我就相当于定义了一个定时器,我现在的定时器是向服务器发送Post请求来返回数据刷新到我的界面上那么接下来就是开启定时器了。开启定时器那就 Read More
posted @ 2018-05-12 23:23 NOIP/NOI辅导 Views(173) Comments(0) Diggs(0) Edit
修改你需要clone的仓库的URL地址,格式就是 https: //username:passwords@github.com/…… Read More
posted @ 2018-05-08 10:24 NOIP/NOI辅导 Views(2504) Comments(0) Diggs(0) Edit
Button透明: 半透明<Button android:background="#e0000000" ... /> 透明<Button android:background="#00000000" ... /> 颜色和不透明度 (alpha) 值以十六进制表示法表示。任何一种颜色的值范围都是 0 Read More
posted @ 2018-05-07 10:52 NOIP/NOI辅导 Views(177) Comments(0) Diggs(0) Edit
posted @ 2018-04-21 16:06 NOIP/NOI辅导 Views(442) Comments(0) Diggs(0) Edit
android:layout_toRightOf="@+id/movie_image"android:layout_alignTop="@+id/movie_image" Read More
posted @ 2018-04-19 22:09 NOIP/NOI辅导 Views(122) Comments(0) Diggs(0) Edit
报错信息如下: Read More
posted @ 2018-04-19 15:37 NOIP/NOI辅导 Views(2231) Comments(0) Diggs(0) Edit
解析jsonObject 解析JSONArray Read More
posted @ 2018-04-17 16:17 NOIP/NOI辅导 Views(1261) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 7 ··· 9 下一页