ApiDemos 中的 getData 方法,用来获得要在界面上显示的 list,数据通过 PackageManager 从 Manifest 中获取。
不写字了,写了一晚上好累。。
这是我自己写的注释,可能有错误,请指正~
/**
* 一个内部是 map 的 list,用来...
sinvader
10年前 (2015-04-19) 3825℃ 0评论
在 ApiDemos 中,最开始在界面上面要显示的数据是通过 getData 方法来获取的,而在这个方法中有两句话
[sourcecode language=”java”]Intent mainIntent = new Intent(Intent.ACTI...
sinvader
10年前 (2015-04-17) 3691℃ 0评论
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
/**
* 在 getIntent() 中是这么写的【Return the intent...
sinvader
10年前 (2015-04-16) 3972℃ 0评论