Otherwise, it looks good to me. However, I, myself...
# coroutines
e
Otherwise, it looks good to me. However, I, myself, don’t understand full implications of this approach w.r.t. Android lifecycle (I’m not an Android dev). From the standpoint of Android it will look like
onCreate
has already returned (so Android thinks activity is already created), but you are still creating it. Is it good or bad? I don’t know. But you should definitely keep an eye on the fact that it might decide to destroy or pause on activity while you are still creating it