安卓多线程
懒人-dashu
垃圾程序猿,不解释
展开
-
AsyncTask异步一
activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:lay原创 2014-04-19 12:54:03 · 824 阅读 · 0 评论 -
安卓Handel和Message(二)
activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:lay原创 2014-04-19 16:09:43 · 1287 阅读 · 0 评论 -
安卓Handler和Message(一)
activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:lay原创 2014-04-19 15:01:17 · 1136 阅读 · 0 评论 -
AsyncTask异步二
activity_main <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_原创 2014-04-19 13:55:02 · 899 阅读 · 0 评论 -
android主线程向子线程发送消息
主线程向子线程发送消息,子线程计算质数 main.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:ori原创 2014-04-20 13:29:43 · 3034 阅读 · 0 评论 -
android网络图片异步加载demo
package com.dashu.imageloader; import java.io.InputStream; import java.lang.ref.SoftReference; import java.net.URL; import java.util.HashMap; import java.util.Map; import java.util.concurrent.Executo原创 2015-12-11 17:55:26 · 681 阅读 · 1 评论