2011年8月19日

Android 开发中的  AsyncTask 的用法记录

摘要: 边做边学吧。 -----------------------layout/async.xml--------------------------------<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fil 阅读全文

posted @ 2011-08-19 12:56 老代哥哥 阅读(251) 评论(0) 推荐(0) 编辑

Android 开发中的 Handler ,Thread ,Message ,Runnable 的综合使用方法

摘要: 边做边学的方法。多线程更新UI的方法layout 的布局文件<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_ 阅读全文

posted @ 2011-08-19 12:15 老代哥哥 阅读(744) 评论(0) 推荐(0) 编辑

导航