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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:32:04+00:00 2026-05-27T18:32:04+00:00

Can someone please tell me why this GridView does not scroll smoothly even when

  • 0

Can someone please tell me why this GridView does not scroll smoothly even when the images are grabbed from the Droidfu cache?

I’ve tried WebImageView, my own defaulthandler with ImageLoader, removed the sqlLite calls and just used static URLs, tried hiding and fading in the image after it is loaded, etc. Can’t seem to get smooth scrolling (getting jerkiness). Is it DroidFu that is causing this? I would hate to dump Droidfu since I already invested in it. Obviously local image resources inserted into the GridView scroll fine. I’ve spent way too long on this problem.

    public View getView(int position, View convertView, ViewGroup parent) {

        mCursor.moveToPosition(position);

        String thumbUrl=imagePath+mCursor.getString(mCursor.getColumnIndex("imagename"));
        if (convertView == null) {
            convertView=(View)mInflater.inflate(R.layout.grid_thumb_layout, null);
        }
        WebImageView thumb=(WebImageView)convertView.findViewById(R.id.thumb);
        thumb.reset();
        thumb.setImageUrl(thumbUrl);
        thumb.loadImage();
        return convertView;

    }

xml:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" 
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<GridView android:id="@+id/gridview" android:layout_width="fill_parent"
    android:layout_height="fill_parent"  android:numColumns="auto_fit"
    android:verticalSpacing="2dp" android:horizontalSpacing="2dp"
    android:columnWidth="150dp" 
    android:rowHeight="150dp" 
    android:fadingEdge="vertical"
    android:paddingLeft="2dp" android:paddingRight="2dp"
    android:gravity="center" />
</RelativeLayout>


<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="150dp"
android:layout_height="150dp">
<com.github.droidfu.widgets.WebImageView android:id="@+id/thumb"
    android:scaleType="fitCenter" android:layout_weight="1"
    android:layout_width="150dp"
    android:layout_height="150dp" xmlns:android="http://schemas.android.com/apk/res/android" >
</com.github.droidfu.widgets.WebImageView>
</RelativeLayout>
  • 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-27T18:32:05+00:00Added an answer on May 27, 2026 at 6:32 pm

    Try replacing WebImageView with RemoteImageView which is a similar class in the Ignition project by the same author.

    According to this, development on Droid-Fu is going to stop and it will be ‘rebranded’ as Ignition.

    Ignition has a similar class called RemoteImageView. Usage is basically the same but it appears they’ve reworked the back end a bit so it’s cache response is better. I tried it with a ListView that was giving the loading forever problem. Worked for me (although it introduced some other problems but they appear to be minor).

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

Sidebar

Related Questions

Can someone please tell me why the form at this location does not layout
Can someone please tell me why this code will not work? It does compile.
Can someone please tell me how to do this in C#? Convert from Quoted
Can someone please tell me where these extra characters are coming from? This is
Can someone please tell me why this doesn't work? I'm trying to show and
I can't seem to get this text to align vertically. Can someone please tell
Can someone please tell me ehy in IE 6 div is not in center.
Can someone tell me please why the following example work in Firefox but not
Can someone please tell me why this won't work? NSAppleScript* playPause = [[NSAppleScript alloc]
Hi can someone please tell me why this code is incorrect? I'm trying to

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.