摘要: 工具代码 public class AsyncUploadImage extends AsyncTask { private static final String TAG = "AsyncUploadImage "; ImageView iv; private HttpURLConnection ... 阅读全文
posted @ 2012-04-01 15:37 aiplus 阅读(185) 评论(0) 推荐(0)
摘要: //应用 A 跳转到应用B指定界面//应用A调转的intent代码Intent intent = new Intent(); ComponentName comp = new ComponentName("com.xxx.xxxx", "com.xxx.xxx.BActivity"); ... 阅读全文
posted @ 2012-04-01 10:42 aiplus 阅读(2538) 评论(0) 推荐(0)
悬浮按钮示例