摘要: webp是Android推荐使用的一种图片格式,内存占用很小。使用webp图片是app瘦身和内存优化的很好的方式之一。 下面是webp的使用步骤介绍: 1.下载webp工具,这个google提供给我们将jpg和png等图片转为webp格式图片的工具 https://developers.google 阅读全文
posted @ 2018-06-13 18:05 yongfengnice 阅读(3105) 评论(0) 推荐(0)
摘要: // Construct a URI that points to the video resource that we want to playUri videoUri = Uri.parse("android.resource://" + getPackageName() + "/" + R.r 阅读全文
posted @ 2018-06-13 14:40 yongfengnice 阅读(396) 评论(0) 推荐(0)