随笔分类 -  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 阅读全文
posted @ 2014-04-11 20:52 sxcww 阅读(352) 评论(0) 推荐(0)
摘要:参考: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 阅读全文
posted @ 2013-10-24 16:43 sxcww 阅读(897) 评论(0) 推荐(0)