120: Buffet Style Show
Jon and Allan walk through real implementation trade-offs: local storage decisions, Android compatibility changes, nested list performance issues, and async cancellation discipline. They also discuss EmbedIO-style local hosting patterns for apps that need embedded server behavior.
What you’ll learn
- When SQLite is the right local storage choice and how it keeps app architecture simple.
- Why nesting scrolling containers like CollectionView and BindableLayout can hurt performance.
- How cancellation tokens reduce async leaks and improve reliability in long-running flows.