2016年1月27日

android 中的ExpandableListView取消一级图标

摘要: mainlistview = (ExpandableListView) view.findViewById(R.id.listview_myteacher); mainlistview.setGroupIndicator(null); 阅读全文

posted @ 2016-01-27 16:11 赵磊磊 阅读(403) 评论(0) 推荐(0) 编辑

android在一个应用程序员启动另一个程序

摘要: 一般我们知道了另一个应用的包名和MainActivity的名字之后便可以直接通过如下代码来启动: Intent intent = new Intent(Intent.ACTION_MAIN); intent.addCategory(Intent.CATEGORY_LAUNCHER); Co... 阅读全文

posted @ 2016-01-27 10:15 赵磊磊 阅读(1901) 评论(0) 推荐(0) 编辑

导航