custom types

  1. M

    Android Question Save Map with custom Type to file

    Hello everyone. I've a Map, that will be saved using File.WriteMap Dim m1 As Map = CreateMap("Version": AppVersion, _ "Thing1": -1, _ "Thing2": "", _ "Thing3": "", _...
  2. C

    Android Question Can I modify a custom type, while it's already used in a database list?

    I'm using a custom type that consists of keys like title, text, datetime, keywords etc. My simple "database" is just a list of hundreds of these. The problem is that as for now I'm using their Unix times to identify them, and that was a big mistake, as due to how the app works there will be...
  3. Rasoull

    Android Question Read List Contain type

    Hello, I have a list whose items are custom type. The list is stored in memory with Jsongenerator, but when I read those types, they are recognized as a string. How can I read the types from the list?
  4. Chris160179

    B4R Question save custom Type to GlobalStore

    Hello Everybody, I want to save custom type variables in a GlobalStore slot. I can compile and run my code, but when I try to log the saved IP address, the ESP8266 crashes. My code: #Region Project Attributes #AutoFlushLogs: True #CheckArrayBounds: True #StackBufferSize: 300 #End...
  5. LucaMs

    B4J Question Websocket & custom types

    How to send/receive custom types? Certainly there is a better method... also because... this does not work :D I'm trying: ' SERVER - WEBSOCKET CLASS Sub Class_Globals Type tProva(ID As Int, Name As String) Private mB4XSerializator As B4XSerializator Private mStringUtils As...
Top