Share My Creation [Project Template] jRDC2 Client [B4X] (B4J, B4A, B4i)

Version: 3.00
Description: JRDC Client Template to be used with [Project Template] jRDC2 Server.

B4A
B4J


GitHub: https://github.com/pyhoon/jrdc2-client-template-b4x

How to use:
  1. Run jRDC2 Server
  2. Create a new project from B4A, B4i or B4J
  3. Change the rdcLink in Main module to jRDC2 server IP and run
B4A and B4i may complain about missing files when opening the project. Compiling in debug or sync the files using Macro will copy the files from shared folder.

Note: When debugging with B4J client, jRDC2 Server need to be run on Release mode.

Version 1.0
 

Attachments

  • JRDC Client (3.00).b4xtemplate
    33.6 KB · Views: 2
Last edited:

aeric

Expert
Licensed User
Longtime User
I was rushing for dinner just now. I added a Refresh/Reconnect button to B4J but I forgot to add to B4A and B4i.
Will add the button in next update.
 

aeric

Expert
Licensed User
Longtime User
Version 2.10 updated

What's New:
  1. Update MainPage layout add a refresh/reconnect button (B4A and B4i)
 

aeric

Expert
Licensed User
Longtime User
Version 3.00

What's New:
  1. Moved template_category.json and template_product.json to a shared directory
  2. Updated libraries references
  3. Refactored B4XMainPage.bas to use Maps for category and product data
  4. Improved dialog handling
  5. Centralized color constants
  6. Removed unused types and constants
  7. Improved code structure for maintainability
  8. Updated icon assets
  9. Updated .gitignore
  10. This version is smaller in file size
 
Last edited:
Top