How can I make a custom ScrollView which moves all the sides. And how do I also find the position where I tapped the ScrollView in andengine?
ScrollView
andengine
T
You can start off of a ClipEntity add a single child Entity to it that holds all the listitems you can translate based on TouchEvents.
Entity
TouchEvent