OK! I've been trying to do this on and of for the last few weeks and cant seem to find a good solution to how I can accomplish what I want. Been trying with HorizontalScrollView, Gallery (which is deprecated).
I am now looking into RecycleView because I came over this method .smoothScrollToPosition() and thought that might help me.
Here is an illustration of what I want to accomplish:
I also have to be able to create the relativelayouts programmatically
Can anyone point out to me how this can be accomplished? Is there any native way to do it?
EDIT: After looking further in to @CommonsWare suggestion about looking into ViewPager and the commonsware.com/blog/2012/08/20/ third post from Dave Smith I think this is the way to go. Havent modefied it to my use yet, but its looking good.
I am using Dave Smiths sample from his Github: https://gist.github.com/devunwired/8cbe094bb7a783e37ad1