Android Question Paging/snapping for xCustomListView (without adding extra libraries)

wimpie3

Well-Known Member
Licensed User
Longtime User
In B4I, it's fairly easy to implement horizontal snapping (or paging) in xCustomListView by doing this:
B4X:
Dim sv As ScrollView = MonthListView.sv
sv.PagingEnabled = True
My question is: is the same possible in Android? I know there's a library to implement snapping but that would be overkill when it's as easy to do it in B4A as it is in B4I.
 

wimpie3

Well-Known Member
Licensed User
Longtime User
2. Correct but it kind of 'simulates' the snapping in code, while the b4i solution uses the internal snapping routines
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…