随笔分类 - android开发
摘要://MianActivitypackage com.example.showsmallandbigpic;import android.app.Activity;import android.content.Intent;import android.graphics.Bitmap;import android.graphics.BitmapFactory;import android.os.Bundle;import android.view.Display;import android.widget.ImageView;public class picActivity extends Ac
阅读全文
摘要:参考:http://xwangly.iteye.com/blog/1109424Messenger介绍:Reference to a Handler, which others can use to send messages to it. This allows for the implementation of message-based communication across processes, by creating a Messenger pointing to a Handler in one process, and handing that Messenger to ano
阅读全文