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 8399481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T21:19:01+00:00 2026-06-09T21:19:01+00:00

You load in image in ImageView (android) , how is the memory allocated for

  • 0

You load in image in ImageView (android) , how is the memory allocated for it?

And whether the memory allocated is in 1D array or 2D array? (like in terms of pixels maybe)

And which is better BufferedImage or Bitmap for image handling?

PS – It is not a duplicate of this.

  • 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-06-09T21:19:02+00:00Added an answer on June 9, 2026 at 9:19 pm

    An ImageView does not allocate the memory for the images it displays, the images do that. Most likely a Bitmap. And those allocate the memory in native context (some malloc) so Java’s garbage collector can’t clean up the allocated memory and regularly fails if you don’t take care.

    The memory allocated is a 1D block of memory and probably stores pixel by pixel, row after row (2D access is a simple calculation). Images are stored uncompressed so a 100kb .jpg file may use several MB of data. Each pixel takes up to 4 byte (R,G,B,A in _8888 mode)

    The actual implementation (allocation) of Bitmap should be somewhere in skia – SkBitmap.

    I don’t know what a BufferedImage is but a good read on working with images is:

    http://developer.android.com/training/displaying-bitmaps/index.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the following function to load a remote image to an ImageView. The
I found difficulty to load image from url in every 30 seconds in android
I'd like to load image(s) at runtime (dynamically) into my report (inside the header).
In Android, what is the simplest approach to the following: Load an image from
I load an image into an ImageView using .setImageURI(selectedImageUri) that is retrieved from the
how can we html.fromhtml to load image from web and set into imageview ?
I am having a problem with setting an ImageView image to an image which
Possible Duplicate: how to load an imageview by url in android? I am having
I have a url which contain image address, i want to load that image
I'm trying to load image from a plist to a custom cell. It all

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.