Flow question: What is recommended way to get a flow of tap events. In android we give views a callback for these events. This is where many devs will try to get started with flows, yet is unclear how to do so. Is best way to use flowViaChannel with a callback that does channel.offer()? Any thoughts on this?
z
Zach Klippenstein (he/him) [MOD]
07/29/2019, 5:34 PM
Generally yes, that is how you bridge callback code to Flow code. Although note that