read

  1. Alexander Stolte

    Android Example [B4X] Supabase - Database CRUD

    https://www.b4x.com/android/forum/threads/b4x-supabase-firebase-alternative.149855/ This is a very simple tutorial on how to use the CRUD options. A more detailed tutorial is coming soon. CREATE Dim Insert As Supabase_DatabaseInsert = xSupabase.Database.InsertData Insert.From("dt_Tasks") Dim...
  2. R

    Android Question Saving Default String Data Containing CRLF

    Since before KVS was born I have saved default field data by assigning each field to a List element then saving to file with File.WriteList() Apparently that does not work when the string data contains CRLF because the line are divided up and added as individual list elements. So I gave KVS a...
  3. S

    Android Question Import or read db with 1.000.000 and more records

    Hi, i have a csv file with 1.000.000 and more records. My initially idea is read and copy the records into my sqlite database, because i want my records locally, but the file is too big and the app crash (450 mb). What is the best way to copy locally or it's better to read remotely this file...
  4. M

    iOS Question Read and write mifare tag

    Hi everyone, it’s possibile with b4i ti read mifare tag? I found out this on Apple: https://developer.apple.com/documentation/corenfc/nfcmifaretag thanks if someone would answer.
  5. Mashiane

    B4J Library [BANanoSQLUtils] A BANanoSQL helper class for CRUD functionality

    Good day UPDATE 2020-05-19: Please use this library instead The attached class will help you in creating basic sql statements for CRUD functionality using BANanoSQL. We feature CREATE, UPDATE, UPDATE & DELETE statements, we also have added, creating a table. Whilst this class will work...
  6. Peter Simpson

    There’s a lot more going on with JavaFX than anyone gives it credit for

    Hello All, This makes for interesting reading. https://jaxenter.com/javafx-11-part-3-150175.html Enjoy...
Top