Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get current position from fancycoverflow? #34

Closed
SakthivelA opened this issue Oct 13, 2014 · 3 comments
Closed

How to get current position from fancycoverflow? #34

SakthivelA opened this issue Oct 13, 2014 · 3 comments

Comments

@SakthivelA
Copy link

Hi, good library for this one but i have some issues, how can i get current position from this coverflow?. When i scroll to play with this, i need to get the center of child position. Please quick reply to this one.

Thanks in advance.

@davidschreiber
Copy link
Owner

Sorry but I no longer maintain this project. I will still keep this project as reference for future visitors but I highly recommend to implement the coverflow itself using Android's new RecyclerView.

@deepakrokz
Copy link

this.fancyCoverFlow.setOnItemSelectedListener(new OnItemSelectedListener() {

    @Override
    public void onItemSelected(AdapterView<?> parent, View view,
            int position, long id) {
         Log.d("fancyFlowCurPos ", String.valueOf(position));
    }

    @Override
    public void onNothingSelected(AdapterView<?> parent) {

    }
});

@shubham-infosys
Copy link

@SakthivelA Hello. Have you found any solution this. Please let me know in case you are able to get the centre position node. Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants