Superjay
(Jay Lee)
February 26, 2021, 10:13pm
#1
I want to make screen like this:
I want to implement this cool UI with Kodular. I tried ViewPager and ViewFlipper but I don’t think they work properly (Well maybe that’s because I don’t know how to use them properly). Which component implement this Swipe UI?
marco_tanzi
(Marco Tanzi)
February 26, 2021, 11:20pm
#2
FancyGallery gives you the possibility to create a wonderful Slide Show of images.
Build your gallery with just a few clicks.
Features:
Support images from url or from local
Infinite number of slides
Caption
Autoplay
Controls
Download
Thumbnail
clickListener
Animation
Zoom
Natural width of image
Options:
Images String (String + separator)
Caption String (String + separator)
NumOfImages int (num of images to load)
Boolean autoplay (True / False)
Controls boolean (True / False) …
This Is similari to what you want.
Vaibhav
(Vaibhav)
February 27, 2021, 4:39am
#3
There is a guide I guess for exactly same thing that you want
1.Introduction
Hey Koders, Nikhil here,
And I’m back with another tutorial in which we will learn to create Slider of anything with no limitation…
2.What you need?
Basic Calculation understanding…
This tutorial is little bit tricky and not so easy to understand so try to understand
3.Extension Used
ScrollArrangementHandlers
Use this extension
4.Layout
[image]
4.1.Remember this
Width of card is 80%
Spaces at starting and ending of arrangement is of 10% so that we can set card to c…
Superjay
(Jay Lee)
February 27, 2021, 7:42am
#4
It may be work, but I am not home, so I will try this two day later.
Thank you for response!