0
kicks
Syntactic Sugar – Scopes
Have you ever had a scenario where you needed to temporarily change some value for the duration of an operation and then you wanted to change it back again when you were done? In the MVP application I’ve been working on there is a repeated scenario that the presenter needs to make the View appear busy while it performs a service call and then return the View to its original state when the service call completes.