Testing for working Internet connnection
Testing for working Internet connnection
@Derek Johnson · 2019-10-06
datetime[''now''] [SQLite]
datetime[''now''] [SQLite]
@aeric · 2019-10-03
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
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
Detect Current Orientation
This sub will assist you to determine the current orientation of your activity.
@DawningTruth · 2019-09-22
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
GetSDKname
Get the name of an SDK release
@DonManfred · 2019-08-23
GetSDKVersion
Returns the SDK-Version of the device running this code
@DonManfred · 2019-08-23
CLVSwipe with images
I modified CLVSwipe to allow images, not just text on the Swipe
@MrKim · 2019-08-21
Gerador de CPF [Brazilian document]
Example of how to randomly generate valid CPF (Brazilian document).
@Douglas Farias · 2019-08-10
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
Parsing your apps logs
Parsing your apps logs
@Erel · 2019-07-23
Animation with SetLayoutAnimated
Animation with SetLayoutAnimated
@rraswisak · 2019-07-20
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
Remove linefeeds & carriagereturn/linefeeds from strings
Remove linefeeds & carriagereturn/linefeeds from strings
@gravel · 2019-07-15
Remove multiple spaces inside strings
Remove multiple spaces inside strings
@gravel · 2019-07-15
PyJSON
A treat for my Pythonic friends who got used to its JSON module
@wonder · 2019-06-11
Load HTML to Label B4A
This is how you can set HTML data to Label (works only in release mode),
@Brandsum · 2019-06-09
PhoneStateChanged sample: all possible calling states
PhoneStateChanged sample: all possible calling states
@peacemaker · 2019-06-06
Tricks Anti Debug - Anti Proxy
Check if your app is - intercepted by a proxy - hooked to a process to debug
@MarcoRome · 2019-06-05
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
Constant Speed Progress Calculator [LibGDX CatMullRomSpline]
Constant Speed Progress Calculator [LibGDX CatMullRomSpline]
@wonder · 2019-05-29
Return NaN and Infinity
Return NaN and Infinity
@wonder · 2019-05-22
Randomly shuffle a string array
Randomly shuffle a string array
@Peter Simpson · 2019-05-19
Store CSBuilder formatted text in plain .txt file
Store CSBuilder formatted text in plain .txt file
@Ivan Aldaz · 2019-05-19
Find Numbers RegEx Expressions
A list of expressions to use with RegEx
@icakinser · 2019-05-11
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
Change CheckBox colors
Change CheckBox colors
@Erel · 2019-05-07
Change Tab Stop on Labels and Listview using CSBuilder
Change Tab Stop on Labels and Listview using CSBuilder
@William Lancee · 2019-05-07
Get CRC32 from File
Get CRC32 from File
@wonder · 2019-04-30