B4A Tutorial Custom transitions between activities - Erel    Feb 16, 2012   (3 reactions) This short tutorial will explain how to create custom transitions between activities....GetActivity
r.RunMethod4("overridePendingTransition", Array As Object(in, out), Array... B4A Tutorial Custom transitions between activities (+10 effects) - Abdull Cadre    Feb 3, 2021   (10 reactions) Based in this topic 107348 link to download Link to download source code... B4A Question [Solved] B4XPages and Custom transitions between activities (Interstitial Ad) - asales    Jun 14, 2020 /android/forum/threads/custom-transitions-between-activities.15065/#content
The interstitial is annoy...:154)
at android.app.ActivityThread.main(ActivityThread.java:6123)
at java.lang.reflect.Method... this transitions with B4XPages?... B4A Question [CLOSED] Custom transitions between activities ? - lemonisdead    Feb 12, 2015 Hello,
Please, do you know if the Custom Transitions between activities should still work with Android 4.4.4 ?
I am asking this because on one specific model (smartphone no name with a "special launcher"), I get some "flip flap" effect while going from one activity to another... B4A Question Custom transitions between B4XPages - asales    Jun 24, 2020 I use this code to create an animation transition (left/right or right/left) between activities: https://www.b4x.com/android/forum/threads/custom-transitions-between-activities.15065/#content Is possible to make this with B4XPages? If yes, how? Thanks in advance for any tip.... B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    Dec 24, 2023   (46 reactions)   tags: CustomListView, xcutomlistbox card, xuiCLV, CUSTOMLIST, Erel, XUI Update: As several other libraries depend on xCustomListView library, it is no longer recommended... xCustomListView is an implementation of CustomListView based on XUI library. It provides all the features of the original CustomListView and it is compatible with B4A, B4J and B4i. https://www.b4x.com.../basic4android/images/SS-2017-12-27_16.20.44.png This class replaces the platform specific CustomListView... #${i}"$) Don't use the source code. Use the preinstalled xCustomListView library instead... B4A Library UltimateWebView Custom View - Ivica Golubovic    Jan 1, 2024   (55 reactions) " /> ) UltimateWebView is a Custom View Library and it is possible to add a View through... Region #Region Activity Attributes #FullScreen: False #IncludeTitle: True #End Region... 'These global variables will be redeclared each time the activity is created. 'These... As Button Private UltimateWebView1 As UltimateWebView End Sub Sub Activity_Create(FirstTime...: Activity.LoadLayout("Main") UltimateWebView1.SetWebViewClient 'Sets... B4A Question xCustomListView with Four Columns of Imageviews and many Rows - Mahares    Jan 12, 2019 the list, the xCustomListView works well, but if I move from customlistview item to item in the order... B4A Tutorial [B4X] [XUI] CustomListView - lazy loading / virtualization - Erel    Nov 16, 2023   (39 reactions)   tags: customlist view card, CustomListView, Virtualiza, XCustomListView, xuiCLV, B4X xCustomListView v1.50 adds an important new event named VisibleRangeChanged. This event is fired whenever the visible range of items changes. We can use this event to defer the items creation. This can significantly improve the performance of lists with complex items. As an example, if we try to create a list with 1000 cards with this code (based on https://www.b4x.com/android/forum/threads... there is any state that needs to be preserved then you should add it to the custom type that is used... B4A Library [B4X] PreoptimizedCLV - Lazy loading extension for xCustomListView - Erel    Aug 28, 2025   (44 reactions) Globals Private CustomListView1 As CustomListView Private PCLV As PreoptimizedCLV Private xui As XUI Private Label1 As B4XView End Sub Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("1") PCLV.Initialize(Me, "PCLV", CustomListView1) Dim...This is a cross platform class that extends xCustomListView and makes it "lazier". Lazy.... It is simplest to implement and the easiest one to customize. This method is good for up to several hundred... Page: 1   2   3   4   5   6   7   |