摘要:
Array类可以如下定义: var aValues = new Array(); 如果预先知道数组的长度,可以用参数传递长度 var aValues = new Array(20); 如下2种定义方式是一样的 1 var aColors = new Array(); aColors[0] = "re 阅读全文
摘要:
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 ... 阅读全文
摘要:
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... 阅读全文