ui-design means User interface design. It is the design of websites, computers, appliances, machines, mobile communication devices, and software applications with the focus on the user's experience and interaction.
Questions tagged [ui-design]
224 questions
1
vote
2 answers
Need to display this 25 images in an view(any view) with a scroll functionality
I have 25 images in my array.so i need to display this 25 images in an view(any view) with a scroll functionality.
However view will show the images as 5 rows. Each row need to hold 5 images. Scrolling need to be in vertical and also horizontal…

Vipin
- 4,718
- 12
- 54
- 81
1
vote
1 answer
How top Stop arranged Subview Clipping in StackView
I have three arranged subviews inside stackView like this:
my "Rec" Label and "00:00:00" Label have their bottom and top portion clipped. i don not want that
Constraints For square red View:
Height = 10px
Width = 10px
Constraints For "Rec" and…

sadhu_sanjay
- 33
- 1
- 6
1
vote
1 answer
Need Opinions / Perspectives - Pagination approach for large data set
We have a requirement where we need to show a lot of data in multiple grids & also provide the option to sort at the UI side. There are 2 approaches:
Load everything in UI & have UI side pagination & sorting.
Load server side paginated data in UI &…

Karthik
- 188
- 2
- 12
1
vote
2 answers
Perform UI updates in a loop
I am working on a mobile application UI that has a panel with momentum (for smooth scrolling) and I am currently updating the UI durring the smooth scrolling by using the following code:
private void scrollKinetic()
{
while (_curState ==…

joe_coolish
- 7,201
- 13
- 64
- 111
1
vote
1 answer
How to make UI shadow to any view
thank you for answering me
I just want to know how i can make the shadow below this card
I already tried several ways like Elevation... but it didn't work for me.
I searched a lot about it and I found that website :
Shadow generator
But i'm…

Amine Karimi
- 119
- 12
1
vote
2 answers
how to filter content in 2nd combo box according to 1st combo box selection
I want to filter the degrees when the user select Undergraduate or Postgraduate. I searched through internet, but I couldn't find a clear answer with a sample code.
private String[] itemsUndergraduate = new String[]{"Computer Science",…

Pasindu
- 340
- 1
- 8
- 24
1
vote
1 answer
JTree vertical scrollbars not working
I have a JTree embedded in a JScrollPane. When the JTree grows bigger than the display can show, the remainder of the tree is located at the bottom outside of the visible range. I expected the JScrollPane to start displaying vertical scrollbars if…

BullyWiiPlaza
- 17,329
- 10
- 113
- 185
1
vote
5 answers
What should I do if a user types an unrecognized city?
I'm trying to develop an easy way for users to enter addresses.
I've got a database of postal codes and cities already, so if a user enters his street address and postal code, I can (usually) retrieve the city, province, and country automatically.…

mpen
- 272,448
- 266
- 850
- 1,236
1
vote
0 answers
Best practice: many buttons or less buttons handling many actions
I would like to learn what is the best practice in regards to UI Design for coding-ease but above all, app responsiveness.
As touch screens have grown, the overall area that users can reach with ease (particularly Portrait mode) has shrunk in…

Chameleon
- 1,608
- 3
- 21
- 39
1
vote
2 answers
How to get NestedScrollView state like start scrolling and stop scrolling?
When I am using CoordinatorLayout, I just want to nested scroll view state or please give me an suggestion for how to suddenly stop scrolling..
Because I am using scrollTo() function it's not working properly, when override the scrolling. So I want…

Mathan Chinna
- 587
- 6
- 22
1
vote
2 answers
Android App UI Design : WhatsApp like Tabs
How can I change the width of single Tab in a TabLayout?
setting app:tabMode="scrollable" in xml layout will change width of all tab items. But I want to change the width of individual tab items, or to be specific, the first tab item.
A good example…

WOLF.L
- 374
- 5
- 15
1
vote
3 answers
HTML form design useful links and reading
I think most of us have seen the following:
I'm currently tasked with converting an existing winform app into a web application. The current system is like the "Your company's app" and it would be nice if I can trim it down and make it more use…

lancscoder
- 8,658
- 8
- 48
- 68
1
vote
1 answer
Subheader list in sidemenu using Ionic Framework
I am new to Ionic Framework.
I have a problem here. I need a subheader with list of two hyperlinks in a single side-menu
like this.
My Code :
Hello, Niranth Reddy
…
Niranth Reddy
- 493
- 1
- 11
- 27
1
vote
3 answers
Create tab buttons in iOS
This image is just for reference and I want to create tab buttons like in image in my navigation bar. Any idea how to create?

Krishna Kumar Thakur
- 1,456
- 12
- 27
1
vote
3 answers
How to fit different screen sizes in ios
I know this question seems to be a old-school one, but I can't find a nice answer to it, there is the thing:
The logical screen resolutions for iPhone5, iPhone6 and iPhone6+:
iPhone5 320 x 568
iPhone6 375 x 667
iPhone6+ 414 x 736
Assume that…

Nandin Borjigin
- 2,094
- 1
- 16
- 37