Really nice design. Playing around with it now and want to offer some minor feedback: 1. Onboarding screens seem unnecessary. I've already read the description and decided to download the app. Unless you're teaching me something I don't need to be sold again. 2. The images in the tables seem slow to load for me. Are these being fetched from a server and if so would you not be able to keep the images for at least the…
Thanks so much for the feedback. This is why I love HN To reply to your thoughts: 1) Good point. I'll consider removing it for the next release, but from my beta testing, some users felt that an onboarding flow would be nicer. I figured making it short and sweet wouldn't hurt. 2) The images are fetched from the server, because the entire app is very API-driven. You're right though - I could architect it so that the i…
It creates a cache keyed on the URL and deals with processing the image off of the main thread.