2017年8月10日
摘要: 判断手机Sim卡运营商的一种方法如下:private int getSimOperator() { int type = -1; TelephonyManager telManager = (TelephonyManager) g... 阅读全文
posted @ 2017-08-10 18:31 lishbo 阅读(747) 评论(0) 推荐(0) 编辑
摘要: 使用EditText的时候,很多应用场景下不能输入空格。如何限制不让输入空格呢,这里使用两种方法来实现。1.EditText设置监听 addTextChangedListener(new TextWatcher(){})etNull.addTextChang... 阅读全文
posted @ 2017-08-10 11:30 lishbo 阅读(1581) 评论(0) 推荐(0) 编辑