enzaimz / c_made_easy

A basic android app to learn C Programming basics
https://play.google.com/store/apps/details?id=com.enzaimz.c_syntax
10 stars 28 forks source link

you can use or mediaquery or screenutil #50

Open savagecarol opened 3 years ago

savagecarol commented 3 years ago

Is your feature request related to a problem? Please describe. use of Mediaquery or Screenutil it will be better for the performance of the app. it increases the compatability of the app.

Describe the solution you'd like

  1. by the help of mediaquery and screenutil the app will be compatible to all the devices. example -> suppose the app is working good in my mobile phone with dimension (440 880 ) but it will not work well on the mobile phone with dimensions( 448 992) . so that is the reason we should use it
abhitidarbar commented 3 years ago

Is your feature request related to a problem? Please describe. you can use or mediaquery or screenutil it will be better for the performance.

Describe the solution you'd like simply use it in the whole code for the better performance in all sort of devices. it is better to use screenutils then mediaquery

Hey @savagecarol I would really appreciate your attempt to create an issue and work upon it but the title of your issue is unclear(you used "or" between "use" and "media query" why???). Also, the description and solution you wrote is non explanatory(you can include why are u adding this feature or what it brings to the app). Also, you could try to erase the already defined layout for generating issues if its not relevant. Please edit it. Besides this, your effort is appreciated.

Also, are you working on this issue so that it can be assigned to you ?

savagecarol commented 3 years ago

Is your feature request related to a problem? Please describe. use of Mediaquery or Screenutil it will be better for the performance of the app. it increases the compatability of the app.

Describe the solution you'd like

  1. by the help of mediaquery and screenutil the app will be compatible to all the devices. example -> suppose the app is working good in my mobile phone with dimension (440 880 ) but it will not work well on the mobile phone with dimensions( 448 992) . so that is the reason we should use it
abhitidarbar commented 3 years ago

Is your feature request related to a problem? Please describe. use of Mediaquery or Screenutil it will be better for the performance of the app. it increases the compatability of the app.

Describe the solution you'd like

  1. by the help of mediaquery and screenutil the app will be compatible to all the devices. example -> suppose the app is working good in my mobile phone with dimension (440 880 ) but it will not work well on the mobile phone with dimensions( 448 992) . so that is the reason we should use it

It is better than before but we could sum up all these lines like this : "As we know the dimensions of different screens can affect our application UI. Use of Mediaquery or Screenutil will make our application more compatible and increase the performance of the app." which will make it easier to understand for others too if they want to check this issue . Also, try avoiding writing same things again and again .

savagecarol commented 3 years ago

okay