Search code examples
androidscrollviewright-to-left

Scroll view to left in android app


in my app i have place a text view in the middle of the layout and when i scroll screen to left i want to show the google maps. So far i am showing the google aps by ontouch method.

how to perform this...


Solution

  • You can use a third party called SwipeView.

    It's an extension of the HorizontalScrollView class.