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?
Related
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
I'm using sencha touch 2.2.1
I have doubt to config a sencha app to iOS app in windows7.
I already deployed the sencha touch app to android app its works well. My problem is I don't have MAC-OS. so, can I deploy sencha app to iOS app in windows7 alone with apple-ID, certificate path and key values in sencha config file.
pls anyone tell me thanks in advance...
This should work. Just set up a packager.json file as it is described here and use sencha app build native in your command line to build your native iOS app.
If it does not work you could use the PhoneGap-Cloud-Build-Service. You'll find information about how to set up cordova / phonegap in this video.
You will need to build all your apps in XCode 5 from February 1st which will require a mac.
source: https://developer.apple.com/ios7/
I saw this service yesterday which I haven't looked into myself, but may allow you to compile apps in the cloud using one of their macs, rather than have to buy one yourself at great cost : http://www.macincloud.com/
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.
I was looking into using either jquery mobile or sencha touch to enhance a mobile web app I had been developing and after seeing some impressive Sencha Touch demos I decided it was the more refined framework.
Anyways, after looking at the Sencha Touch website I'm not sure which version I should be downloading, the current commercial version or the 2.0 developer preview release 3?
While it isn't fully complete yet, I don't want to spend time developing with version 1.1.1 and then have to migrate in 3-4 months time from now (not sure what the development timeline is so I may be way off).
I was hoping a Sencha touch developer would be able to provide some insight on what the best practice would be here.
Thanks
Also, I currently have the app developed in codeigniter with a more simplistic UI, are the two easy to integrate or not?
In my case has "Sencha Touch 2.0.0 Preview Release 3" only made problems. Now I've installed the "Sencha Touch 1.1.1" and it works up to now everything. As long as I can still work with it to be seen.
I am planning to create an app which will target iOS, Android, Blackberry and Nokia S60 and Symbian 3.
I am planning to use PhoneGap using Sencha touch. I believe Blackberry does not have webkit support, so i am assuming i will have to have a separate code base for Blackberry and the same for Nokia s60 based phones. Will Blackberry and Nokia s60 devices support html5 ?
Can anyone help me as to how to proceed ahead with it.
Any help in this matter is highly appreciated.
Sencha Touch will cover you for iOS, Android and BlackBerry but not for Symbian devices. But considering that Nokia has abandoned it I don't know why you'd worry about targeting it.
Blackberry uses WebKit and, for example, supports many of the WebKit css3 animations as seen here: http://docs.blackberry.com/en/developers/deliverables/18234/Overview_function_1176567_11.jsp
You can also read this blogpost about html5 on Blackberry: http://devblog.blackberry.com/2010/03/use-html5-in-your-blackberry-web-content/