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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T07:38:50+00:00 2026-06-01T07:38:50+00:00

Anyone has implemented like the below carousel ? Note: The list of items should

  • 0

Anyone has implemented like the below carousel?
Note: The list of items should not be repeated, means should not come to first after reaching the last item. Please help me on this.

carousel listview

[edited]

enter image description here

I don’t want to use ListView for this.
anyone help me on this. 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-06-01T07:38:50+00:00Added an answer on June 1, 2026 at 7:38 am

    this should get you started. Override your ListView like so:

    private final Transformation mTransformation;
    
    public ListView3d(Context context, AttributeSet attrs) {
        super(context, attrs);
        if (!isInEditMode()) {
            setStaticTransformationsEnabled(true);
            mTransformation = new Transformation();
            mTransformation.setTransformationType(Transformation.TYPE_MATRIX);
        } else {
            mTransformation = null;
        }       
    }
    
    @Override
    protected boolean getChildStaticTransformation(View child, Transformation t) {
        mTransformation.getMatrix().reset();
        final int childTop = Math.max(0,child.getTop());
        final int parentHeight = getHeight();
        final float scale = (float)(parentHeight-(childTop/2))/getHeight();
        Log.i("scale",scale+"");
        final float px = child.getLeft() + (child.getWidth()) / 2;
        final float py = child.getTop() + (child.getHeight()) / 2;
        mTransformation.getMatrix().postScale(scale, scale, px, py);
        t.compose(mTransformation);
        return true;
    }
    

    in getChildStaticTransformation you can achieve various effects (even 3d) by manipulating the matrix accordingly.
    A very good tutorial (which uses another technique can be found here.

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

Sidebar

Related Questions

Has anyone implemented facebook Like on iPhone/iPad? I've done general Facebook Connect implementation before,
Has anyone implemented John Resig's micro-templating in production code? In particular I'd like to
Has anyone implemented the Enterprise Library VAB along wtih Code Contracts in .NET 4.0?
Are there any open-source compression/decomp libraries available for Ruby? Has anyone implemented LZW? Or,
Anyone has a ready implementation of the Reverse Breadth First traversal algorithm in C#?
Has anyone been able to implement a scrollable table in HTML where the TOP
Has anyone got practical experience or a reference for a scheme that implements a
Has anyone an idea how pipebytes.com works ? I need to implement similar system
anyone has a working example of a TTThumbsViewController used with files included in the
Does anyone has any insight on organizing sqlalchemy based projects? I have many tables

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.