I have implemented a sencha touch phone gap application on ipad.
using the kitchen sink application and its files.
It shows all the demo objects (list user interface buttons etc etc).
I need to add a split view as home page as per our application requirement on sencha touch appp.
And when i execute the application it displays title as “Kitchen sink” how should rename it as my application name
In the
kitchen sinkapp, there are two foldersphoneandtablet, each for specific devices.In each of these folders, there’s a file called
Main.jswhich is the starting file of your application.Hence, in that
Main.js, change thetitlehere …EDIT :
For your Split-view need, you can use hbox layout.