Is there a way to combine a Sencha Touch 2.1 solution with pure Java code instead of Javascript only? Thanks for your help.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can:
Use Sencha Touch in a container that supports native extensions, such as PhoneGap, or
Roll your own container using a
WebViewthat renders your Sencha Touch UI, where you provide access to native Java objects viaWebView‘saddJavaScriptInterface()method, so your JavaScript can call methods on the Java objects