上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 38 下一页
摘要: https://blog.csdn.net/a940659387/article/details/79747479 /** * Android 6.0 以上设置状态栏颜色 */ protected void setStatusBar(@ColorInt int color) { if (Build. 阅读全文
posted @ 2020-11-11 17:42 野生野鸡码农 阅读(589) 评论(0) 推荐(0) 编辑
摘要: Windows版: https://blog.csdn.net/qq_38232598/article/details/91346392 Mac版: https://www.jianshu.com/p/abe2366cfc4e 阅读全文
posted @ 2020-11-10 12:48 野生野鸡码农 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 蒲公英获取手机UDID https://www.pgyer.com/tools/udid 阅读全文
posted @ 2020-11-06 16:49 野生野鸡码农 阅读(631) 评论(0) 推荐(0) 编辑
摘要: 第一步:复制下边的Java文件到你的项目 import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Pa 阅读全文
posted @ 2020-10-16 12:04 野生野鸡码农 阅读(386) 评论(0) 推荐(0) 编辑
摘要: Glide.with(this) .load(url) .into(new SimpleTarget<Drawable>() { @Override public void onResourceReady(@NonNull Drawable resource, @Nullable Transitio 阅读全文
posted @ 2020-10-16 10:23 野生野鸡码农 阅读(1388) 评论(0) 推荐(0) 编辑
摘要: public class DensityUtil { public static int sp2px(Context context, int spValue) { float pxDimension = TypedValue.applyDimension(TypedValue.COMPLEX_UN 阅读全文
posted @ 2020-09-30 10:54 野生野鸡码农 阅读(179) 评论(0) 推荐(1) 编辑
摘要: package com.z.z.bean; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import st 阅读全文
posted @ 2020-09-28 13:57 野生野鸡码农 阅读(610) 评论(0) 推荐(0) 编辑
摘要: z转载:https://www.cnblogs.com/Jenaral/p/5938778.html https://www.jianshu.com/p/3faabf43991c 方式一:合并一个新的空代码分之 步骤 1、在需要回滚的commit上右键创建分支 2、输入新的分支名 3、左侧出现了新的 阅读全文
posted @ 2020-09-24 18:30 野生野鸡码农 阅读(771) 评论(0) 推荐(0) 编辑
摘要: package com.z.z.utils; /* * :Created by z on 2020-08-31 */ import android.content.Context; import android.graphics.Bitmap; import android.media.MediaM 阅读全文
posted @ 2020-09-24 18:24 野生野鸡码农 阅读(3142) 评论(0) 推荐(0) 编辑
摘要: /** * context 上下文 * uri 视频地址 * imageView 设置image * frameTimeMicros 获取某一时间帧 */ public void loadVideoScreenshot(final Context context, String uri, Image 阅读全文
posted @ 2020-09-24 18:00 野生野鸡码农 阅读(2845) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 38 下一页