2017年1月13日

摘要: /** * 将Bitmap转换成文件 * * @param bmp * @param filename * @return */ public static boolean saveBitmap2File(Bitmap bmp, File filename) { CompressFormat format = CompressFormat.JPEG; int ... 阅读全文
posted @ 2017-01-13 17:08 小阿仙的fans 阅读(87) 评论(0) 推荐(0)
摘要: package com.cesecsh.ics.database; import com.google.gson.annotations.SerializedName; import org.xutils.db.annotation.Column; import org.xutils.db.annotation.Table; import java.io.Serializable; /*... 阅读全文
posted @ 2017-01-13 10:28 小阿仙的fans 阅读(187) 评论(0) 推荐(0)

导航