Can we convert website into app | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

Can we convert website into app

Sorry if it is a stupid doubt

10th May 2024, 5:27 AM
Jaffar Ali
Jaffar Ali - avatar
2 ответов
+ 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
11th May 2024, 3:05 AM
Morpheus
Morpheus - avatar
+ 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.
10th May 2024, 6:25 AM
`нттየ⁴⁰⁶
`нттየ⁴⁰⁶ - avatar