Is it possible to create a basis android app with html and css only? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is it possible to create a basis android app with html and css only?

I know it's possible to create a static web pages with only html and CSS but I was wondering if it's possible to create a basic android app with just html and css

26th Oct 2020, 7:31 AM
Femi Olawole
Femi Olawole - avatar
7 Answers
+ 6
That depends on the kind of app you are referring to. Electron https://www.electronjs.org/ is for desktop apps. Adobe PhoneGap https://phonegap.com/ is for mobile apps Apache Cordova https://cordova.apache.org/ supports both mobile and desktop.
26th Oct 2020, 7:35 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 5
Femi Olawole Maybe u'll need a prog lang. Anyway Check this : https://www.sololearn.com/learn/1439/?ref=app
26th Oct 2020, 7:50 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 4
Martin Taylor The link works fine with me .Maybe bcos iam using the app.
26th Oct 2020, 8:54 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 3
Alphin K Sajan all these requires the knowledge of programming language such as Javascript. I want to know if it's possible to create a mobile app without using any PROGRAMMING LANGUAGE but only html and css
26th Oct 2020, 7:44 AM
Femi Olawole
Femi Olawole - avatar
+ 2
I think you can make Web app using HTML5
27th Oct 2020, 2:02 PM
Anurag Saikia
+ 2
You can make app using Javascript libraries like:- 1. Angular JS 2. React JS 3. Vue JS 4. React Native 5. Node JS
27th Oct 2020, 3:32 PM
Coder-Rohit[{(∞)}]
Coder-Rohit[{(∞)}] - avatar
+ 1
Femi Olawole I don't think so. But if your app is static then there is maybe a way to do it. But if you want a dynamic app like SoloLearn, Facebook or something like that where user can register them, it is impossible to create a dynamic app without having good knowledge about programming.
26th Oct 2020, 7:49 AM
Emon Hossain Foysal
Emon Hossain Foysal - avatar