Using ionic in visual studio - ionic-framework

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.

Related

which libraries to use for programming a GUI in vscode

I want to start programming a new application in C# oder VB with
Visual Studio Code.
Is it possible to program a GUI for my app in VS-Code and which libraries to use?
Visual Studio Code does not provide UI designing by itself. I have not seen any suitable extension to convert UI design into code, for VS-Code. How ever I think this is a good discussion (How can I develop cross-platform GUI application using .Net Core) about your second question:
Is it possible to program a GUI for my app in VS-Code and which
libraries to use
The C# support in VS Code is optimized for cross-platform .NET Core development. And you can't build applications like Winforms, WPF or Silverlight on .Net Core. They're gone!

What makes nativescript better than ionic

im new to mobile development and i see ionic framework has very big community BUT
i know that ionic uses webview while nativescript generates native components
my question now what nativescript can do ionic cannot do?
in other words what is the powerful points in nativescript that does not exists in ionic
thanks in advance.
Ionic is hybrid, running inside webview which has problem with performance at particular things like even simpler animation, not fully accessible API of native part
Nativescript runs as native app, controlled by JS code but can be used even with native code or even as addon to native app and full access to API of native code

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

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/

Swift and Ionic framework

I want to move my app written on Swift in Ionic framework. What is the best way to achieve this?
Is there a workaround to write swift in Visual studio? What tools I need to set this project up.
p.s I work on PC and prefer visual studio
basically you need to re-write the whole logic/code of your application on a Javascript based framework and use Ionic/AngularJS for the Frontend.

Howto use the Titanium for developing the IPhone application?

I want to use the titanium for developing the iphone applications.Mainly how to develop the apps using titanium.What is the editor for write the code.And what are the adv antages of titanium compared to ios.please tell me
Well Titanium comes with Aptana as it's standard code-editor. It's a pretty good editor, has good syntax highlighting and auto-completion.
There are currently two versions: Aptana Studio (standalone) and Titanium Studio which includes Aptana Studio + the Titanium files. You may want to get the second one.
The Advantages of using Titanium are clearly Portability and ease of use. You can port your application to various Mobile Platforms pretty fast and only need some knowledge of HTML, CSS and JavaScript.
The Disadvantages are that you'll have a bunch of constraints in your development and you may not be able to have access to the full native functionality of the iOS environment.