On some Android phones (such as MT788, Note2), photos taken with camera will be automatically rotated (90°, 180°, 270°), which is not expected. After careful analysis, because the photo attribute is stored in the rotation information, so to solve this problem, you can in the Onactivityresult method, get the photo data,
The example of this article for everyone to share the Android imitation micro-letter said, mood functions for your reference, the specific contents are as follows
Not only can realize the photo, select the gallery, the case of multiple patterns upload, the current many apps have similar functions of micro-letter friends, can be published to say such as the accom
Android photography and photo album image cropping error Solution
Recently, I used photos and photo albums to take pictures and cut and upload pictures. I went online for a stroll. They were all the same and I used them, what I did not expect was a variety of strange issues. Let's take a look at the code to solve the problem.
This is to call the camera
public s
Recently solved a problem that has been troubling me for a long time. Samsung mobile phone Photo picture rotation problem, the project has the function of uploading pictures, then involves taking photos, choose pictures from the album, other mobile phones are ok no problem, but Samsung's mobile phone photos, you will be very clear to see the photos will rotate, Then you find the image according to the path
In the \packages\apps\camera\src\com\android\camera\settingchecker.java:Case Row_setting_jpeg_quality:int jpegquality = getjpegquality (Context, Integer.parseint (value));Parameters.setjpegquality (jpegquality);BreakModified to:Case Row_setting_jpeg_quality:int jpegquality = 100;Parameters.setjpegquality (jpegquality);BreakCan.The scope of the jpegquality is 1~100, you can change it on demand, and the curre
Use your own definition checkbox or RadioButton time. Define your own icons and text on different phones to show different pitches. Sometimes not very well controlled, here is my own definition checkbox:In layout in the following XML:Inside a style defined by itself. The style content is:The selected and unchecked pictures are called. Under the drawable:XML version= "1.0" encoding= "Utf-8"? >Although you can display the desired on some systems by sett
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.