The only way I was able to touch database successf...
# android
m
The only way I was able to touch database successfully from MainActivity was by using GlobalScope.launch{}, which gives me warnings that I should not use it; it is decliate API and so on.