I am working on the application in which:
User will have a control to change the background and text (multiples) by doing horizontal swipe for BG and vertical swipe for text. In this case, if I am changing BG, text should remain constant and if I am changing text then BG should remain constant.
Also, I want to add Rubber Band effect
like in iOS when user changes Text and BG.
I am thinking of twoway-view
library to support for vertical and horizontal scrolling. But how to use this library in my case?
Any idea/solution will be appreciated.