Update Sencha Architect project from Sencha Touch v2.0.x to Sencha Touch 2.1.x - sencha-touch

I have a project based on Sencha Touch v2.0.x, I was working on it in Sencha Architect 2.0. Now I have updated Sencha Architect to 2.1 and want to update my project to use Sencha Touch 2.1.x. How can I do that? Is there some kind of converter?

In Sencha Architect, open your Project Inspector. Then under Resources right click on Library and choose "Upgrade to Sencha Touch 2.1.x".

Related

Rename existing Sencha touch project

I have an existing Sencha touch project and I use Sencha architect as IDE. Now I would like to rename the project. How can this be done?
Thanks in advance!
In the Project Inspector for Sencha Architect 3 you can click on "Application" and find a property there called name which you can edit.

How to capture audio in Sencha Touch (Cordova)?

I am packaging Sencha Touch application with Cordova.
I have found that usual HTML element doesn't work with Sencha Touch.
How to capture from mic. using Sencha Touch packaged with Cordova? Sencha Touch has Ext.Audio component but all demos are about playback, not recording.
Thank you
Sencha Touch is only about UI and data, you can't access the phone's hardware with it (only HTML5/javascript). In order to record audio, you'll need to use PhoneGap.
It's another javascript framework using Sencha and that convert javascript into native code, allowing the developer to access the phone's hardware.
For recording audio :
http://docs.phonegap.com/en/1.9.0/cordova_media_capture_capture.md.html

Sencha-touch with custum design

I am working on sencha touch mobile app. I am weak in css and html5. I am founding if a designer make same design using css and html5. How can i use it on sencha touch?Is that possible in sencha touch to work with UI/UX developer.
Please suggest me.
Thanks.
Theming is done in Sencha Touch with SASS.
Start by reading
http://docs.sencha.com/touch/2.2.1/#!/guide/theming
Good luck!

Can I do mAdserve integration for Sencha Touch 2 apps?

I just downloaded mAdserve and was willing to try it out with my Sencha Touch 2 application. Unfortunately, it only comes bundles with SDKs for Andriod and iOS. How can I take advantage of this with Sencha Touch or HTML5 apps in general?

Packaging a sencha touch2 application on Blackberry10 webworks

How to package a sencha touch application on Blackberry10 webworks?
I am new to blackberry application development please help me out in packaging the application? i dont want to use phonegap as mediator for packaging sencha touch application in BB10
Here are instructions on how to build a Sencha Touch application for BlackBerry 10:
https://developer.blackberry.com/html5/documentation/creating_blackberry_webworks_applications_with_sencha_touch.html
Summary:
Use Sencha SDK to compile your app
Create a config.xml file
(necessary for WebWorks)
Package your application using the
BlackBerry 10 WebWorks SDK.