Top "User-interface" questions

User Interface (UI) is the system through which people interact with a computer.

Left align and right align within div in Bootstrap

What are some of the common ways to left align some text and right align some other text within a …

twitter-bootstrap user-interface bootstrap-4
How do I build a graphical user interface in C++?

All of my C++ programs so far have been using the command line interface and the only other language I …

c++ user-interface
How do I update the GUI from another thread?

Which is the simplest way to update a Label from another Thread? I have a Form running on thread1, and …

c# .net multithreading winforms user-interface
Java GUI frameworks. What to choose? Swing, SWT, AWT, SwingX, JGoodies, JavaFX, Apache Pivot?

There is quite a lot of gui frameworks out there for java, but what is recognized as today's framework of …

java swing user-interface swt awt
How do I align views at the bottom of the screen?

Here's my layout code; <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/…

android xml user-interface android-layout
What are MVP and MVC and what is the difference?

When looking beyond the RAD (drag-drop and configure) way of building user interfaces that many tools encourage you are likely …

user-interface model-view-controller design-patterns terminology mvp
How can I change the thickness of my <hr> tag

I want to change the thickness of my horizontal rule (<hr>)in CSS. I know it can be …

html css user-interface
How do I add options to a DropDownList using jQuery?

As the question says, how do I add a new option to a DropDownList using jQuery? Thanks

jquery user-interface drop-down-menu
How to create RecyclerView with multiple view type?

From https://developer.android.com/preview/material/ui-widgets.html When we create RecyclerView.Adapter we have to specify ViewHolder that …

java android user-interface android-recyclerview