Sencha app not displaying anything in tomcat server? - extjs

I have developed application using sencha architect and just start tomcat server and try to deploy it but its not showing anything(Blank page).
Please suggest some useful example or tutorials..
Thanks

You can go through http://dev.sencha.com/deploy/touch/examples/production/kitchensink/index.html. Also you can download the examples along with Sencha Touch SDK.

Related

Where can I find this appengine screen?

I am using google appengine and I want to find this screen. I have looked in the google console and the api-explorer pages but I can't seem to find it. I know that it exists and I need to configure my application.
Please help!
It is part of application called Mobile Backend Starter.
You can easy deploy it from https://console.developers.google.com/project/apps~PROJECT_NAME/mobilesample
Replace PROJECT_NAME with your project.

Can we use sencha touch to develop web application?

I am familiar to both Sencha Touch and ExtJs. My next project is web application. I am planning to use Sencha Touch to develop web application, because in sencha touch contains lot of graph components and also touch components events available. Can I use sencha Touch to develop web application?. Please anybody can suggest me. Great appreciate.
The selection of ExtJS or Touch framework is not about web or non-web applications, but about the device you want to run the result on. For desktop, use Ext JS, for mobiles use Sencha Touch.
Both have rich charting.
By web application if you mean HTML client side code your answer will be yes you can.
Sencha touch is by nature HTML based.
For native applications you used builder tools to obtain native ports.
In other words, yes you can develop web applications.
Also (as usual) check out the documentation for both ExtJS and SenchaTouch as they will both describe how to deploy as a web application.
Just a heads up, i've developed on both and Touch Interfaces wouldn't look very good on a web browser, they are designed and optimized for html 5 enabled mobile devices like tablets.
ExtJS however is developed for a desktop web experience, and the components look a lot better on a computer when rendered in an html 5 web page.

Using analytics in sencha touch app

I am new to sencha and i would like know which is the best way to use analytics in my sencha touch mobile app.
My app is just like a website, user can browse it from their browser. So it is not bunded into any apk or ipa file.
Please provide some suggestions to implement analytics in sencha app..
Thanks
Try to use the following components:
Ext.ux.Analytics
ExtJS.ux.GoogleAnalytics

Applying Google Analytics (GA) with Sencha Touch 2.x.x Mobile Application

I am working with sencha touch 2.2.1. i wish to implement GA in my app. But, when i tried to create an account in GA, there were 2 options Website or Mobile App . First i choosed the Mobile app. section there were only options for Android and iOS. ( they were telling to download the SDK ). So i realized that its not what i want. so i choosed the website section. But there they are asking the website name and URL. What should i do..!??? I am really trapped !!!
So kindly anyone plz help me to move on the right path.
Any useful info regarding the topic will be so much helpful !!
Thank you,
If you would like to use ga.js from an installed mobile app use this GitHub project
https://github.com/ggendre/GALocalStorage

How to Create sencha touch app in window phone 8?

I want to make native window phone 8 build from sencha touch. I have also tried phonegap but no succeeded.
All you have to do is, create your project/app using Sencha Touch and wrap it up using PhoneGap/Cordova. Please follow the below links to gain some insights on how to use PhoneGap to build Windows app.
http://www.sencha.com/learn/getting-started-with-sencha-touch-2
http://docs.phonegap.com/en/2.4.0/guide_getting-started_windows-phone-8_index.md.html
http://msdn.microsoft.com/en-us/magazine/hh975345.aspx
Good Luck!

Resources