Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6583145
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:22:14+00:00 2026-05-25T16:22:14+00:00

I have an Ardino Comic,Which is In PDf Form,I split it and convert it

  • 0

I have an Ardino Comic,Which is In PDf Form,I split it and convert it
into the PNG form now I am calling this image one by one and also
fliping this page,but it takes only five pages and give an error like
memory problem.So how can I increase the memory of App in tab.Please
help me.

is it possible

Thank You

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T16:22:14+00:00Added an answer on May 25, 2026 at 4:22 pm

    You can’t increase the size of application. This is happen because the limited memory size of heap. So the alternate way is recycle your objects on which you load the images, or release them after use of one by one. so it help you.

    EDIT: this works in my case.

        try
    {
       if(bm!=null)
         {
            bm.recycle();   //here we recycle the bitmap object for further use.
                                   // you can also use System.gc();
            bm=null;
          }
    
       InputStream stream;
       stream = new FileInputStream("your image file path");
    
       bm = BitmapFactory.decodeStream(stream, null, null);
    
       try
         {
           stream.close();
           stream=null;
          }
       catch (IOException e)
        {
         // TODO Auto-generated catch block
          e.printStackTrace();
        }
    
       imgView.setImageBitmap(bm);
      }
     catch (FileNotFoundException e)
      {
     // TODO Auto-generated catch block
      e.printStackTrace();
      } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have run into this issue where I needed a piece of simple medical
I have an Arduino that is processing a string by splitting it into an
Have a look at this picture alt text http://www.abbeylegal.com/downloads/2009-04-01/web%20part%20top%20line.jpg Does anyone know what css
Have a matrix report now that has Position, Hours and Wages for a location
I have an Arduino-based device which connects through USB. I'd like to detect it
I have a constructor for my Arduino-code which is something like the following: class
I am very new to BeagleBone. I have been using Arduino upto now. I
I have a program I want to make which will ask to see whether
I have a micro-controller (Arduino) and wish to determine automatically to which port the
I have written a program in C which communicates through udp with an Arduino.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.