I am new with App Framework, I need experts suggestions, can I use APP framework for Hybrid app (WindowsPhone, Android, IOS ) without any panic with PhoneGap?
if not then Please suggest me best UI framework with PhoneGap,
I used JQuery Mobile 1.4.5 but its creating many issues in
Related
I need to develop a native app for both OS.
This would be a simple app, not too complex.
What would you recommend for me to use? I only have little Javascript knowledge. Don't know anything about React or other frameworks.
Thanks in advance for your help.
I would recommend NativScript if you know JavaScript as for Flutter you need to learn Dart.Here is the comparison I posted for NativeScript and Flutter.
I use Nativescript with Angular but you can use plain JS as well.
Another reason to use Nativescript is theier marketplace and if you use some pre-built plugins, the time for building of NativeScript applications will be decreased
Hence you are Looking to develop application for both android and ios with java script
You could use following tools / frameworks
phone gap
as and option you could use
ionic
these could be best if you don't prefer react native or native script
else if you are okay with angular and jquery then
mobile angular
jQuery Mobile
also you can drag and drop themes with ThemeRoller jQuery Mobile
these above mentioned tools / frameworks has huge amount of tutorial in you tube and other blogs (my personal choice would be ionic / phonegap)
NOTE:
**phone gap free for personal use
**others are completely free
For both OS, i would recommend Flutter, open source mobile application SDK developed by google.
Flutter is Google’s mobile app SDK for crafting high-quality native
interfaces on iOS and Android in record time. Flutter works with
existing code, is used by developers and organizations around the
world, and is free and open source.
For more information on flutter ,see flutter.io
For flutter examples here
I'm considering to start project using Dart for the front-end development on the mobile platform. Basic idea is to use it for the UI and develop platform specific solutions using native mobile sdks. So it leads me to the several questions:
Can Dart with StageXL provide good performance for the UI components on the mobile platform ?
Is it possible to make external functions call to the custom mobile framework ?
Sharing of any hands-on experience highly appreciated.
What do you mean by custom mobile frameworks? You can make calls to JavaScript if that is what you want. You can create Chrome-packaged-apps
Maybe this is what you are looking for:
Getting Started With Dart and Cordova From Scratch on iOS
Rikulo - Build Native Mobile Application
I already build an iPhone app in Xcode,i came to know that we can open the Xcode app in PhoneGap.
Is it possible to build Android app with some minimal changes from iPhone app code.
Or any other suggestion related to this.
PhoneGap is to create web-based mobile applications. The logic behind is that, you make mobile web page and PhoneGap packs it for Android, iOS etc.
You can not convert Native iOS App to Native Android App.
Am new to Android application development, We are in process of exploring it.
I have a question does Android app supports Jquery ??
We are using Xamarin tool for app development
jQuery Mobile integrates well with Android.
Here are some good resources for you:
http://jquerymobile.com/resources/
http://mobile.tutsplus.com/tutorials/mobile-web-apps/jquery-mobile-forms/
In the past I have built several webapps using html/css/javascript/ajax/php. Lately I have been interested in porting these apps to Android and iOS.
I have started using Appcelerator Titanium and I am enjoying it so far, but I would like to know if there are other ways to develop cross-platform applications for mobile devices.
I am already aware of the following methods:
native (java / objective-c)
cross-compiling (Titanium)
hybrid (PhoneGap)
webapp (html 5 / javasript)
mobile web (e.g. mobile.twitter.com)
Are there other methods for developing cross-platform apps? What are the pros and cons of these methods?
There are multiple options as an alternative. You can look for OpenMobster, Rhomobile, WorkLight, Pyxis etc. OpenMobster is open source and free. RhoMobile is free (Rhodes), but you will have to pay for RhoSync.