item = new HashMap();Р Р phoneNu" /> item = new HashMap();Р Р phoneNu" />

全文预览

基于android系统的网上购物防沉迷系统(毕业设计论文doc)

上传者:蓝天 |  格式:doc  |  页数:19 |  大小:0KB

文档介绍
smsColumn = myCursor.getColumnIndex("body");Р int dateColum = myCursor.getColumnIndex("date"); Р do {Р // Get the field valuesР HashMap<String, Object> item = new HashMap<String, Object>();Р Р phoneNumber = myCursor.getString(phoneColumn);Р sms = myCursor.getString(smsColumn);Р sumvalue=sumvalue+ getSumMoney(sms);Р // date = myCursor.getInt(dateColum); Р // time=formatTimeStampString(this,date,false);Р time=myCursor.getString(dateColum);Р SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");Р Date d = new Date(Long.parseLong(time));Р time = dateFormat.format(d);Р item.put("number", phoneNumber);Р item.put("msg", sms);Р item.put("date", time); Р listItem.add(item);Р Р } while (myCursor.moveToNext());Р }Р }catch (SQLiteException ex) {Р Log.d(LOG_TAG, ex.getMessage());Р }

收藏

分享

举报
下载此文档