¡@

Home 

2014/10/16 ¤W¤È 08:19:22

android Programming Glossary: mimagepath

Android Paint PorterDuff.Mode.CLEAR

http://stackoverflow.com/questions/10494442/android-paint-porterduff-mode-clear

formatter new SimpleDateFormat yyyyMMMddHmmss String dateNow formatter.format currentDate.getTime File dir new File mImagePath if dir.exists dir.mkdirs File file new File mImagePath dateNow .png FileOutputStream fos try fos new FileOutputStream.. formatter.format currentDate.getTime File dir new File mImagePath if dir.exists dir.mkdirs File file new File mImagePath dateNow .png FileOutputStream fos try fos new FileOutputStream file mBitmap.compress Bitmap.CompressFormat.PNG 100 fos.. mBitmap.compress Bitmap.CompressFormat.PNG 100 fos fos.close Toast.makeText getApplicationContext File saved at n mImagePath dateNow .png Toast.LENGTH_LONG .show catch FileNotFoundException e Log.e Panel FileNotFoundException e catch IOException..

How to crop image in android

http://stackoverflow.com/questions/6464123/how-to-crop-image-in-android

extras intent.getExtras if extras null if extras.getString circleCrop null mCircleCrop true mAspectX 1 mAspectY 1 mImagePath extras.getString image path mSaveUri getImageUri mImagePath mBitmap getBitmap mImagePath mAspectX extras.getInt aspectX.. circleCrop null mCircleCrop true mAspectX 1 mAspectY 1 mImagePath extras.getString image path mSaveUri getImageUri mImagePath mBitmap getBitmap mImagePath mAspectX extras.getInt aspectX mAspectY extras.getInt aspectY mOutputX extras.getInt outputX.. true mAspectX 1 mAspectY 1 mImagePath extras.getString image path mSaveUri getImageUri mImagePath mBitmap getBitmap mImagePath mAspectX extras.getInt aspectX mAspectY extras.getInt aspectY mOutputX extras.getInt outputX mOutputY extras.getInt outputY..