I always use allowmainthreadqueries() in Android Room. But many people say it is not recommend to do it.
With this function, Room is very easy to use.
But if i should change my app to not using this function, How do I do that?
Is there an effective way to do it?