Questions tagged [adaptive-user-interfaces]

4 questions
30
votes
1 answer

Why compact width and compact height in iPhone 4,5,6 in landscape orientation

I am new in iOS development and just studying Adaptivity and Layout I am stuck with a little confusion, As per the Documentation iOS defines two size classes: Regular :- It is associated with expansive space Compact :- It is associated with…
Shree Krishna
  • 8,474
  • 6
  • 40
  • 68
1
vote
1 answer

How to draw selectable, movable, and re-sizable rectangles on JavaFX canvas?

Is there a way to allow the user to draw individually selectable, movable, and re-sizable shapes within JavaFX and/or canvas that I am not considering or aware of? I am new to JavaFX (Java GUIs in general, actually) and am trying to devise a…
LazyBear
  • 343
  • 1
  • 7
  • 23
0
votes
0 answers

How would I create a perpetual "wizard" in iOS that allows the user to see the same options repeatedly until the user selects the option to end?

What is the most effective approach to to creating a type of "wizard" interface that takes the user through a process step-by-step, and allows the user to take the steps in any order as he goes along? For instance, the user could start out by…
0
votes
0 answers

Selecting a socket interface for any unknown environment

Question background: My MFC CAsyncSocket-based socket code has worked fine in the lab for a long time, until it didn't (see how to determine socket interface type). It's design was based on the Microsoft Docs sample code which sequentially walks…