+ 1
How are graphics added ? for example :- If I make a calculator using any language .. how do I add graphics ...
6 Answers
+ 2
you add some graphics using css..
+ 1
in any language ? even in web applications ?
+ 1
yes bro b'cus we can easily use css in any language evan web application
you also use readymade css for calculator...
you can find calculator css on google
+ 1
oooo . . thank you friends :)
+ 1
You can use lot of libraries and frameworks to make interface of your app. In python you can use tkinter, in C++ Qt, in Java swift (not that one which is using apple) and so on. You just have to google framework for your language and learn how to use it. Usually it is pretty easy.
0
you can use combination of js and css for better graphics