I used Synchronise ScrollView scroll positions - android to synchronize 2 scroll views . I this we implement an interface an
protected void onScrollChanged(int x, int y, int oldx, int oldy); .
now can anybody tell me how to use this inteface or any other method for synchronizing four views simultaneously because onScrollChanged() in in-build method and use coordinate of only 2 scroll views. but I have to scroll 4 views. If there is any method please tell me. Thanks in advance.