However, using Architect, its possible to use the ConvertToAction option which REMOVES the listener code from view completely and moves it up into the controller. What is considered best practice - to have listeners down at the component level calling events in the Controller like you have done in the article or to do what “Convert To Action” does and remove the listener code?
Sorry if I haven’t worded this particularly well but I am very new to Sencha Touch.