gosooners345 / ConfessionSearchApp2

This application repo is the official Reformed Collective Android App code. It is written in Kotlin. It was originally C# code, then ported to Java.
0 stars 0 forks source link

Study the usefulness of Kotlin Coroutines in loading the DB helper classes #42

Closed gosooners345 closed 2 years ago

gosooners345 commented 2 years ago

Kotlin Coroutines advertise lightweight async calls when used. i want to see if we can implement some on the Doc.Db class and the notes db class to save time loading the application. Performance gains expected here.

gosooners345 commented 2 years ago

It's not worth it