You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes app has to show balloon as soon as it loads required data. Problems appears when you have bunch of data to load. With current api you have to write some boilerplate to ensure that only one balloon is displayed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Relay API becomes harder to maintain when app has complex logic for balloons. Maybe coroutines could simplify it.
Sequential ordered balloons:
Balloons displayed sequentially one by one. Methods suspend until balloon isn't dismissed.
Sequential unordered balloons:
Sometimes app has to show balloon as soon as it loads required data. Problems appears when you have bunch of data to load. With current api you have to write some boilerplate to ensure that only one balloon is displayed.
Beta Was this translation helpful? Give feedback.
All reactions