Google APIs or Qt Mobility [closed] - qt

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I'm going to write a routing and navigation application for our company. I think I have two options . Google APIs and Nokia APIs through Qt Mobility ! I'm not sure which one I should use to reach better results. By better results I mean better integrity in my application that is going to be a desktop application. And If the answer is google APIs I'm not sure which one of google APIs I should use?
Thanks in advance

Well this is an interesting one, the Qt Mobility APIs hooking into the Nokia mapping stuff are available and would make your life easier but with the changes that have occurred recently with Nokia selling off Qt there's no guarantee that they'll still work in 6 months time. With the Google mapping APIs they're a bit more, well, stable.
Which Google API? Well, I'm not too up to speed on it, but as far as I know you can use the Javascript API and hook it into a QWebView which should be pretty straight forward.

Related

Recording sound and upload using web application [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
I am bulding a learning portal for a client and the client has asked for a feature where the user can record and upload sound directly from the browser (or browser plugin) to a custom made forum on the portal. The client envision having a button like [start recording] on the site. I am probably ending up with recommending against this feature but I would like to hear if any of you have done something similar and what you used.
This specific application is built using dotnet core 2.0 and Angular 5 in the frontend.
Using WebRTC could be an option if you can run your site under an SSL cert.
You may want to take a look to this example here.
Here you have another example using the device camera.
You can store the response on a Blob and send it to your server.
It is an initial aproach but I think it could help you take a decision.

How do I build a custom backend for firebase? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
How do I do my business logic on server-side on firebase?
Will the web app still have the benefits of progressive web app if I do this?
Reason to do this: Anybody can run Javascript code on your website if the person knows how to use the developer tools available in modern browsers.
Is firebase Queue (NodeJS on AWS) the way? I am a noob to all this.
You need to write more of your business logic on font-side than traditional way. To make it safe, you need to write access rules carefully on firebase console.
And it's not enough, you also need a server-side, nodejs is a good choice, there are many useful library, such as firebase, firebase-queue, firebase-admin. You can deploy these servers on the google cloud with docker.

Asp.net web API with angularJS for an E-commerce website [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am a bachelor's undergraduate. For my third year computer project I am hoping to develop a e-commerce website using angularJs and asp.net web API as I have a basic understanding of it. But I have some of questions with my choice.
1) For a E-commerce web app is it a bad decision to develop using above technologies?
2) Will i be able to handle images and other datatypes combined together with text?
3) Would i be able to handle large amounts of Data?
Thank you very much in advance.
1) Yes. Just as much as you could do any other major stack. Depends on how you implement it. E-commerce is a very generic term. There can be e-commerce web apps with 4 pages or 400 pages. These things really determine your tech stack.
2) Yes. Just as much as you could do any other major stack.
3) Yes, but that depends on what DB you use as well.

What kind of applications can be written with Qt + Enginio [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm totally confused about what kind of applications can I write If I learn how to use Enginio. This is what the Enginio site says:
With Enginio, you can create stunning Qt applications, add a scalable
and powerful Qt cloud backend as a service in no time and deploy in
minutes without ever bothering about backend servers or scalability
problems.
Can I think of Enginio as a remote QFile or is it much more bigger? Can someone name some samples written with Qt + Enginio.
It looks like this is a new service still in development, hence there isn't a tag for it, yet.
From the website, it looks like they provide you with some of the common things all applications need, and provide an interface for qt. You can basically create whatever you want.
Instead of providing only a remote file, they also let you store json objects, lowering some of the impedance between object and file.
Probably not too many examples with this new thing. Maybe you can ask them to provide more samples.

Python Django vs ASP.NET MVC [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I am fairly new at web development scene, and I was wondering if you can help me break up the pros and cons of using python django vs asp.net mvc besides the maturity level of its framework.
I have intermediate experience with Java. As of right now, I am leaning towards Python, but I just wanted to make sure, I am making the right choice. I find myself limited with books available on asp.net web developments. I am aware that there is the storefront example on the official asp.net site. However, that tutorial was a little hard for me to follow. I've done a research around and was hoping python could be my next available choice. There are more tutorials available online for Python anyways.
What do you think?
It always make sens to do some research regarding technologies trends and professionals demand, you can do this by using Google tools, such as Google Trends
It will save you time and help you to choose right direction. See more details about technology research here. Happy coding!
ASP.NET MVC is pretty cool if you already know C# and/or ASP... but if you're starting from scratch, Django is (IMO) a better bet. You probably have more hosting options for Django, for one thing.

Resources