Top "User-interface" questions

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

Android RecyclerView addition & removal of items

I have a RecyclerView with an TextView text box and a cross button ImageView. I have a button outside of …

java android user-interface android-recyclerview selection
Difference between a View's Padding and Margin

What is the difference between a View's Margin and Padding?

android user-interface view padding margin
UINavigationBar custom back button without title

How can I customize the navigation back button in iOS 7 and above without title? (i.e. with the arrow only) …

ios user-interface uinavigationbar
Mac SQLite editor

I am aware of CocoaMySQL but I have not seen a Mac GUI for SQLite, is there one? My Google …

macos user-interface sqlite
Android - Back button in the title bar

In many apps (Calendar, Drive, Play Store) when you tap a button and enter a new activity, the icon in …

android user-interface themes titlebar
Graphical DIFF programs for linux

I really like Araxis Merge for a graphical DIFF program for the PC. I have no idea what's available for …

linux user-interface diff suse
Swing vs JavaFx for desktop applications

I have a very big program that is currently using SWT. The program can be run on both Windows, Mac …

java swing user-interface javafx swingx
How to auto resize and adjust Form controls with change in resolution

I have noticed that some applications change their controls position to adjust them as much as possible in the resolution …

c# winforms user-interface resize screen-resolution
Move layouts up when soft keyboard is shown?

I have a few elements in a RelativeView with the align bottom attribute set, when the soft keyboard comes up …

android user-interface android-layout android-keypad
How can I check if a view is visible or not in Android?

I set visibility to invisible like this on Android: myImageView.setVisibility(View.INVISIBLE); And then to make it visible: myImageView.…

android user-interface visible