serializator

  1. Dave O

    Android Question B4XSerializator and types declared outside main module

    B4XSerializator says that it wants any types to be defined in the Main module. Why is that? Background: I'm building a multi-user version of my checklist app using CloudKVS, which uses B4XSerializator to send objects back and forth. Normally I declare my types and most global variables and...
  2. Kevin

    B4R Question How do I remove an object from array?

    I used the ESP Configurator to get me started with communicating with my ESP-12E. When I then tried using the B4A client example to communicate with it, it ended up screwing up the WiFi settings on the ESP. I quickly realized why after looking at the code. So now I intend to add a "header" so...
Top