Refer,
How to make CLV move smooth ? | B4X Programming Forum
I have seen members using sleep() with position change of views to create slow movement of views.
Now Erel has shown using java object (I do not have much knowledge of it)
My query is can we generalize this java object for any other view movement ?
Like making a view move from top to bottom in a slow smooth way, say.
This code looks simpler to me than adding sleep after every step.
How to make CLV move smooth ? | B4X Programming Forum
How to make CLV move smooth ?
Dear All, Greetings, How to make CLV move smoothy as sliders ? say for this example: https://www.b4x.com/android/forum/threads/cards-list-with-customlistview.87720/#content I made a timer and apply this command Sub Timer2_tick CLV1.ScrollToItem(itemNo) . . End Sub CLV jump...
www.b4x.com
I have seen members using sleep() with position change of views to create slow movement of views.
Now Erel has shown using java object (I do not have much knowledge of it)
My query is can we generalize this java object for any other view movement ?
Like making a view move from top to bottom in a slow smooth way, say.
This code looks simpler to me than adding sleep after every step.