摘要: private void doClockInOut(JSONObject params) { Response.Listener okListener = new Response.Listener() { @Override public void onResponse(JSONObject response) { ... 阅读全文
posted @ 2016-05-13 09:59 fanhq 阅读(181) 评论(0) 推荐(0) 编辑
摘要: try { mTimerGoOut = new Timer(); SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy-MM-dd", Locale.US); SimpleDateFormat sdf4 = new Simple... 阅读全文
posted @ 2016-05-13 09:56 fanhq 阅读(152) 评论(0) 推荐(0) 编辑
摘要: package com.baclock.entity; import android.provider.BaseColumns; /** * Created by Jack on 5/4/2016. */ public final class DBEntity { // To prevent someone from accidentally instantiating the ... 阅读全文
posted @ 2016-05-13 09:44 fanhq 阅读(224) 评论(0) 推荐(0) 编辑
摘要: String message = "You should click come back now. It is time out more than 10 minutes."; // MessageDialog.showMessageDialog(MainActivity.act, message); Intent intent = new Int... 阅读全文
posted @ 2016-05-13 09:34 fanhq 阅读(219) 评论(0) 推荐(0) 编辑
摘要: String s = "Thu Dec 24 17:33:00 GMT+08:00 2015"; SimpleDateFormat sdf=new SimpleDateFormat("EEE MMM dd HH:mm:ss z yyyy",Locale.ENGLISH); Date dd = sdf 阅读全文
posted @ 2016-05-13 09:28 fanhq 阅读(347) 评论(0) 推荐(0) 编辑