iOS Question b4a to b4i: AHViewPager

RanSoft

Member
Licensed User
Longtime User
In B4A I used the library AHViewPager defining for example:
Dim ContainerMain As AHPageContainer
Dim PagerMain As AHViewPager

In b4i, once defined:
Public NavControl AsNavigationController
Private MainPage As Page

I would need to work with a AHViewPager object within an object Page ...
And 'possible with b4i? Is there a library similar to AHViewPager?
Thank you.
 

Mashiane

Expert
Licensed User
Longtime User
In B4A I used the library AHViewPager defining for example:
Dim ContainerMain As AHPageContainer
Dim PagerMain As AHViewPager

In b4i, once defined:
Public NavControl AsNavigationController
Private MainPage As Page

I would need to work with a AHViewPager object within an object Page ...
And 'possible with b4i? Is there a library similar to AHViewPager?
Thank you.
Have a look at this

https://www.b4x.com/android/forum/t...s-adopted-from-ahviewpager.69121/#post-438460
 
Upvote 0
Top