摘要: 界面如图 src/Ex03_16.java package gphone.EX03_16; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; im... 阅读全文
posted @ 2011-04-26 10:59 AlexCheng 阅读(454) 评论(0) 推荐(0)
摘要: 你曾经被iphone用手指在屏幕划来花去拖动相片吸引吗?在Android同样能够实现,而且不是什么难事。 这里需要用到android.content.Context;android.widget.BaseAdapter;android.wiget.ImageView;等。 android.content.Context在Activity中类似于一张Canvas画布,能够随时处理或覆盖它。Con... 阅读全文
posted @ 2011-04-26 09:56 AlexCheng 阅读(466) 评论(0) 推荐(0)