自定义dialog无黑色边框
摘要:View layout = LayoutInflater.from(context).inflate(R.layout.customdialog_cartcount, null); final Dialog dialog = new Dialog(context); dialog.setCancel
阅读全文
posted @
2016-07-30 17:48
Jinger1992223
阅读(1416)
推荐(0)
获取没有key值的数据,用循环器
摘要:JSONObject jsonObject = new JSONObject(json); Iterator<?> it = jsonObject.keys(); while (it.hasNext()) {// 遍历JSONObject key = (String) it.next().toStr
阅读全文
posted @
2016-07-12 15:54
Jinger1992223
阅读(280)
推荐(0)