SCCapstone / CoolwithAnything

SchedulerX Website
https://sccapstone.github.io/CoolwithAnything/
3 stars 1 forks source link

Text off screen #56

Closed JPSharp closed 6 months ago

JPSharp commented 7 months ago

IMG_20240227_165138.jpg

kaylytran commented 6 months ago

Which phone size should we be working off of? @JPSharp @josemvidal

JPSharp commented 6 months ago

You should not limit the size to 1 phone or static phones. You should dynamically change the size. You can do this in various ways, here is a link to developer.android. You can also find tutorials on locating the size of each device's screen and adjusting apps accordingly on youtube.

https://developer.android.com/guide/topics/large-screens/support-different-screen-sizes

josemvidal commented 6 months ago

Yes. Phone apps should be usable in all the standard phone sizes.

This is called "responsive design". You can google "react native responsive design" to find tutorials on how to do it with react native, like this one: https://bendyworks.com/blog/implementing-react-native-responsive-design-part-1