I don't understand when to use screen states versus separate screens.
plus.google.com/.../DXYtgPEpDaR
Hi Steve,
There's a document here explaining the differences .
It would be the same reasoning by which you decide if you want to make a new web page or do some Ajax interaction on it. For example, if building a Facebook prototype, your 'News Feed' would be a screen and a user's profile will be another screen, but all the interactions that happen while you are in those page would be defined in states.
As with websites, sometimes it could not be clear which one is the best option ;).
From a practical point of view, most of Indigo magic happens between states. You can understand better how that works here.
My advice would be that when in doubt, try using states.
Keep the questions coming!
Andres
There's another document targeted sepecifically to answer that question here
Regards,