Apache cordova and visual studio; Good Choice? [closed] - apache

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
What would be a better option Apache cordova based application or Xamarin. Do we have any market analysis or tool popularity matrix by which one can choose their development path.

There are pros and cons for both approaches, you should make your own choice based on your needs and expectations.
You can find load of articles related to this. From the top results in Google:
Picking between Xamarin and Apache Cordova
Comparing Xamarin and Cordova on Visual Studio 2015
Which one is better: Xamarin or Apache Cordova?
I would suggest you also consider what technology you and the devs involved feel more comfortable with, since the ramp up effort should also be taken into account.

Related

How to build netbsd based mobile os [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 months ago.
Improve this question
I'm searching for way to start my own project
I wanna build a mobile os based on netbsd
I will use netbsd ARM kernel to make my own SoC
Os could you give a resources and tools to get started
Have a look at http://www.NetBSD.org - the homepage of the NetBSD project has many ressources, starting from how to install the operating system over rebuilding and customizing. General Unix knowledge will help you, depending on what you want to do.
For detailled, in-depth technical questions I recommend using the NetBSD mailing lists, for which there is also an archive at http://mail-index.NetBSD.org.
Check DeforaOS project (www.defora.org) and also this:
http://www.ef.com/english-resources/english-grammar/punctuation/

Test Cases Management Tool / Application / Software [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Please suggest some good tool / software / application for managing test cases for an internet software product. Requirements:
should not be too expensive
should preferably be on an online platform (but desktop app too is okay!)
should support custom fields to classify / categorize test cases according to various dimensions like product module, persona etc.
It can be something that you use(d) in your organization or something you know of.
We are using informUp which is a test case management. we are using it as hosed solution but you can install the server on your site. it is simple but yet powerfull and allow customzied the fields. we are using it for bugs as well but you can use it only for tests cases. we are very satisfied with it

Three20 framework replacement [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
It was awhile since three20 was updated and their ipad support is a little buggy. i'm considering switching to a different framework or use the standard UIKit again. Their lead developer from facebook had started writing his own framework (https://github.com/jverkoey/nimbus) and it will probably take him awhile to copy everything.
I'm looking for a similar iOS framework to work with. Any suggestions? I really like the TTNavigator URLs logic and the TTTable data sources instead of the UITableViewDelegate.
Nimbus is an iOS framework whose feature set grows only as fast as its documentation. By focusing on documentation first and features second, Nimbus hopes to be a framework that accelerates the development process of any application by being easy to use and simple to understand.
http://jverkoey.github.com/nimbus/index.html
How about learning the native frameworks?

Is there any free cross platform setup builder tool available? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
There are commercial cross-platform install tools out there and i think that they are really useful because you "compose" your setup once and the setup tool compiles it for the target platforms you want it to work for.
Unfortunately, such tools are expensive for a shareware author like me - they cost thousands of dollars. Are there similar open source projects out there?
Thanks in advance,
David
I'm having the same problem. Looked into IZPack, IZPack with Native Laucher, Lauch4J, ... All of them way too complex to use, at least for my taste. Searching for more info on IZPack, I've run accross that one a minute ago almost by accident: http://www.installjammer.com/
Looks promising, haven't tried it yet, though.
IZPack does very fine, i think. It's comprehensive, cross-platform and has a commercial-friendly license.

looking Rapid application development / application builder for non programmers [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
is there any tool that can produce me simple application something like access
but without the need for access or open office to be installed
some thing that will save the data in real stand alone executable file with embedded simple db for non programmers.
I believe Filemaker does what you want. It's not free, however you could always download the trial and see if it fits.
If you are familiar with Access, you should look into compiling it into a standalone app using the Access runtime. Here's a thread on it.
Bear in mind that non-programmers will be quite limited in what they'll be able to accomplish, so calling this "rapid application development" is probably way overstating things.