2015年2月27日

关于android开发中的Intent(意图)

摘要: Intent在程序运行的过程中连接两个不同的组件(Acvivity)例如当我们点击手机上的某个联系人,查看其信息时,便需要通过intent告诉android,我要做“查看”动作了以此实现从界面A到界面B的跳转声明方式:Intent intent = new Intent(MainActivity.t... 阅读全文

posted @ 2015-02-27 23:36 硪丨暧恋 阅读(109) 评论(0) 推荐(0)

导航