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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T04:16:52+00:00 2026-05-29T04:16:52+00:00

I have created a class call ImageLoader and use memory cache to store all

  • 0

I have created a class call ImageLoader and use memory cache to store all my images parsed from the web and have use the DisplayImage method where i pass th url and the imageview is the layout where to display the image ,

the problem is i want to increase the height and width of the image i have tried from the layout to increase but it is not increasing for reference here is the layout

public void DisplayImage(String url, ImageView imageView)
  {
   list_of_image = new ArrayList<Drawable>();
   imageViews.put(imageView, url);
   Bitmap bitmap=memoryCache.get(url);  

        if(bitmap!=null)
         {
          imageView.setImageBitmap(bitmap);
          ///list_of_image.add(new BitmapDrawable(bitmap2));
        }            
       else
      {
        queuePhoto(url, imageView);
        imageView.setImageResource(stub_id);
    }
}
  • 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-29T04:16:52+00:00Added an answer on May 29, 2026 at 4:16 am

    There are several options:

    1. you may specify android:scaleType attribute for your
      ImageView;

    2. you may downscale/upscale the bitmap with
      Bitmap.createScaledBitmap(Bitmap src, int dstWidth, int dstHeight,
      boolean filter)

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

Sidebar

Related Questions

I have created a separate class (let's call it class2.cs for example) and want
I have created a class call DatabaseHandler extending SQLiteOpenHelper. I want to explicting deleted
I have created a Class (subclass of NSObject) which will hold all my SQLs/dbConnections
I have created a simple RAII class in one of my DLLs (let's call
I have created a File class, which takes care of all operations on files,
I have created a repository class that I want to use in a code
I have created a class that derives from TThread, because I wish to do
I have created a Timer class that must call a callback method when the
I have created a Queue class in javascript and I would like to store
I have created a sample app where i have created some class inherited from

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.