A
A
Andrew2020-05-17 02:05:39
Mobile development
Andrew, 2020-05-17 02:05:39

What tools should be used to develop a web service in the format of a website and applications for smartphones?

There is a task to create a web service in the format of a website (desktop and mobile versions) and applications for Andriod and iOS. The service is quite simple, a complex interface is not expected. Applications essentially should represent the mobile version of the site, wrapped in an application.

What tools would you recommend to accomplish the task?

Initially, I looked towards Cordova and jQuery, since I have a fairly rich experience in website development, but I did not work on complex projects and jQuery was always enough on the front-end (and I always dealt mainly with the back-end). Will these two tools be enough? Are they well suited to the task? Or is it better to immediately learn something more advanced? If yes, what exactly?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Korotenko, 2020-05-17
@firedragon

If you are not afraid of learning, I would recommend vuejs + https://vuetifyjs.com/ru/ or https://buefy.org/
Completely close all sorts of jquery chips as fetch or axios access technology
Above, by the way, they recommended PWA. It might suit you. If not, then look towards https://framework7.io/

A
Andrew, 2020-05-17
@AndrewRusinas

Since the choice of technologies is always a matter of taste, I will share my choice. I choose Vue for web and Flutter for mobile.
Will have to learn. Since the application is simple, it will be a great experience in general)
Flutter out of the box gives you a choice of Material or Cupertino widgets (standard component libraries for android and ios), and also makes it possible to write your own, of any complexity. The same code allows you to get an application that will work on both platforms in the same way.
Well, Vue as a whole is pretty simple.

Z
zorca, 2020-05-17
@zorca

There is a ready-made framework for such purposes on Vue: Quasar

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question