在 ApiDemos 中,最开始在界面上面要显示的数据是通过 getData 方法来获取的,而在这个方法中有两句话
[sourcecode language=”java”]Intent mainIntent = new Intent(Intent.ACTI...
sinvader
10年前 (2015-04-17) 3649℃ 0评论
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
/**
* 在 getIntent() 中是这么写的【Return the intent...
sinvader
10年前 (2015-04-16) 3919℃ 0评论