+ 2
Can we convert website into app
Sorry if it is a stupid doubt
2 Respuestas
+ 7
This is not a stupid doubt but a million dollar question for tech companies.
I personally prefer React Native.
You write a code Slightly different from normal React code but that same code works for Android, IOS and web.
There's also Ionic Cordova Plug-ins.
Or the simplest way would be to use a web view. It's a container in the app and works just like iframes.
That's how we published an Android game with a friend. written here on sololearn in HTML, CSS & JS .
Here's that game if interested. 🙂
https://sololearn.com/compiler-playground/WcK52cguoX6Y/?ref=app
+ 6
You can do that. Moreover it is a bit trend nowadays. There are lot of ways to do so. You can create A native app in Java or Swift to do so for Android and iOS. Or, using framework you can make a hybrid app. Otherwise, some tools allow you to package your website into a mobile app wrapper. This essentially wraps your website in a native shell, providing a more app-like experience. However, it may not offer the same level of performance or access to device features as native development.