How can I use a javascript library like Angular.js on the Smartface - smartface.io

Is the Smartface provide external libraries in order to them on projects?
For example, if I want to use Angular.js in my Project, is it possible?

Smartface App Studio can use any JavaScript code or frameWork without DOM.
Also, there is an ongoing development about plugin support for community. You can also use Obj-C , JAVA , C++ libraries in your applicaiton.
You can also check the link below which uses UnderScore frameWork in Smartface App Studio;
http://www.smartface.io/developer/guides/get-started/sample-smartface-code-project-kitchen-sink/
http://www.smartface.io/developer/guides/get-started/reusable-sample-dynamic-codes-kitchen-sink-part-2/
And you can check the roadMap for more information about plugin development and more;
http://www.smartface.io/roadmap/

Related

Swift library bindings to Xamarin

I am developing a Xamarin.iOS app. Some functionality is not possible for me to do in Xamarin that I have seen that they are able to do in Swift code.
When searching I came across something called "library bindings" and just want to see if I have understood it correctly.
To my understanding, I would be able to download a SDK to a Xcode project, and through binding use that code in my Xamarin app?
For example: Download Facebook Audience Network SDK to Xcode, bind it to Xamarin and then be able to download ads from my Xamarin code?

Using native SDK in React Native or Ionic

I intend to develop an app for our site but one of the main worry is that I need to use a 3rd party payment gateway that only provides SDK for android in Java and iOS in Objective-C.
I want to know if it is appropriate to use React-Native or Ionic for the app. I am not sure which of these framework supports integration of native integrated and work flawlessly.
Hope someone with experience can help advise on this.
Thanks.
For react-native you can write your native modules for both android(JAVA) and ios(OBJECTIVE-C). It provides you right to write code in module and then register the module for your further use inside your application.
You can read the complete docs from :-
For android https://facebook.github.io/react-native/docs/native-modules-android.html
and for ios https://facebook.github.io/react-native/docs/native-modules-ios.html

Using ionic in visual studio

I am currently developing a mobile app using ionic..but i was wondering of its possible to develop an ionic app using visual studio community 2015.I have attempted coding in visual studio using ionic in VS,but it seems like the js scripts used in regular web apps are not recognized by ionic.And i dont like Telerik and Kendo UI because the app behaves in a sticky manner.I am trying to develop a cross platform app that behaves and looks as native as possible..Please guide me on how to go about this?
Visual Studio is one of the best ways to developer hybrid mobile apps with Ionic. Frankly I prefer to use Visual Studio Code. It's a lightweight code editor that's fast and optimized for ASP.NET and Node.js development.
You can find help here:
http://blog.ionic.io/announcing-ionic-templates-for-visual-studio/
http://taco.visualstudio.com/en-us/docs/tutorial-ionic/
http://dustinewers.com/how-to-ionic-in-visual-studio/
Or try to better explain your problem so we can help.
You can try WebStorm it is the best one for developing cross platform.
you can integrate it with any plugin. it is full of tools for javaScript technologies with built in terminal.

Best framework to create mobile applications?

I'm looking for a Framework to create mobile applications, if possible writing all code in Java. The idea is create for all mobiles Android, iOS, Windows Phone etc.
I found: Sencha, Vaadin and others.
What's the best ?
if you need to build cross mobile application you can use phonegap http://phonegap.com/ it is better you can use javascript and HTML and CSS to build applications.
Xamarin is another great one. I think you're asking the wrong question though. There isn't really a BEST one, its more what fits into your style. Some might say phonegap is the best, but you can't use code behind in phonegap only HTML CSS and JavaScript. So you gotta find what works best with what you want to do.
Also, look up chrome web apps. You can now develop apps using chrome rendering engine and usual html css and other web based code types and package into apps for the different os app stores.
Everyone is talking about Ionic, I am using it and I love it. Here are some slides to introduce you.
I would use ionic framework, is based on apache cordova, and use AngularJS. If you dont know AngularJS you have other alternatives like goratchet made by bootstrap creators. The only 'problem' is that you'll have to use javascript, html and css, not Java.
I am using ionic framework as well. The best part is you do simple command like ionic build ios to have an ios version of your app, as well as ionic build android for android version.
AngularJS is actually easy to learn (as long as you have basic understanding of JS), the best resource would be egghead.io. I use Ruby on Rails as backend to render an API for my ionic app to consume, so i pretty much don't need to use NodeJS or other JS framework as backend. Also, there is a lot of support for ionic. You can always search Google for a codepen example if you need help.

How to develop applications for windows or bada using phonegap and eclipse plugin?

I have installed eclipse phonegap plugin and I am easily able to make applications for android. However I want to make application for any other platform like bada, tizen , blackberry, etc. But when I create new Phonegap project, it doesn't show any option for choosing platform. It directly takes me to android. Is there any way that I can use this plugin for developing for other platforms.
I have googled a lot but nothing found relevant.
Probably you may be interested in Titanium. Latest version supports (check beta) Tizen and Blackberry 10 as well as Android and iPhone. With it you will be able use javascript for mobile application development. Also it creates "native" application instead of html if possible.
And forgot Bada. It`s gone.