cawoolf / PhrasalFR

A language learning app that allows you to quiz yourself on custom phrases.
Apache License 2.0
0 stars 0 forks source link

Update the nasty runBlocking{} coroutine #8

Open cawoolf opened 1 year ago

cawoolf commented 1 year ago

Fix the runBlocking{} configuration. Not a great practice. Read about Coroutines!! runBlocking{} is not the best way. Blocks the main thread Use other scopes in combination with LiveData to load quiz data in real time with out blocking the main thread