V
V
Vladimir Terechov2018-08-17 16:51:14
Mobile development
Vladimir Terechov, 2018-08-17 16:51:14

What can be used to make mobile applications?

The crux of the matter is as follows.
How are mobile applications for android and ios made? Let's say a person knows js (react), html, css.
Is it possible to make a mobile application using these technologies? Or do you need something else?
For example, is it possible to use php or its frameworks? How are requests sent to the server ? How is the database there? In general, the question is what kind of technology stack is needed, if we take only native tools.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2018-08-17
@sergey-gornostaev

If a person knows React, then he should google about React Native.

R
regular person, 2018-08-17
@datarmatan

To create a mob app, you need to know js css html
and learn phonegap
On the server, you can use simple php functions to read and write data.
In the beginning, for ease of entry, you can do without a ready-made database.
Make requests through ajax cross-domain.
For protection - HTTPS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question