Can I create an app using HTML+CSS+PHP? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 4

Can I create an app using HTML+CSS+PHP?

I would like to create an app without using kotlin or Java.Instead I would like to use php since it's got an open source code.Will it be possible or I have to use some special software?

9th Aug 2018, 5:32 PM
Celestino🇰🇪🇫🇷
Celestino🇰🇪🇫🇷 - avatar
4 Réponses
10th Aug 2018, 6:39 AM
Yesh Jadav
Yesh Jadav - avatar
+ 4
Well every web app is built using HTML, CSS, JavaScript, PHP etc. If you mean a mobile app, you can try converting it.
9th Aug 2018, 7:06 PM
Ledio Deda
Ledio Deda - avatar
+ 3
more than possible, but for your Web app to be considered an app it has to follow these rules: 1) site is served over https 2) pages are responsive ( generally you want to build mobile first then scale up) 3) utilize service workers for offline support 4) user can be prompted to add your site to home screen 5) initial load is <10 seconds on 3g and <5 seconds on 4g 6) site works on all major browsers 7) page transitions feel smooth and instant - even on a slow network and many others I would look at https://developers.google.com/web/progressive-web-apps/checklist if you want to dive in
10th Aug 2018, 10:35 AM
ImBrett
+ 2
you an you a web view application to convert it, to app
10th Aug 2018, 9:42 AM
Gbeta Solomon
Gbeta Solomon - avatar