Sorry for maybe stupid question, I'm just new in android development. I need to implement HorizontalScrollView with 3 ImageView on it. All ImageViews should fit on screen width. If I hold and drag imageview to the left, 1st imageview should be cropped from the left side and this cropped area should appear from the right side of HorizontalScrollView. I.e. HorizontalScrollView should be looks like it closed on itself and you can scroll it endless.I have tried to viewPager for these purposes, but I failed to place all three images at screen.Maybe someone can suggest a possible solution, it it exists.