05 2014 档案
摘要:/** * 转换图片成圆形 * * @param bitmap * 传入Bitmap对象 * @return */ public static Bitmap toRoundBitmap(Bitmap bitmap)...
阅读全文
摘要:Intent intent = new Intent();ComponentName cmp = new ComponentName("com.sina.weibo","com.sina.weibo.EditActivity");intent.setAction(Intent.ACTION_MAIN...
阅读全文
摘要:一、获取API Key1、先获取SHA-1 fingerprint数字证书是有两种,一种是debug,还有release。前者只能用于测试;后者才可以用于实际产品。debug:在命令行中输入命令:keytool -list -v -keystore "C:\Users\your_user_name\...
阅读全文
摘要:public static String getMD5(String str) { MessageDigest md5 = null; try { md5 = MessageDigest.getInstance("MD5"); } ca...
阅读全文
摘要:import java.io.ByteArrayOutputStream;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.i...
阅读全文
摘要:import android.app.AlertDialog;import android.content.Context;import android.content.DialogInterface;import android.text.TextUtils;import android.widg...
阅读全文
摘要:Base64.javaimport java.io.ByteArrayOutputStream;import java.io.IOException;import java.io.OutputStream;public class Base64 { private static final c...
阅读全文
摘要:调用系统Intent剪裁图片 /** * 调用系统Intent剪裁图片 * @param context * @param uri * @param w * @param h */ public static void startP...
阅读全文

浙公网安备 33010602011771号