+ 2

How to make my app works on a different mobile_screen sizes???

I searched a lot for this answer but no one explain it well???

6th Sep 2017, 5:24 AM
John
13 Answers
+ 11
You need to design UI so that screen size doesn't matter. For example, in my "Find a Cookie!" app, there is a "Sign In/Log Out" button at the top. I didn't give it a fixed size. It adjusts with the screen.
6th Sep 2017, 5:57 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 9
Do you want to provide different UIs for different screen sizes?
6th Sep 2017, 5:46 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
6th Sep 2017, 6:56 AM
Ranjan Bagri
Ranjan Bagri - avatar
+ 4
like if you align your component to be centered, it will be centered no matter what ! else if by screen size you mean same device but in landscape then use fragments according to my experience, using normal coding an app which works on phone, looks same on tablet i suggest 1 get some more experience in android programming 2 if 1 already done please tell the specific issue !
6th Sep 2017, 6:58 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 3
Use Css @media to style webpage for different screen size.
6th Sep 2017, 5:31 AM
Calviղ
Calviղ - avatar
+ 2
What language does uour app run on?
6th Sep 2017, 5:51 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
I made an application, when I connect it to normal screen size like in (galaxy 7 edge) it works great and all the text and buttons in the place I want. But with screen like (Sony neu) all text places changed and some buttons go out of the screen because there is no space for them. After searching, I know that there are 4 main size (small, Normal, large, xlarge)
6th Sep 2017, 5:53 AM
John
+ 2
Ah, then I can't do much
6th Sep 2017, 5:56 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
use bootstrap.
6th Sep 2017, 7:39 AM
Ghanakiran
+ 1
Do you have any idea about layout in android?
6th Sep 2017, 5:44 AM
John
+ 1
Do you have any idea about layout in android?
6th Sep 2017, 5:44 AM
John
+ 1
I am working on Android studio, Java language
6th Sep 2017, 5:54 AM
John
0
How can I design this UI please
6th Sep 2017, 6:56 AM
John