man, tracking state within a multi threaded app with message passing is painful.

me: "HOW DO I GET HERE, HOW DO I GET TO THIS BLOCK OF CODE? AAAAAAAAAAAAAAAA"

@xabean if it's written in c, lots of A's could be a solution actually :D
@derconno 2013 era android, so java.
@xabean @derconno Oof. That's not great. The best way to write such apps is to great a state machine and be sure to track which state you're in (so you know how you got there). But a legacy app, gl/hf.
@codeslack @derconno heh, this is me reverse engineering the barnes and noble nook app on an EOL device so I can make my own cloud for it.