摘要: 代码如下: 问题描述: 解决办法:添加一个mToolbar菜单按钮的监听,具体实现办法如下: 问题就解决了。 阅读全文
posted @ 2016-06-27 17:27 彬~ 阅读(3193) 评论(0) 推荐(0) 编辑
摘要: 在分析Android事件分发机制前,明确android的两大基础控件类型:View和ViewGroup。View即普通的控件,没有子布局的,如Button、TextView. ViewGroup继承自View,表示可以有子控件,如Linearlayout、Listview这些。今天我们先来了解Vie 阅读全文
posted @ 2016-06-17 11:49 彬~ 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 1 public class ReserveString { 2 public static void main(String[] args) { 3 System.out.println("Please Input String:"); 4 Scanner... 阅读全文
posted @ 2015-10-17 20:56 彬~ 阅读(1812) 评论(6) 推荐(0) 编辑