How to create and test a CustomView
How to create and test a CustomView
@Mashiane · 2018-04-04
Magnifying glass example
Magnifying glass example
@Erel · 2018-04-04
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
DBUtils Example
This example demonstrates how DBUtils module can be used in B4J.
@Erel · 2018-03-30
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
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
B4JS - 07 The UI connection (part 2) [ABMaterial]
B4JS - 07 The UI connection (part 2) [ABMaterial]
@alwaysbusy · 2018-03-22
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
Change font type [ABMaterial]
Change font type [ABMaterial]
@Descartex · 2018-03-11
Using ABMFileInput for Profile Pictures [ABMaterial]
Using ABMFileInput for Profile Pictures [ABMaterial]
@Mashiane · 2018-03-11
B4JS - 00 Introduction [ABMaterial]
B4JS - 00 Introduction [ABMaterial]
@alwaysbusy · 2018-03-10
B4JS - 01 Getting Started [ABMaterial]
B4JS - 01 Getting Started [ABMaterial]
@alwaysbusy · 2018-03-08
B4JS - 06 The UI Connection [ABMaterial]
B4JS - 06 The UI Connection [ABMaterial]
@alwaysbusy · 2018-03-08
Backup (dump) Sqlite tables via jShell + *.bat file
Backup (dump) Sqlite tables via jShell + *.bat file
@KMatle · 2018-03-08
B4JS - 05 JSON & Ajax Calls [ABMaterial]
B4JS - 05 JSON & Ajax Calls [ABMaterial]
@alwaysbusy · 2018-03-07
B4JS - 02 Core Functions [ABMaterial]
B4JS - 02 Core Functions [ABMaterial]
@alwaysbusy · 2018-03-06
B4JS - 03 Inline Javascript [ABMaterial]
B4JS - 03 Inline Javascript [ABMaterial]
@alwaysbusy · 2018-03-06
B4JS - 04 Running Javascript on the server side (mini NodeJS?) [ABMaterial]
B4JS - 04 Running Javascript on the server side (mini NodeJS?) [ABMaterial]
@alwaysbusy · 2018-03-06
Data Collection Solution - Device, Desktop and Web reports [Server]
Data Collection Solution - Device, Desktop and Web reports [Server]
@Erel · 2018-03-05
2.0 introducing B4JS [ABMaterial]
This post is no longer valid! B4JS has been rewritten from the ground up and will first introduced in In ABM 4.25. Stay tuned⦠B4JS, a B4J to JavaScript translator that will be first used in the ABMXPlay component
@alwaysbusy · 2018-03-02
Creating a Sign In Modal Dialog with Options: Part 1 [ABMaterial]
Creating a Sign In Modal Dialog with Options: Part 1 [ABMaterial]
@Mashiane · 2018-02-23
Creating a Sign In Modal Dialog with Options: Part 3.1 [ABMaterial]
Creating a Sign In Modal Dialog with Options: Part 3.1 [ABMaterial]
@Mashiane · 2018-02-23
New component ABMFileManager (4.25) [ABMaterial]
New component ABMFileManager (4.25) [ABMaterial]
@alwaysbusy · 2018-02-23
Creating a Sign In Modal Dialog with Options: Part 2 [ABMaterial]
Creating a Sign In Modal Dialog with Options: Part 2 [ABMaterial]
@Mashiane · 2018-02-22
Creating a Sign In Modal Dialog with Options: Part 2.1 [ABMaterial]
Creating a Sign In Modal Dialog with Options: Part 2.1 [ABMaterial]
@Mashiane · 2018-02-22
Creating a Sign In Modal Dialog with Options: Part 3 [ABMaterial]
Creating a Sign In Modal Dialog with Options: Part 3 [ABMaterial]
@Mashiane · 2018-02-22
Resumable Subs - Sleep / Wait For
Resumable subs is a new feature added in B4J v5.50. It dramatically simplifies the handling of asynchronous tasks. (This feature is a variant of stackless coroutines.) The special feature of resumable subs is that they can be paused, without pausing the executing thread, and later be resumed. The program doesn''t wait for the resumable sub to be continued. Other events will be raised as usual. Any sub with one or more calls to Sleep or Wait For is a resumable subs. The IDE shows an indicator next to the sub declaration
@Erel · 2018-02-22
SERVER IRC (Internet Relay Chat) B4J
SERVER IRC (Internet Relay Chat)
@Star-Dust · 2018-02-19
Beginning JQuery Mobile with OneEvery
Beginning JQuery Mobile with OneEvery
@Mashiane · 2018-01-31
Using the CLI [OneEvery]
Using the CLI [OneEvery]. Anyway, having noted that the Twitter Bootstrap learning curve is going smoothly, OneEvery seems to be maturing surely but slowly for this part, a CLI (Command Line Interface) seemed the right thing to do. With this, I''m able to maintain pages, maintain html elements and also maintain classes linked to each html element as demonstrated in this video. I have opted for coding against drag n drop so that I can also learn as I go along. The nice thing is the underlying html code is independent of a framework really and the limitation is to ones imagination in terms of what one can do with the html and css.
@Mashiane · 2018-01-31