摘要: 资源包:范例练习b2FLExB2.rar需求分析:1.Intent的练习: 点击button,触发button事件,通过intent切换activity2.Bundle的练习: activity通过intent传递bundle到activity2,activity2返回结果给activity1总结:RelativeLayout的布局View Code 1 package com.example.flexb2; 2 3 import android.os.Bundle; 4 import android.app.Activity; 5 import android.conten... 阅读全文
posted @ 2012-10-19 14:51 hanxun 阅读(241) 评论(0) 推荐(0) 编辑