会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
米娅的android之旅
android开发群群号:84926730
博客园
首页
博问
闪存
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
下一页
2012年8月23日
android 点击button 弹出一个listview并且响应单击事件
摘要: android 自定义AlertDialog 自定义ListView
阅读全文
posted @ 2012-08-23 12:13 程序缘儿
阅读(25887)
评论(2)
推荐(0)
编辑
2012年8月9日
android http请求
摘要: package jftt.test;import java.io.IOException;import java.util.List;import org.apache.http.HttpResponse;import org.apache.http.HttpStatus;import org.apache.http.NameValuePair;import org.apache.http.client.ClientProtocolException;import org.apache.http.client.HttpClient;import org.apache.http.client.e
阅读全文
posted @ 2012-08-09 14:42 程序缘儿
阅读(6124)
评论(0)
推荐(0)
编辑
2012年8月6日
关于EditText获取值的问题
摘要: 以下输出的结果 是"" String namestr = et_mobileNo.getText().toString(); if (namestr == null) { Toast.makeText(MainActivity.this, "null", Toast.LENGTH_SHORT).show(); } if (namestr.equals("")) { ...
阅读全文
posted @ 2012-08-06 09:40 程序缘儿
阅读(4258)
评论(0)
推荐(0)
编辑
上一页
1
···
3
4
5
6
7
8
9
10
11
下一页