B4A Library Google VR - warwound    Feb 2, 2017   (27 reactions)   tags: Erel, 360 Video This library wraps the 'pano' and 'video' packages from the Google VR for Android API.
Enabling you to display mono and stereo 360° VR images and videos in your projects.
Look... B4A Library [B4X] BCToast - Cross platform custom toast message - Erel    Dec 6, 2020   (34 reactions) BCToast is a custom "toast" message implementation based on BCTextEngine: https://www.b4x.com/android/forum/threads/b4x-bctextengine-bbcodeview-text-engine-bbcode-parser-rich-text-view.106207/#content It requires BCTextEngine v1.65+. https://www.b4x.com/basic4android/images/java_Vr5tF2Iymf.png Note that unlike B4A built-in toast message feature, this toast message can only be displayed from an Activity. Usage example: Sub Globals Private toast As BCToast End Sub Sub... B4J Library Hutool library - tummosoft (first post)    Feb 10, 2026 .eyJyb2xlIjoiQURNSU4iLCJleHAiOjE3NzA3NzM5MTg3NTksInVzZXJJZCI6MTAwMSwidXNlcm5hbWUiOiJhZG1pbiJ9.eCV45D9F_-oVoiJJBcL0VPSCuj_gTL32QnGHZMGQ-_k"
Dim vr As Boolean = jwt.verify(token, SECRET)
Log(vr)
Dim userId As Object = jwt.GetPayload(token, "userId"... B4J Library JStringFunctions Beta - Reinierus (first post)    Nov 25, 2015 Hello. I am trying this code: vrCCMulti=vrCursor.GetString("CC") vrCCInicio=1 For i=1 To StringFuncion.Len(vrCCMulti) vrCCCaracter=StringFuncion.Mid(vrCCMulti,i,1) If vrCCCaracter=";" Then Log(vrCCInicio) vrDirecCC=StringFuncion.Mid(vrCCMulti,vrCCInicio,i-1) Log(vrDirecCC) vrSMTP.CC.Add(vrDirecCC) vrCCInicio=i+1 End If Next Where vrCCMulti... B4A Library [B4X] [B4A]🎨 B4XDaisySvgIcon - Crisp Native SVG Rendering with DaisyUI Variants! - Mashiane    Feb 24, 2026   (5 reactions) (iconView) ' Fit the render to the parent bounds p02Vpij3vrs Related Content... B4A Library VRCalendarView - somed3v3loper    May 9, 2019   (14 reactions) _oncalendardayclick (day As VrCalendarDay) _oncalendardaylongclick (day As VrCalendarDay) Fields... As Int VrCalendarDay Functions: Initialize IsInitialized As Boolean Properties: Date As java.util.Date Time As Long VrCalendarDaySettings As VrCalendarDaySettings VrCalendarDaySettings Functions: Initialize IsInitialized As Boolean Properties: Day As Int... B4A Library EasyAR (Augmented Reality) Library UPDATED! - DaniDPX (first post)    Oct 7, 2019 @walterf25 Awesome work you’ve done! I’ve been looking for an AR/VR library for a while and finally I got 1 working lib. Can’t wait to integrate it with my app. when are you planning to release examples?... B4A Library [Custom View] Speak Button - derez (first post)    Dec 29, 2013 (TargetModule As Object, EventName As String)
Module = TargetModule
Ename = EventName
vr.Initialize("vr")
End Sub
2. Changed the Result sub to:
Private Sub vr_Result (Success As Boolean... B4i Library iRSA - RSA encryption / decryption - Erel    Sep 3, 2017   (6 reactions) + VrFcPJW9Xk28CNY6Xnvkin815o2Q0JUHIIIod1eVKCiYDUzZAYAsW0gefJ49sJ4Y iRJN2QJAKuxeQX2s/NWKfz1rRNIiUnvTBoZ/SvCxcrYcxsvoe9bAi7KCMdxObJkn... B4A Library MSMaterialDialogs - thedesolatesoul    Mar 29, 2015   (23 reactions) ://i58.tinypic.com/28c1vr8.jpg http://i59.tinypic.com/2sajn2b.jpg Example Quick Alert Dialog: Sub... Page: 1   2   3   |