2020年7月3日

摘要: public void showList(List<DictValueListBean> response) { if (!ListUtil.isEmpty(response)) { List<String> nameList = new ArrayList<>(); for (int i = 0; 阅读全文
posted @ 2020-07-03 16:35 带镐伤的土豆 阅读(286) 评论(0) 推荐(0) 编辑
摘要: //list转换数组 mItems = nameList.toArray(new String[nameList.size()]);//string转换list,去除逗号 List<String> s = Arrays.asList(bean.getPicture().split(","));//添 阅读全文
posted @ 2020-07-03 16:23 带镐伤的土豆 阅读(128) 评论(0) 推荐(0) 编辑
摘要: public class AutoCheckEditText extends androidx.appcompat.widget.AppCompatEditText implements TextWatcher { //手机校验类型 public static final int TYPE_OF_M 阅读全文
posted @ 2020-07-03 16:05 带镐伤的土豆 阅读(113) 评论(0) 推荐(0) 编辑

导航