Create bitmap on Android to avoid low memory method

Source: Internet
Author: User

<?xml version= "1.0" encoding= "Utf-8"? ><manifest xmlns:android= "http://schemas.android.com/apk/res/ Android "    package=" com.miz.heapsize "    android:versioncode=" 1 "    android:versionname=" 1.0 ">    < USES-SDK android:minsdkversion= "One"/>    <application        android:icon= "@drawable/ic_launcher"        Android:label= "@string/app_name"        android:largeheap= "true" >        <activity            android:label= "@string/ App_name "            android:name=". Mainactivity ">            <intent-filter >                <action android:name=" Android.intent.action.MAIN "/>                <category android:name= "Android.intent.category.LAUNCHER"/>            </intent-filter>        </ Activity>    </application></manifest>
Only need to add <pre name= "code" class= "HTML" >android:largeheap= "true"
Capable of generating 48M  Oh yes
http://www.google.com/url?q=http%3a%2f%2fstackoverflow.com%2fquestions%2f8675037% 2fdoes-androids-large-heap-option-work-for-older-phones-upgraded-to-ics&sa=d&sntz=1&usg= afqjcne43ad9kot0m5ouznwangxp5psm8w 

Copyright notice: This article blog original articles, blogs, without consent, may not be reproduced.

Create bitmap on Android to avoid low memory method

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.