Mobile app and web site | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Mobile app and web site

I want one system that includes both web page and mobile app For the web page it will be used by the admin to add a new user with his info then sending sms message to the user For the user he should only access the mobile app So how can I integrate them together and how can i send automatically sms message to yhe user

19th Jul 2018, 8:04 PM
Rea
Rea - avatar
4 Answers
+ 5
How knowledgeable are you currently with the various web technologies? What all do you know right now? Most of it is going to come down to the data you're storing to the database, as nearly any system would be able to access the database to retrieve the data needed. For example, if all of the content, accounts, etc... is being stored to the database, I can build up a website or an app however I need and then just access the database to grab that data and fill things in with it. See what I mean?
19th Jul 2018, 8:07 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 5
@Rea Yup. Your database is separate. Most languages/development tools utilize SQL so that you can communicate to the database from your program/website. For example, you could load up this website or load up their mobile app, and you would be able to find our question right here because it's being stored/retrieved from the database. Actually, SoloLearn is a PERFECT example of how you can have both a website and a mobile app that are in sync with one another. Most of the people here are on the mobile app, while people like me are on the website. Different features between the two, but they're in sync and communicate between each other because it's using data stored in their database.
20th Jul 2018, 7:15 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 2
so u mean I can build both , but only using a single database for them ? if my thought is right , does it realy work ... ?
20th Jul 2018, 11:03 AM
Rea
Rea - avatar
+ 1
Fata1 Err0r thank u so much sir
20th Jul 2018, 7:18 PM
Rea
Rea - avatar