B4JTutorialSocial
TwitterZapier Library Tutorial
As I wanted to post messages to Twitter within my B4J app I couldn''t find any Twitter library''s (or code) to use with B4J, so I created this small library to allow me to tweet messages to Twitter.
@aaronk · 2018-07-21
B4JTutorialABMaterial [ABMATERIAL]
Package your WebApp with InnoSetup [ABMaterial]
Package your WebApp with InnoSetup [ABMaterial]
@Mashiane · 2018-07-14
B4JTutorialhttp [SERVER]
Conscrypt and Http/2 [server]
Http/2 is a newer version of the Http protocol. It provides better performance over Http 1.1 with lower overhead. If the browser doesn''t support Http/2 then it will switch automatically to Http 1.1. Conscrypt is an open source project developed by Google that provides an alternative SSL provider. 1. It provides better performance than the default SSL provider. 2. It supports Http/2, including with Java 8. The default provider supports Http/2 starting from Java 9. This means that you have two options to enable Http/2: 1. With Java 9+ and the default provider. 2. With Java 8+ and Conscrypt. Conscrypt is the recommended provider. Note that you can use Conscrypt without Http/2.
@Erel · 2018-07-01
B4JTutorialABMaterial [ABMATERIAL]
Me like Donuts [ABMaterial]
Me like Donuts [ABMaterial] - Morris chart
@Mashiane · 2018-06-12
B4JTutorialABMaterial [ABMATERIAL]
Custom Component CustomChartJS [ABMaterial]
Custom Component CustomChartJS [ABMaterial]
@rwblinn · 2018-06-08
B4JTutorialB4J
B4J HowTo''s
B4J HowTo''s
@rwblinn · 2018-06-07
B4JTutorialABMaterial [ABMATERIAL]
How to fit ABMGoogleMap to RC with SetFixedHeightFromBottom? [ABMaterial]
How to fit ABMGoogleMap to RC with SetFixedHeightFromBottom? [ABMaterial]
@Mashiane · 2018-05-31
B4JTutorialABMaterial [ABMATERIAL]
Creating a color grid container [ABMaterial]
Creating a color grid container [ABMaterial]
@Mashiane · 2018-05-29
B4JTutorialCertificate [SERVER]
Valid SSL certificate for localhost for your development machine [SERVER]
Valid SSL certificate for localhost for your development machine [SERVER]
@mindful · 2018-05-16
B4JTutorialhttp [SERVER]
Http/2 Configuration [server]
B4J v4.00 adds support for Http/2. This is the new version of the Http protocol.
@Erel · 2018-05-15
B4JTutorialDatabase
jRDC2 - B4J implementation of RDC using JDBC microsoft
I used the example that Erel published to create my application and connect it to a server database microsft sql server 2008, in principle I used the odbc open source of JTDS but I had the problem that it only reads the first instance installed on the server, being a problem because I have more than one instance, and only read the first intancia that has been installed. later I found the odbc of microsoft and this worked me without problem
@Vania Contreras · 2018-05-04
B4JTutorialLogging/Exceptions
Logserver using in multiple modules / classes.
LogServer can only accept one connection at a time, therefore we should not initialize the LogServerClient multiple times to access it from different classes / modules. Instead, declare it as a Public Process_Global and initialize the LogServerClient in your Main module, then access it from Main in other modules you want to use it from.
@stevel05 · 2018-04-30
B4JTutorialLogging/Exceptions
LogServer sending complex data
Data from classes, types or any other object can be sent as a message to LogServer by writing a Sub to format the data in an easily readable manner.
@stevel05 · 2018-04-30
B4JTutorialB4J
Fix trails when moving Nodes
If youre creating apps that work with moving nodes (in my case D''n''D), you may als have seen that moving nodes sometimes results in ugly trails on the Parent Pane. Heres how to fix that: We tell JFX to cache the nodes style, that results in a way faster redrawing.
@nobbi59 · 2018-04-27
B4JTutorialABMaterial [ABMATERIAL]
Opening your app inside B4A WebView [ABMaterial]
Opening your app inside B4A WebView [ABMaterial]
@Mashiane · 2018-04-23
B4JTutorialABMaterial [ABMATERIAL]
Creating the diagram.. [ABMaterial]
Creating the diagram.. [ABMaterial]
@Mashiane · 2018-04-17
B4JTutorialABMaterial [ABMATERIAL][SOLVED]
How to set a default date to be blank? [ABMaterial] [SOLVED]
How to set a default date to be blank? [ABMaterial] [SOLVED]
@Mashiane · 2018-04-10
B4JTutorialABMaterial [ABMATERIAL]
Understanding Events with Helper Classes [ABMaterial]
Understanding Events with Helper Classes [ABMaterial]
@Mashiane · 2018-04-05
B4JTutorialImages
Magnifying glass example
Magnifying glass example
@Erel · 2018-04-04
B4JTutorialB4J
How to create and test a CustomView
How to create and test a CustomView
@Mashiane · 2018-04-04
B4JTutorialBlockchain
Another Blockchain example
Here is a port of the code presented as a tutorial here: https://medium.com/programmers-bloc...chain-java-tutorial-from-scratch-6eeed3cb03fa It includes examples of blockchain, transactions, wallets and mining.
@stevel05 · 2018-04-03
B4JTutorialB4J Server [SERVER]
Send and receive objects [Server]
This is an old example. Better use B4XSerializator to serialize objects. Send and receive objects [Server]
@Erel · 2018-03-30
B4JTutorialDatabase
DBUtils Example
This example demonstrates how DBUtils module can be used in B4J.
@Erel · 2018-03-30
B4JTutorialFirebase
Firebase Service (Server) Example
This is an example/tutorial of a Server that manages Firebase Subscribtions, Unsubscribtions and SendMessages2Topics with the Power of B4J Server! The advantage is, requests are processed very quickly (barely waiting period), I do not have to start a script, save resources of the VPS or Server. On average, I had a waiting time between 4-6 milliseconds until a message was sent with this service. if i start a script and send a message over it then 4-5 seconds.
@Alexander Stolte · 2018-03-28
B4JTutorialABMaterial [ABMATERIAL]
B4JS - 07 The UI connection (part 2) [ABMaterial]
B4JS - 07 The UI connection (part 2) [ABMaterial]
@alwaysbusy · 2018-03-22
B4JTutorialRadioButton [SOLVED]
How to measure the width taken by a radio button? [SOLVED]
How to measure the width taken by a radio button? [SOLVED]
@Mashiane · 2018-03-18
B4JTutorialABMaterial [ABMATERIAL]
Using ABMFileInput for Profile Pictures [ABMaterial]
Using ABMFileInput for Profile Pictures [ABMaterial]
@Mashiane · 2018-03-11
B4JTutorialABMaterial [ABMATERIAL]
Change font type [ABMaterial]
Change font type [ABMaterial]
@Descartex · 2018-03-11
B4JTutorialABMaterial [ABMATERIAL]
B4JS - 00 Introduction [ABMaterial]
B4JS - 00 Introduction [ABMaterial]
@alwaysbusy · 2018-03-10
B4JTutorialDatabase
Backup (dump) Sqlite tables via jShell + *.bat file
Backup (dump) Sqlite tables via jShell + *.bat file
@KMatle · 2018-03-08