All Questions
Tagged with horizontallist horizontal-scrolling
11 questions
0
votes
2
answers
281
views
WPF Listview Horizontal List
I am using listview in my WPF project. But the items are listed horizontally. I want it to be listed vertically and pass to the second column without a vertical scrollbar. How can I do that?
What I ...
2
votes
0
answers
2k
views
Horizontal Swipe Cards effect - Android
I am trying to find a way to create a horizontal card swipe effect to display some fragments, like in the image attached. I was looking for an alternative, the closest thing I have found was the ...
0
votes
1
answer
940
views
Android Horizontal Images slider
Hi I need to achieve a horizontal image scroller in which the images towards the centre will be zoomed more.
I could achieve somewhat close with horizontal listview and Circular drawable.
Now I ...
0
votes
2
answers
3k
views
Horizontal Slider for shopping app
Am working on a shopping app and want to implement the Horizontal Slider/Pager as shown in the screenshot.
After a brief search found that I can use:
View-pager
Horizontal Grid-view (Library)
...
3
votes
2
answers
2k
views
Android sliding items horizontal like in Duolingo App
I was playing around try to implement sliding functionality like in Duolingo Activity with horizontal lessons list. The link to screen capture of this functionality LINK.
With horizontal slider the ...
2
votes
1
answer
642
views
Animating (Translation) Horizontal listview items
I've an horizontal listview with several textviews. I want to translate (animate) these textviews (items) only from right to left as a circular way, while click a button. Not translate the horizontal ...
0
votes
1
answer
1k
views
How can I achieve Horizontal Listview Smooth Scrolling using left and right arrows?
I am referring this tutorial.
http://www.dev-smart.com/archives/34
How can I achieve smooth left and right scrolling using on touch listener on left and right arrows? Any help will be highly thankful....
0
votes
0
answers
164
views
Listview with horizontal Listviews
I want to make a ListView that contains items that has a Horizontal Listview. I have seen several apps doing this. Netflix does something simular, they use ViewPagers instead of ListViews. My problem ...
0
votes
2
answers
876
views
Android : Add Load more items in Horizontal listview
I am using horizontal list view and adding dynamic data into this, but I want to add an item when the scroll reached to the right most item in the listview.
How can I get that scroll reached to the ...
3
votes
0
answers
275
views
vertical and horizontal scrolling like Pulse application
My application requires both horizontal scroll and vertical scroll together. The number of view items in both the direction are dynamic and will be fetched from database 10 at a time (horizontal ...
0
votes
0
answers
155
views
HorizontalListView inside ListView-NullpointerException
I am trying to implement HorizontalListView(http://www.dev-smart.com/archives/34) inside Listview. But My application closes and Logcat show Exception in Main and NullPointer Exception.
What I tried ...