Hi,
I'm currently using a Scrollview in B4 to swipe between 2 "screens" (horizontally) and I'm using
to display the "screen" I'm currently on. Property 'paging enabled" and "bounces" are set to TRUE.
What's the best alternative in B4A / Android ?
Thanks
I'm currently using a Scrollview in B4 to swipe between 2 "screens" (horizontally) and I'm using
B4X:
noPageControl = noPageControl.Initialize("UIPageControl").RunMethod("new", Null)
PageControl = noPageControl
Page1.RootPanel.AddView(PageControl, 0, 80%y, 100%x, 40dip)
noPageControl.SetField("numberOfPages", panels.Size)
noPageControl.SetField("enabled", False)
to display the "screen" I'm currently on. Property 'paging enabled" and "bounces" are set to TRUE.
What's the best alternative in B4A / Android ?
Thanks