B4A Library [B4X] [XUI] AS ViewPager based on xCustomListView - Alexander Stolte    Sep 18, 2024   (51 reactions) ,JavaObject,jPager,jReflection
B4a: XUi,Reflection,xCustomListView
B4i: iXUI,xCustomListView....35 (read more)
Add Designer Property BackGestureGap - Only for B4I. If you use the ViewPager... B4A Tutorial TabStripViewPager - Better ViewPager - Erel    Jan 24, 2018   (53 reactions)   tags: abStripViewPager, tab, horizontal scroll, Tabs, tabstrip 5oO37Xvl8E8 This library is based on the following open source project: https://github.com/astuetz/PagerSlidingTabStrip License: http://www.apache.org/licenses/LICENSE-2.0 It is an alternative to StdViewPager. It is simpler to use and looks better. It is implemented as a custom view. It requires B4A v5.8+. It is very simple to add a TabStrip to your app. Add the TabStrip with the visual... 14+), TabStripViewPager also requires Android 4+.... B4J Library jPager - ViewPager - Alexander Stolte    Jul 12, 2024   (13 reactions) This is a high performance pager, optimized for large lists. No flickering or other unwanted... with the NextPage/PreviousPage function.
I spend a lot of time in creating views, some views i need by my self... B4A Code Snippet TabStripViewPager with FontAwesome / Material Icons - Erel    Feb 22, 2017   (14 reactions)   tags: book, Tabs 50754 Step 1: Add a label named lblFontAwesome with the designer. Set its Typeface to FontAwesome and make it invisible. Step 2: Use the code editor Icon Picker to add the icons (right click to find it): TabStrip1.LoadLayout("Page1", "iOS " & Chr(0xF179)) TabStrip1.LoadLayout("Page2", "Android " & Chr(0xF17B)) TabStrip1.LoadLayout("Page3&quo... B4A Library [B4X] [XUI] AS ViewPagerNative based on AHViewPager and iTabstrip - Alexander Stolte    Oct 29, 2021   (9 reactions) must be Object
getCurrentIndex As Int
gets or sets the current index
getNativeViewPager As de... the current index
CurrentIndexAnimated
sets the current index animated
NativeViewPager As de... B4A Example [B4X] AS ViewPager - Auto Play - Alexander Stolte    Feb 16, 2023   (7 reactions) In this example project you can see how to add an auto play feautre to the AS ViewPager. https://www.b4x.com/android/forum/threads/b4x-xui-as-viewpager-based-on-xcustomlistview.116709/ Sub Class_Globals Private tmr_AutoPlay As Timer End Sub Private Sub B4XPage_Created (Root1 As B4XView... End Sub Private Sub tmr_AutoPlay_Tick If ASViewPager1.CurrentIndex = ASViewPager1.Size -1 Then ASViewPager1.CurrentIndex2 = 0 Else ASViewPager1.NextPage End If End Sub... B4i Question Problem swiping to left when using a webview on AS ViewPager - Sandman    Sep 16, 2024 uses AS ViewPager, and the different pages in the pager contains webviews.
In the Simulator all works... this, I just want to check: Is there a known issue on iOS between webviews and AS ViewPager? (And why does... B4A Question A B4XTabStripViewPager - LucaMs    May 24, 2020   (1 reaction) Is there a B4X View similar to the B4A TabStripViewPager? I would like there was one like that, without the top part. (Thinking better about it, it seems to me that the top part is "hidable" (I think this is a my English neologism ?), perhaps setting its height to zero). If it does not exist... who will create it? ? (I can't, I don't have B4i)... B4A Example [B4X] AS ViewPager - Infinite scrolling - Alexander Stolte    Feb 24, 2024   (7 reactions) .
Important
You need AS ViewPager V2.01+
and for B4J, you need V1.02+ of the jPager
147719147720... = Root1
Root.LoadLayout("frm_main")
ASViewPager1.LazyLoading = True
ASViewPager1.LazyLoadingExtraSize = 4
For i = 0 To 20
Dim tmp_xpnl As B4XView = xui...,255))
tmp_xpnl.SetLayoutAnimated(0,0,0,ASViewPager1.Base.Width,ASViewPager1.Base.Height... B4A Question TabStripViewPager hide tab page programmatically. - vfafou    Apr 20, 2017   (2 reactions) Hello! I'm about to use TabStripViewPager for a new project that requires eventually hiding of a specific tab page. I didn't find how could I do that with JavaObject. If it is not implemented, I would like to have it because it's a perfect tab page lib. Thank you in advance!... Page: 1   2   3   4   5   6   7   |