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

  • Home
  • SEARCH
  • 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 7896871
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T08:00:19+00:00 2026-06-03T08:00:19+00:00

Is it possible to use a SectionIndexer with a GridView in Android? Fast scroll

  • 0

Is it possible to use a SectionIndexer with a GridView in Android? Fast scroll is working fine, and I’m using a custom adapter that extends BaseAdapter. The adapter is currently implementing SectionIndexer and seems to be identical to the examples shown online and on Stack Overflow. This made me think if it’s even possible to do with a GridView and a custom adapter.

  • 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-03T08:00:21+00:00Added an answer on June 3, 2026 at 8:00 am
    static class YOUR_ADAPTER extends SimpleCursorAdapter implements SectionIndexer {
    
    private AlphabetIndexer mIndexer;
    
     YOUR_ADAPTER (Context context, AlbumBrowserActivity currentactivity,
                int layout, Cursor cursor, String[] from, int[] to) {
            super(context, layout, cursor, from, to);
    
            getColumnIndices(cursor);
        } 
    
        private void getColumnIndices(Cursor cursor) {
            if (cursor != null) {
                YOUR_COLUMN = cursor.getColumnIndexOrThrow(WHAT_YOU'RE_SORTING);
    
                if (mIndexer != null) {
                    mIndexer.setCursor(cursor);
                } else {
                    mIndexer = new AlphabetIndexer(cursor, YOUR_COLUMN, mResources.getString(
                            R.string.fast_scroll_alphabet));
                }
            }
        }
    
        @Override
        public Object[] getSections() {
            return mIndexer.getSections();
        }
    
        @Override   
        public int getPositionForSection(int section) {
            return mIndexer.getPositionForSection(section);
        }
    
        @Override
        public int getSectionForPosition(int position) {
            return 0;
        }
    }
    

    fast_scroll_alphabet String

    <string name="fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
    

    That’s a basic example, but there’s not much more to it than that. Implementing SectionIndexer is pretty simple.

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

Sidebar

Related Questions

Recently I asked a question on SO that had mentioned the possible use of
Possible Duplicate: Use of var keyword in C# Which one is better? using var
Possible Duplicate: Use autorelease when setting a retain property using dot syntax? What is
Possible Duplicate: Use javascript variable in object name I am using CKeditor as a
Is it possible use RESTKit with ASIHTTPRequest? I have been using ASIHTTPRequest but it
Is it possible use mod_rewrite to resolve addresses hosted on another server? Say I
Is it possible use a MySQL query to perform this kind of check? If
I need a control having these features: It should be possible use it in
Is possible to use ArcSDE API in .NET(C#) ? http://edndoc.esri.com/arcsde/9.2/api/capi/dbconnects/dbconnects.htm Thanks
Is it possible to use Java FutureTask with a Spring TaskExecutor to get a

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.