文件名称:PictureDemo
介绍说明--下载内容来自于网络,使用问题请自行百度
Android相机拍照、相册选取后直接显示以及截图后显示,解决因Bitmap导致的内存溢出问题,源码实现过程部分注释讲解:
将保存在本地的图片取出并缩小后显示在界面上、由于Bitmap内存占用较大,这里需要回收内存,否则会报out of memory异常、将处理过的图片显示在界面上,并保存到本地、使用ContentProvider通过URI获取原始图片、为防止原始图片过大导致内存溢出,这里先缩小原图显示,然后释放原始Bitmap占用的内存、释放原始图片占用的内存,防止out of memory异常发生、指定照片保存路径(SD卡),image.jpg为一个临时文件,每次拍照后这个图片都会被替换-Android camera to take pictures the album directly select screenshots solve the problem of memory overflow due to Bitmap lead after source implementation process part of the annotation to explain: Remove and out will be saved in the local picture is displayed in the interface due to the Bitmap memory footprint than large, need to reclaim memory, otherwise it will be reported out of memory exception, the pictures are displayed in the interface and saved to the local use the ContentProvider through URI to get the original picture, in order to prevent the original image is too large lead to memory overflow here first narrow the artwork display, and then to release the original Bitmap occupied the memory, to release the memory occupied by the original picture, to prevent out of memory exception occurs, the path of the specified save photos (SD Card) image.jpg to a temporary file, every time you take a photo picture will be replaced
将保存在本地的图片取出并缩小后显示在界面上、由于Bitmap内存占用较大,这里需要回收内存,否则会报out of memory异常、将处理过的图片显示在界面上,并保存到本地、使用ContentProvider通过URI获取原始图片、为防止原始图片过大导致内存溢出,这里先缩小原图显示,然后释放原始Bitmap占用的内存、释放原始图片占用的内存,防止out of memory异常发生、指定照片保存路径(SD卡),image.jpg为一个临时文件,每次拍照后这个图片都会被替换-Android camera to take pictures the album directly select screenshots solve the problem of memory overflow due to Bitmap lead after source implementation process part of the annotation to explain: Remove and out will be saved in the local picture is displayed in the interface due to the Bitmap memory footprint than large, need to reclaim memory, otherwise it will be reported out of memory exception, the pictures are displayed in the interface and saved to the local use the ContentProvider through URI to get the original picture, in order to prevent the original image is too large lead to memory overflow here first narrow the artwork display, and then to release the original Bitmap occupied the memory, to release the memory occupied by the original picture, to prevent out of memory exception occurs, the path of the specified save photos (SD Card) image.jpg to a temporary file, every time you take a photo picture will be replaced
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PictureDemo/.classpath
PictureDemo/.project
PictureDemo/AndroidManifest.xml
PictureDemo/bin/AndroidManifest.xml
PictureDemo/bin/classes/com/ryantang/picture/BuildConfig.class
PictureDemo/bin/classes/com/ryantang/picture/ImageTools.class
PictureDemo/bin/classes/com/ryantang/picture/MainActivity$1.class
PictureDemo/bin/classes/com/ryantang/picture/MainActivity$2.class
PictureDemo/bin/classes/com/ryantang/picture/MainActivity$3.class
PictureDemo/bin/classes/com/ryantang/picture/MainActivity.class
PictureDemo/bin/classes/com/ryantang/picture/R$attr.class
PictureDemo/bin/classes/com/ryantang/picture/R$dimen.class
PictureDemo/bin/classes/com/ryantang/picture/R$drawable.class
PictureDemo/bin/classes/com/ryantang/picture/R$id.class
PictureDemo/bin/classes/com/ryantang/picture/R$layout.class
PictureDemo/bin/classes/com/ryantang/picture/R$menu.class
PictureDemo/bin/classes/com/ryantang/picture/R$string.class
PictureDemo/bin/classes/com/ryantang/picture/R$style.class
PictureDemo/bin/classes/com/ryantang/picture/R.class
PictureDemo/bin/classes.dex
PictureDemo/bin/dexedLibs/android-support-v4-4a6c1b17fb6bbdc2f7bf876192587771.jar
PictureDemo/bin/dexedLibs/android-support-v4-de039f076d28621ca83600c1602db8e7.jar
PictureDemo/bin/dexedLibs/annotations-a6968887b4a4d8dc58c3ed4c47482f29.jar
PictureDemo/bin/jarlist.cache
PictureDemo/bin/PictureDemo.apk
PictureDemo/bin/res/drawable-hdpi/ic_launcher.png
PictureDemo/bin/res/drawable-mdpi/ic_launcher.png
PictureDemo/bin/res/drawable-xhdpi/ic_launcher.png
PictureDemo/bin/res/drawable-xxhdpi/ic_launcher.png
PictureDemo/bin/resources.ap_
PictureDemo/gen/com/ryantang/picture/BuildConfig.java
PictureDemo/gen/com/ryantang/picture/R.java
PictureDemo/ic_launcher-web.png
PictureDemo/libs/android-support-v4.jar
PictureDemo/proguard-project.txt
PictureDemo/project.properties
PictureDemo/res/drawable-hdpi/ic_launcher.png
PictureDemo/res/drawable-mdpi/ic_launcher.png
PictureDemo/res/drawable-xhdpi/ic_launcher.png
PictureDemo/res/drawable-xxhdpi/ic_launcher.png
PictureDemo/res/layout/activity_main.xml
PictureDemo/res/menu/main.xml
PictureDemo/res/values/dimens.xml
PictureDemo/res/values/strings.xml
PictureDemo/res/values/styles.xml
PictureDemo/res/values-sw600dp/dimens.xml
PictureDemo/res/values-sw720dp-land/dimens.xml
PictureDemo/src/com/ryantang/picture/ImageTools.java
PictureDemo/src/com/ryantang/picture/MainActivity.java
PictureDemo/bin/classes/com/ryantang/picture
PictureDemo/bin/classes/com/ryantang
PictureDemo/gen/com/ryantang/picture
PictureDemo/src/com/ryantang/picture
PictureDemo/bin/classes/com
PictureDemo/bin/res/drawable-hdpi
PictureDemo/bin/res/drawable-mdpi
PictureDemo/bin/res/drawable-xhdpi
PictureDemo/bin/res/drawable-xxhdpi
PictureDemo/gen/com/ryantang
PictureDemo/src/com/ryantang
PictureDemo/bin/classes
PictureDemo/bin/dexedLibs
PictureDemo/bin/res
PictureDemo/gen/com
PictureDemo/res/drawable-hdpi
PictureDemo/res/drawable-ldpi
PictureDemo/res/drawable-mdpi
PictureDemo/res/drawable-xhdpi
PictureDemo/res/drawable-xxhdpi
PictureDemo/res/layout
PictureDemo/res/menu
PictureDemo/res/values
PictureDemo/res/values-sw600dp
PictureDemo/res/values-sw720dp-land
PictureDemo/src/com
PictureDemo/assets
PictureDemo/bin
PictureDemo/gen
PictureDemo/libs
PictureDemo/res
PictureDemo/src
PictureDemo
PictureDemo/.project
PictureDemo/AndroidManifest.xml
PictureDemo/bin/AndroidManifest.xml
PictureDemo/bin/classes/com/ryantang/picture/BuildConfig.class
PictureDemo/bin/classes/com/ryantang/picture/ImageTools.class
PictureDemo/bin/classes/com/ryantang/picture/MainActivity$1.class
PictureDemo/bin/classes/com/ryantang/picture/MainActivity$2.class
PictureDemo/bin/classes/com/ryantang/picture/MainActivity$3.class
PictureDemo/bin/classes/com/ryantang/picture/MainActivity.class
PictureDemo/bin/classes/com/ryantang/picture/R$attr.class
PictureDemo/bin/classes/com/ryantang/picture/R$dimen.class
PictureDemo/bin/classes/com/ryantang/picture/R$drawable.class
PictureDemo/bin/classes/com/ryantang/picture/R$id.class
PictureDemo/bin/classes/com/ryantang/picture/R$layout.class
PictureDemo/bin/classes/com/ryantang/picture/R$menu.class
PictureDemo/bin/classes/com/ryantang/picture/R$string.class
PictureDemo/bin/classes/com/ryantang/picture/R$style.class
PictureDemo/bin/classes/com/ryantang/picture/R.class
PictureDemo/bin/classes.dex
PictureDemo/bin/dexedLibs/android-support-v4-4a6c1b17fb6bbdc2f7bf876192587771.jar
PictureDemo/bin/dexedLibs/android-support-v4-de039f076d28621ca83600c1602db8e7.jar
PictureDemo/bin/dexedLibs/annotations-a6968887b4a4d8dc58c3ed4c47482f29.jar
PictureDemo/bin/jarlist.cache
PictureDemo/bin/PictureDemo.apk
PictureDemo/bin/res/drawable-hdpi/ic_launcher.png
PictureDemo/bin/res/drawable-mdpi/ic_launcher.png
PictureDemo/bin/res/drawable-xhdpi/ic_launcher.png
PictureDemo/bin/res/drawable-xxhdpi/ic_launcher.png
PictureDemo/bin/resources.ap_
PictureDemo/gen/com/ryantang/picture/BuildConfig.java
PictureDemo/gen/com/ryantang/picture/R.java
PictureDemo/ic_launcher-web.png
PictureDemo/libs/android-support-v4.jar
PictureDemo/proguard-project.txt
PictureDemo/project.properties
PictureDemo/res/drawable-hdpi/ic_launcher.png
PictureDemo/res/drawable-mdpi/ic_launcher.png
PictureDemo/res/drawable-xhdpi/ic_launcher.png
PictureDemo/res/drawable-xxhdpi/ic_launcher.png
PictureDemo/res/layout/activity_main.xml
PictureDemo/res/menu/main.xml
PictureDemo/res/values/dimens.xml
PictureDemo/res/values/strings.xml
PictureDemo/res/values/styles.xml
PictureDemo/res/values-sw600dp/dimens.xml
PictureDemo/res/values-sw720dp-land/dimens.xml
PictureDemo/src/com/ryantang/picture/ImageTools.java
PictureDemo/src/com/ryantang/picture/MainActivity.java
PictureDemo/bin/classes/com/ryantang/picture
PictureDemo/bin/classes/com/ryantang
PictureDemo/gen/com/ryantang/picture
PictureDemo/src/com/ryantang/picture
PictureDemo/bin/classes/com
PictureDemo/bin/res/drawable-hdpi
PictureDemo/bin/res/drawable-mdpi
PictureDemo/bin/res/drawable-xhdpi
PictureDemo/bin/res/drawable-xxhdpi
PictureDemo/gen/com/ryantang
PictureDemo/src/com/ryantang
PictureDemo/bin/classes
PictureDemo/bin/dexedLibs
PictureDemo/bin/res
PictureDemo/gen/com
PictureDemo/res/drawable-hdpi
PictureDemo/res/drawable-ldpi
PictureDemo/res/drawable-mdpi
PictureDemo/res/drawable-xhdpi
PictureDemo/res/drawable-xxhdpi
PictureDemo/res/layout
PictureDemo/res/menu
PictureDemo/res/values
PictureDemo/res/values-sw600dp
PictureDemo/res/values-sw720dp-land
PictureDemo/src/com
PictureDemo/assets
PictureDemo/bin
PictureDemo/gen
PictureDemo/libs
PictureDemo/res
PictureDemo/src
PictureDemo
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.