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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:37:30+00:00 2026-05-23T02:37:30+00:00

I am using web service in my application and somewhere need to display images

  • 0

I am using web service in my application and somewhere need to display images in a TableLayout along with some text. But the problem is that there are number of images. Thus, when I am populating my TableLayout a lot of time is consumed in filling the complete table.

Question :

I have seen examples to populate lazy images in ListView. But just cant figure out how to do the same in TableLayout.

Thanks

  • 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-23T02:37:30+00:00Added an answer on May 23, 2026 at 2:37 am

    fx. you can use this loader from LazyList

    https://github.com/thest1/LazyList/blob/master/src/com/fedorvlasov/lazylist/ImageLoader.java

    and then in activity

    class Activity ... {
     ImageLoader loader = null;
     onCreate(...){
       ...
       loader = new ImageLoader(this);
       ImageView img = findImageView1();
       String imageUrl = "http://image1";
       img.setTag(imageUrl);
       loader.DisplayImage(imageUrl, this, img);
    
       img = findImageView2();
       imageUrl = "http://image2";
       img.setTag(imageUrl);
       loader.DisplayImage(imageUrl, this, img);
       ....
       img = findImageViewN();
       imageUrl = "http://imageN";
       img.setTag(imageUrl);
       loader.DisplayImage(imageUrl, this, img);
     }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created iPad application which downloads images using web service. But my application
I have an ASP.net web service that I'm using for a web application which
I'm using JBoss Web Services for a payment service application. At some point I
I have a web service application that I deployed successfully on Apache Tomcat using
I need to build a web service application for my client, using the following
I have developed a Web service using WCF Service Application. This service application is
I'm using Web Services Enhancements 3.0 to call a web-service from an ASP.NET application
I'm using netbeans to generate web service client in my application. And my program
I am creating an application which involves so many web-service calls. I am using
OK, I'm using a JSON-enabled Rails web-service to provide data to an iPhone application.

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.