Search code examples
androidandroid-layoutandroid-controls

Implement gallery-like slider control


Can't find how to implement such control and don't know even it's name:

enter image description here

Every 1, 2 and 3 elements are the same custom controls (let name them items). Items should be slideable in both directions by finger and (will be great) also by tapping according dots below control. It is important to see the whole single item at the screen (not part of 1st and part of 2nd like with ListView).

Is it implementable on Android? If so, please, show how to do this and tell me the name of this control.


Solution

  • Here is a sample with the same that follows your requirement

    Android - ViewPagerIndicator Demo