i got an idea.(everyone has one). And i want to start learning a technology based on the product that i want to develop... the thing is... what can i use to creat a site and the same site but in an app. I think there are some technologies. like React native, Flutter, Something abput ionic. But thats why i ask here.for the nasty details or an honest opinion. Primarly i prefer the app, cause in the app u just need to installed and used to see the last information that the app updated. But the website u need to be online. Thats a main requirement that will change my amount of users. thats why i need the app and the website. Thanks for taking ur time reading.
#Site w/ mobile app .
2 messages · Page 1 of 1 (latest)
That’s a very interesting idea.
I’m going to play devils advocate here.
I think most devices (mobile and desktop) usually need to be connected to the internet to be useful. Any app that does not need internet will only be useful to the user that doesn’t need to share information. The moment information needs to be shared, the application would need internet connection.
That being said, this is a very common architecture:
- backend API
- website frontend that talks to backend API
- mobile/ desktop app that talks to backend API
Taking it a bit further, if you want a language that can help you do most of those pieces, you can take a look at NodeJS. It is the language that can be used for frontend (eg React, VueJS, etc), backend (eg expressJS, etc), and mobile/desktop (eg React Native, Proton Native, etc).