Can we use css in making apps? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can we use css in making apps?

Css is really powerful and attractive. So if we're making apps, suppose Android or iOS, so can we use css with Programming languages like Java, Swift, JavaScript, Python, etc?

28th Mar 2021, 5:32 AM
PHILOMATH PRATIK
PHILOMATH PRATIK - avatar
6 Answers
+ 2
yes . you can make p.w.a progressive web app with html and CSS if you want function you can use j.s thanks . there a lot of tutorial out there out to create a p.w.a . have a nice day. hope it helped . ;)
28th Mar 2021, 12:41 PM
Nirmal
Nirmal - avatar
+ 1
Based on what wikipedia said, "Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript". The other programming languages you mentioned like Python, was not a markup language. But I believed Javascript + CSS can make your website better, because Javascript is essential for a dynamic website.
28th Mar 2021, 7:36 AM
Tzion
Tzion - avatar
+ 1
Ok thanks
28th Mar 2021, 8:03 AM
PHILOMATH PRATIK
PHILOMATH PRATIK - avatar
+ 1
If you already know JavaScript take a look to ionic framework, you will be able to use html css and JavaScript in order to make mobile apps
28th Mar 2021, 2:41 PM
Juan Pablo Amador Diaz
Juan Pablo Amador Diaz - avatar
+ 1
No. CSS is for styling webpages only. You can't use CSS to style a mobile app. Each tech stack to code a mobile app has its own syntax of styling. For tech stacks to code a mobile app, here is an intro video : https://youtu.be/4m7msadL5iA
28th Mar 2021, 6:02 PM
Gordon
Gordon - avatar
0
PHILOMATH PRATIK yes . you can make p.w.a progressive web app with html and CSS if you want function you can use j.s thanks . there a lot of tutorial out there out to create a p.w.a . have a nice day. hope it helped . 🙂
28th Mar 2021, 12:42 PM
Nirmal
Nirmal - avatar