Posts by Natalia Kelim Thiel • 51 points
3 posts
-
3
votes2
answers77
viewsA: How do I set only one font-size on the font so that it decreases according to the size of the device?
Instead of using px in size, formless em, where the value 1em is the font in normal size and 2em twice the size. Try to find a value you like (Ex.: 1.5em, 1.2em, etc.).…
-
2
votes2
answers834
viewsA: Optimization of Mysql connections
Hello, I’m not sure if this is valid in your case but I bring you a tip: use the Singleton design pattern. Basically it seeks to use the same instance of an object, and thus the same connection to…
-
0
votes2
answers142
viewsA: Create App by manipulating external website
Do you want to create a website or app type apk? If you are a site search for responsiveness, use percentage measures (%) in css instead of pixels (px). Link:…