Since we are using Eclipse to develop Android, we have found that the limitation.
because of some user are using Window, Android or IOS. different Operating system we have to develop different applicaiton ,
why not using SenCha touch, only develop 1 time, then we can use on any Operating System.
But i have some question don't know whether Sencha Touch Able to do the following function or not
1)Sencha Touch able to let application full screen and hide the android status bar, the device to use only able to execute the application we have created, can't open any others application or browser. can or cannot?
2)Sencha touch able to do like a application? not a web site?
3)and user can't exit the application. able to do this function, Yes or No?
4)when Android start up application run the sencha application we have create.once the application execute, user can't execute anything like what i have mentioned on Question #1 and #2.
Please Answer the Question #1 #2 #3 #4 with clearly answer Yes or No
As Kevhendar has mentioned above, you can of course create a native app using Sencha Touch. Here are my understanding below:
Question #1:
YES, Sencha Touch does allow you to create apps that run like native applications (full screen apps as you say) on your mobile devices. One of the powerful features is that you can develop native applications (though technically 'native' refers to app that are created using core technologies) as well as mobile web apps. So, the answer to your question is YES, you can hide the status bar by building your app with native packaging tool (link mentioned by Kevhender).
Question #2:
YES, you can create app-like apps using Sencha Touch. A part of answer can be found from above.
http://miamicoder.com/2012/how-to-create-a-sencha-touch-2-app-part-1/
Question #3:
My understanding is that you do not want the user to exit the application just by tapping the exit button or close button just like we do on a website. If that's the case, the answer is YES. When you create a native app using Sencha Touch, you obviously do not have the option for an user to have a close button or something like that.
Question #4:
This is not clear. However, if you want to run your application on startup. you need make some permission in your manifest file (Which I think it has nothing to do with Sencha Touch).
I hope this helps you by some manner.