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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T06:44:46+00:00 2026-06-17T06:44:46+00:00

I am displaying images from the string path (which I retrieve from database) and

  • 0

I am displaying images from the string path (which I retrieve from database) and I have no problem displaying one image. But when I have 4 images, only one image (the first image) gets displayed and the others are not displayed. My code is as followed:

 try{
    name.setText(nameString);
    school.setText(schoolString);
    psupervisor.setText(info.getPsupervisor());
    pdate.setText(info.getPdate());
    a.setChecked(Boolean.parseBoolean(info.getPtick1()));
    b.setChecked(Boolean.parseBoolean(info.getPtick2()));
    c.setChecked(Boolean.parseBoolean(info.getPtick3()));
    pcomment1.setText(info.getPcomment1());
    psignature1.setImageBitmap(resizeSignatureBitmap(info.getPsignature1()));
    pcomment2.setText(info.getPcomment2());
    psignature2.setImageBitmap(resizeSignatureBitmap(info.getPsignature2()));
    pdate2.setText(info.getPdate2());
    d.setChecked(Boolean.parseBoolean(info.getPtick4()));
    e.setChecked(Boolean.parseBoolean(info.getPtick5()));
    f.setChecked(Boolean.parseBoolean(info.getPtick6()));
    pcomment3.setText(info.getPcomment3());
    psignature3.setImageBitmap(resizeSignatureBitmap(info.getPsignature3()));
    pcomment4.setText(info.getPcomment4());
    psignature4.setImageBitmap(resizeSignatureBitmap(info.getPsignature4()));
    Log.d("PREPOST: ", log2);
    db.close();
 }
 catch(Exception ex){}

}

//method to resize the bitmap before displaying
 public Bitmap resizeSignatureBitmap(String imagePath){

    BitmapFactory.Options options = new BitmapFactory.Options();
    InputStream is = null;
    try {
            is = new FileInputStream(imagePath);
    } catch (FileNotFoundException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
    }
    BitmapFactory.decodeStream(is,null,options);
    try {
            is.close();
    } catch (IOException e1) {
            // TODO Auto-generated catch block
            e1.printStackTrace();
    }
    try {
            is = new FileInputStream(imagePath);
    } catch (FileNotFoundException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
    }
    // here w and h are the desired width and height
    options.inSampleSize = Math.max(options.outWidth/w, options.outHeight/h);
    // bitmap is the resized bitmap
    Bitmap bitmap = BitmapFactory.decodeStream(is,null,options);

     return bitmap;
}

Is there anything wrong with what I’m doing? Please kindly point my mistake out as I can’t find my mistake. No errors, nothing, just that it doesn’t get displayed. By default, it only displays one image and it’s always the first image (psignature1) and if I comment it out, then second image (psignature2) would get displayed but the rest would not be displayed.

Thank you for your time!

  • 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-17T06:44:47+00:00Added an answer on June 17, 2026 at 6:44 am
    //method to resize the bitmap before displaying
    public Bitmap resizeSignatureBitmap(String imagePath){
    
     BitmapFactory.Options options = new BitmapFactory.Options();
    InputStream is = null;
    try {
            is = new FileInputStream(imagePath);
        } catch (FileNotFoundException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }
        // here w and h are the desired width and height
    options.inSampleSize = Math.max(options.outWidth/w, options.outHeight/h);
    // bitmap is the resized bitmap
     Bitmap bitmap = BitmapFactory.decodeStream(is,null,options);
    is=null;
     return bitmap;
    }
    

    write your method like this..and you are done.

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

Sidebar

Related Questions

I am having problems displaying images which have been queried from the database. The
I am retrieving images from a database and displaying using Datalist, but the image
I have this PHP script which i'm grabbing images from a directory and displaying
I have a string which contains html texts and images parsed from a json
I'm displaying images from outside my web root, like this: header('Content-type:image/png'); readfile($fullpath); The content-type:
Currently I have 2 ways of displaying images in a cell, which way will
This is a very common scenario: displaying images in a ListView which have to
i have the code in which i m displaying directories and files from the
I have problem with displaying bitmap image on imageview on high density screen (480x800).
I have a method that returns data from the database, then creates a string

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.