How can we make computer codes to work fine on Android, after copying directly from PC? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can we make computer codes to work fine on Android, after copying directly from PC?

I tried running this code on my PC, it looked fine, but whenever I run it on a phone, it's not organised. I copied the code directly from my PC unto SoloLearn code playground, any help? https://code.sololearn.com/W452GhQmaVPu/?ref=app

16th Sep 2020, 8:06 AM
Ogunleke Samuel Ayomide
Ogunleke Samuel Ayomide - avatar
1 Answer
+ 1
This code you have written is for larger screens like your PC. In order for it to work in smaller screens, you need to make it responsive, mostly done using media queries. For this, you should write separate styles for smaller screens (using media queries) which won't interfere with the way the app is displayed on larger screens.
16th Sep 2020, 8:19 AM
Aswajith
Aswajith - avatar