How to Design Complex Android App Start-Ups Using RxJava

This battle-tested approach is simpler than you think

Oliver Spryn
Better Programming
Published in
8 min readAug 12, 2021

--

A pilot reviewing his pre-flight requirements prior to engine start and take off.

Every app with even minimal complexity has what I like to call a pre-flight checklist. Is the user logged in? Do you need to hit a health check endpoint and respond accordingly? Is there a first-run experience that you need to skip? Seemingly unrelated questions like these need…

--

--