July 2013
Intermediate to advanced
320 pages
11h
English
This chapter covers
Every Sencha Touch developer faces challenges where reusability is an issue. Often, a component of an application is required to appear more than once within the application’s usage lifetime. Without mastering these techniques you could end up with what’s known as “function soup,” or unmaintainable code. This is why we’ll focus on the concept of reusability by the use of framework extensions and plug-ins.
In the first section of this chapter you’ll learn the basics of extending (subclassing) with Sencha Touch. ...