上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: 功能介绍: 获取剪切板内容,进行分词; 点击分解后的词,填入输入框; 点击叉号将地址拼接起来返回主界面 用途: 增加用户的体验效果,可以直接在微信上复制地址,然后通过此功能确认地址. 附上 "git地址" 效果图如下: 阅读全文
posted @ 2018-12-27 14:50 浪里小白龙呼呼呼 阅读(626) 评论(0) 推荐(0) 编辑
摘要: 摇一摇用户信息反馈功能:用户通过摇晃手机或者触发按钮,弹出反馈信息界面,填写个人意见,上传服务器的功能。 1. 蒲公英官网注册应用,获取AppId作为唯一标识; 2. 下载sdk,获取pgyer_sdk_2.7.4.jar包。 网址:https://www.pgyer.com/doc/view/sd 阅读全文
posted @ 2018-12-27 14:49 浪里小白龙呼呼呼 阅读(607) 评论(0) 推荐(0) 编辑
摘要: ``` public static Bitmap[] getBitmapFromURL(String[] path) throws MalformedURLException { Bitmap[] b = new Bitmap[path.length]; for (int i = 0; i 阅读全文
posted @ 2018-12-27 14:47 浪里小白龙呼呼呼 阅读(1030) 评论(0) 推荐(0) 编辑
摘要: ``` public static Bitmap loadBitmapFromView(View v) { int w = v.getWidth(); int h = v.getHeight(); Bitmap bmp = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888); Can... 阅读全文
posted @ 2018-12-27 14:46 浪里小白龙呼呼呼 阅读(492) 评论(0) 推荐(0) 编辑
摘要: ``` public static Bitmap compressImage(Bitmap image) { ByteArrayOutputStream baos = new ByteArrayOutputStream(); //质量压缩方法,这里100表示不压缩,把压缩后的数据存放到baos中 image.compress(Bitmap.Compr... 阅读全文
posted @ 2018-12-27 14:45 浪里小白龙呼呼呼 阅读(3077) 评论(0) 推荐(0) 编辑
摘要: 步骤一: 保存图片或者删除之前,初始化ContentObserver 跟进ScreenshotContentObserver类: 设定boolean值showToast的意图,是因为每添加一张图片,都会执行一次onChange 方法,此处是个人为避免这种情况单独处理的。 Handler传过来,可以向 阅读全文
posted @ 2018-12-27 14:44 浪里小白龙呼呼呼 阅读(1559) 评论(0) 推荐(0) 编辑
摘要: ``` / 删除单个文件 @param filePath 被删除文件的文件名 @return 文件删除成功返回true,否则返回false / public boolean deleteFile(String filePath) { File file = new File(filePath); i 阅读全文
posted @ 2018-12-27 14:43 浪里小白龙呼呼呼 阅读(18879) 评论(0) 推荐(0) 编辑
摘要: 1. android ripple background 能产生波浪效果的背景图片控件,可以自定义颜色,波浪扩展的速度,波浪的圈数。 "github地址" 2. android shapeLoadingView master 高仿新版58 加载动画 "github地址" 3. ArrowDownlo 阅读全文
posted @ 2018-12-27 14:42 浪里小白龙呼呼呼 阅读(2848) 评论(0) 推荐(0) 编辑
摘要: ``` public class TextUtils { public static String[] results; /** * 分隔符:“.” * * @param resource * @return */ public static String[] splite1(String resource){ ... 阅读全文
posted @ 2018-12-27 14:35 浪里小白龙呼呼呼 阅读(396) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-01-14 11:15 浪里小白龙呼呼呼 阅读(32) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页