i am new to primefaces mobile please anyone guide me how to make application using primefaces in eclipse ...because primefaces uses .xtml pages so how to create .xtml page in eclipse in android environment i dont know..
Tools for Dev:
ADT + Eclipse
Primefaces mobile 0.9.4
JSF 2.1.24
Please guide me about primefaces mobile i am stuck here
Thanks in Advance.
You can develop a primefaces app just like any other web app. Please take a look at this for reference : http://www.primefaces.org/showcase/mobile/index.jsf
Yes you can eclipse + andriod emulator for your testing stuff. Just create a file in eclipse with a XHTML extension and you will be done.
PrimeFaces Provide UI components for JSF Applications for mobiles and other device only not for Mobile Apps.
Please Check this link
Related
Am trying to integrate Touch Id for Hybrid Application, i have done with the iPhone(working) and now am stuck with android application.
Here is my query How can i achieve the Touch id integration with Android,
these are the sample links i tried to integrate,
https://www.npmjs.com/package/cordova-plugin-android-fingerprint-auth
https://www.ibm.com/developerworks/community/blogs/worklightsmobileplayground/entry/touchid_authentication_with_worklight?lang=en
Any idea how to proceed further.
I'd suggest trying the sample application that is referenced in the documentation here: https://www.ibm.com/support/knowledgecenter/SSHS8R_7.1.0/com.ibm.worklight.dev.doc/devref/t_setting_up_touch_id_jsonstore.html
It's not a complete project, but can be added to an existing Hybrid or iOS native application. Please give it a try and let us know if you have difficulties with with.
I have customers wanting my website in app form, but the website is responsive. I've been looking for an open source project or code to just run the website in an app or open up their default browser to direct them to it. They just want the button.
Is there an open source project to make it easy to develop that code for iOS, Android, etc.
Are there any issues with running a website natively? Aka, same as cross-browser issues or..?
Thanks!
There is Apache-Cordova at this link. It is multi-platform and free/opensource.
In Android, you can use WebView.
Android WebView is a system component powered by Chrome that allows Android apps to display web content.
For more information about Android WebView, please visit the documentation
Which open source API/SDK used to create an app just like zoom or gotomeeting. In which I used (video chat, audio chat, text chat and screen sharing)?
Hi you can try below SDK hope it will help you
Click on below link and download android SDK
Open Peer SDK
There is few open source but every one of those have some issue.
Simplewebrtc www.simplewebrtc.com
Don't have android SDK. but its good in web and ios.
Easyrtc www.easyrtc.com
Web is free but they charge for ios and android SDK.
Openpeer www.openpeer.org
This is quite good they have all ios, android and web api.
I've been working on an HTML5 app in the Intel XDK lately and part of the app is buttons that link to external websites. I'm having a problem with the apps opening in the same window, which then causes the user to get stuck in the browser. I'm using the Jquery mobile framework currently. I constantly call the link to open in a "_blank" target, and have also tried several other things such as "window.load". What do I do to get this to work? The app has to work with android and iOS. Any help is appreciated.
Use the Cordova inAppBrowser plugin, see the docs here: https://github.com/apache/cordova-plugin-inappbrowser You will want to use _system target with it.
I am just learning application development using Android platform. I want to know how if we post something in twitter app will go to twitter..how do they integrate these two ?
Thanks,
Ananth.
Android webkit webview..
There is a small example in samples in the SDK
You can also consider using this