摘要: 先看看截图效果图 压缩图片 点击按钮弹窗分享dialog提示窗 dailog布局 分享图片到微信或盆友圈 最终实现效果如图所示........ 阅读全文
posted @ 2019-04-28 16:25 monkey0928 阅读(870) 评论(0) 推荐(0) 编辑
摘要: 1 package com.example.grenaderose.redthunder.utils; 2 import android.content.Context; 3 import android.os.Handler; 4 import android.os.Looper; 5 import android.widget.Toast; 6 7 public class ... 阅读全文
posted @ 2019-04-28 15:44 monkey0928 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 1 package com.example.grenaderose.redthunder.utils; 2 3 import android.content.Context; 4 import android.content.pm.PackageInfo; 5 import android.content.pm.PackageManager; 6 7 /** 8 * Des... 阅读全文
posted @ 2019-04-28 15:42 monkey0928 阅读(192) 评论(0) 推荐(0) 编辑