Reputation: 161
I was built an app with Extjs 4.2 and I need to adapt it to mobile using Sencha Touch , So I need to transform my existing code in Extjs to Sencha Touch , is there any tool to make it automatically or I should begin all from scratch ?
Thanks
Upvotes: 0
Views: 79
Reputation: 1449
You need to create a new app with Touch framework. All business logic code will be same in Ext JS and Touch app. So you can use Ext JS code, need to change some config property based on touch framework.
Upvotes: 1