janishar / PlaceHolderView

This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to generate bind classes. DOCS -->
http://janishar.com/PlaceHolderView
Apache License 2.0
2.11k stars 369 forks source link

swipe direction #78

Open iamrama opened 6 years ago

iamrama commented 6 years ago

Hi Janishar. sorry for my English. i want to implement only right and left direction in PlaceHolderView.can you please give me some idea to use it.thank you

janishar commented 6 years ago

Hello, you can do this by providing the SWIPE_TYPE_HORIZONTAL flag

mSwipView.getBuilder()
               .setSwipeType(SwipePlaceHolderView.SWIPE_TYPE_HORIZONTAL) 
iamrama commented 6 years ago

thanks for your answer.its working for me.but I need to use multiple Profile like tinder vertical swipe on a card.can you give me some idea about that, please

janishar commented 6 years ago

@rkk027 check this release note : https://github.com/janishar/PlaceHolderView/releases/tag/0.7.0

iamrama commented 6 years ago

Hi Janishar.Thanks for your answer.its working for me but, I need horizontal scrolling and vertical for multiple images on a single card.please can you give some ideas.

anshusharma13 commented 6 years ago

Hi janishar, I need scroll inside the card, Is it possible?If Yes, then please let me know and help me out.

janishar commented 6 years ago

@anshusharma13 The Scroll View inside card is not yet supported