Android Open Source - CarouselUsingListView On Custom List View Scroll Change Listener






From Project

Back to project page CarouselUsingListView.

License

The source code is released under:

Apache License

If you think the Android project CarouselUsingListView listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.example.musiccaroseul;

public interface OnCustomListViewScrollChangeListener 
{
  public void OnCustomListViewScrollChange(int x,int y,int oldX , int OldY); 
}




Java Source Code List

com.example.musiccaroseul.CustomListView.java
com.example.musiccaroseul.MainActivity.java
com.example.musiccaroseul.OnCustomListViewScrollChangeListener.java