We made some improvements to that but still strongly recommend writing to the database from a single thread. EasyThread is a relatively simple solution for that and it can be implemented in the level of the data access class. E.g. instead of calling SQL directly just call a wrapper class that does the SQL operation for you. That class can use EasyThread to make sure it's on the right thread and do the operation there.
-- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/ccf0a7f4-772b-46fa-870a-a8cf177148e7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
