2015年7月14日

android小笔记

摘要: 1、启动其他应用程序Intent launchIntent = getPackageManager().getLaunchIntentForPackage(currentAppInfo.getPackageName()); startActivity(launchIntent); 阅读全文

posted @ 2015-07-14 14:25 石头hah 阅读(162) 评论(0) 推荐(0) 编辑

android有点纠结的小问题

摘要: 1、点击一个listview的item,以popupwindow的形式展示一个菜单。popupwindow以动画的形式展现,可一直没有预期的效果 解决方案:popupWindow.setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT))... 阅读全文

posted @ 2015-07-14 13:45 石头hah 阅读(122) 评论(0) 推荐(0) 编辑

导航