摘要:
介绍: 两个activity进行跳转,在跳转过程中,将message由MainActivity传递到secondActivity,并且当secondActivity退回至MainActivity时,也传递消息给MainActivity。 首先是MainActivity的布局文件: activity_ 阅读全文
posted @ 2016-03-09 20:00
ZHOU YANG
阅读(15215)
评论(0)
推荐(0)
摘要:
Given a sorted positive integer array nums and an integer n, add/patch elements to the array such that any number in range [1, n] inclusive can be for 阅读全文
posted @ 2016-03-09 13:09
ZHOU YANG
阅读(308)
评论(0)
推荐(0)
摘要:
首先是布局文件,如下: activity_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android: 阅读全文
posted @ 2016-03-09 11:55
ZHOU YANG
阅读(416)
评论(0)
推荐(0)