B4ASnippetComms & Network
Testing for working Internet connnection
Testing for working Internet connnection
@Derek Johnson · 2019-10-06
B4ASnippetDatabase [''NOW''][SQLITE]
datetime[''now''] [SQLite]
datetime[''now''] [SQLite]
@aeric · 2019-10-03
B4ASnippetWebView
WebView and Particle.JS
Ever wondering my B4A app has nice looking background with animation, to be honest - i know nothing about live wallpaper nor how to create bitmap animation using canvas. I ever saw in the net, a page using nice animation called Particle.JS. It''s javascript code to generate the wonderful animation. So i made simple login page which use WebView as animation background.
@rraswisak · 2019-09-28
B4ASnippetFile handling [SOURCE CODE]
File Explorer [source code]
What distinguishes this from other explorers is that the upper beam (← back) it is not controlled as the other elements of the list (it always remains in place), always available and in view.
@T201016 · 2019-09-27
B4ASnippetB4A
Detect Current Orientation
This sub will assist you to determine the current orientation of your activity.
@DawningTruth · 2019-09-22
B4ASnippetUpdater
Update your App without using the Gplaystore
This app shows you how you can control the updating of your apps. It is a stripped down version of what we use in our production apps. We removed all our apps from the play store and developed this method. Please feel free to use/modify it.
@Jmu5667 · 2019-09-19
B4ASnippetOS
GetSDKname
Get the name of an SDK release
@DonManfred · 2019-08-23
B4ASnippetOS
GetSDKVersion
Returns the SDK-Version of the device running this code
@DonManfred · 2019-08-23
B4ASnippetList- and scrollview
CLVSwipe with images
I modified CLVSwipe to allow images, not just text on the Swipe
@MrKim · 2019-08-21
B4ASnippetOther [BRAZILIAN DOCUMENT]
Gerador de CPF [Brazilian document]
Example of how to randomly generate valid CPF (Brazilian document).
@Douglas Farias · 2019-08-10
B4ASnippetFirebase
Firebase Authex - login mail/password SOLVED
Allows you to enter a firebase with the email / password, avoiding errors that cannot be resolved in the library.
@gregorio_adrian_gimenez · 2019-07-28
B4ASnippetLogging/Exceptions
Parsing your apps logs
Parsing your apps logs
@Erel · 2019-07-23
B4ASnippetAnimation
Animation with SetLayoutAnimated
Animation with SetLayoutAnimated
@rraswisak · 2019-07-20
B4ASnippetDatabase [OR LIST OR ARRAY ETC.]
Group and count Recordset [or list or array etc.]
Needed a fast way to take a recordset and group and count a specified column, so that is get the unique items of that column and count the occurrences of all those unique items. A recordset with a column with largish (10 to 2000 chars) and about 400000 rows produces a map with 60000 values and counts in about 700 milli-seconds.
@RB Smissaert · 2019-07-16
B4ASnippetStrings
Remove linefeeds & carriagereturn/linefeeds from strings
Remove linefeeds & carriagereturn/linefeeds from strings
@gravel · 2019-07-15
B4ASnippetStrings
Remove multiple spaces inside strings
Remove multiple spaces inside strings
@gravel · 2019-07-15
B4ASnippetJSON
PyJSON
A treat for my Pythonic friends who got used to its JSON module
@wonder · 2019-06-11
B4ASnippethtml
Load HTML to Label B4A
This is how you can set HTML data to Label (works only in release mode),
@Brandsum · 2019-06-09
B4ASnippetPhone
PhoneStateChanged sample: all possible calling states
PhoneStateChanged sample: all possible calling states
@peacemaker · 2019-06-06
B4ASnippetB4A
Tricks Anti Debug - Anti Proxy
Check if your app is - intercepted by a proxy - hooked to a process to debug
@MarcoRome · 2019-06-05
B4ASnippetB4A
VB6 VBA uses prefix mode and data structure of prefix mode.
VB6 VBA uses prefix mode and data structure of prefix mode.
@boy8199 · 2019-06-05
B4ASnippetGame [LIBGDX CATMULLROMSPLINE]
Constant Speed Progress Calculator [LibGDX CatMullRomSpline]
Constant Speed Progress Calculator [LibGDX CatMullRomSpline]
@wonder · 2019-05-29
B4ASnippetMaths
Return NaN and Infinity
Return NaN and Infinity
@wonder · 2019-05-22
B4ASnippetRandomise
Randomly shuffle a string array
Randomly shuffle a string array
@Peter Simpson · 2019-05-19
B4ASnippetCharSequence / CSBuilder
Store CSBuilder formatted text in plain .txt file
Store CSBuilder formatted text in plain .txt file
@Ivan Aldaz · 2019-05-19
B4ASnippetRegEx
Find Numbers RegEx Expressions
A list of expressions to use with RegEx
@icakinser · 2019-05-11
B4ASnippetDate/time [SQL]
Convert DateTimeString dd.mm.YYYY HH:MM to Android DateTimeLongValue [SQL]
Code to convert a given DateTimeString in "dd.mm.YYYY HH:MM" format within an SQLite statement to an Android LongValue in ms.
@fredo · 2019-05-10
B4ASnippetCheckbox
Change CheckBox colors
Change CheckBox colors
@Erel · 2019-05-07
B4ASnippetCharSequence / CSBuilder
Change Tab Stop on Labels and Listview using CSBuilder
Change Tab Stop on Labels and Listview using CSBuilder
@William Lancee · 2019-05-07
B4ASnippetCRC
Get CRC32 from File
Get CRC32 from File
@wonder · 2019-04-30