Top "Direction" questions

The movement or orientation of UI elements in a specific direction.

Swipe Direction in ViewPager

I have an Android app that uses ViewPager and FragmentStatePagerAdapter. I however need to add a new feature in which …

android android-viewpager swipe direction fragmentstatepageradapter
XNA 2D vector angles - what's the correct way to calculate?

what is in XNA in 2D the standard way vector angles work ? 0 degrees points right, 90 points up, 180 left, 270 down ? What …

vector xna 2d angle direction
Ionic 4: How to set navigation direction (backward/forward) using routerLink?

Ionic 4 now uses Angular router. Altough it still has its own NavControler, which helps to simulate push / pop navigation style …

angular-ui-router angular7 direction ionic4 routerlink
Android : Change entire app layout directions programmatically

How can I change entire app layout direction to RTL? I am writing an app that user must select it's …

android android-actionbar toolbar right-to-left direction
Invert height direction in CSS

I want to change the height growth path of Top-down to Down-top Is it possible in CSS? this is my …

html css height direction
How to change the expand direction on .toggle()?

I am using .toggle() jquery for expand/collapse. Do you know how to change the expand/collapse direction from bottom …

jquery toggle direction
Rotate marker based on driving direction

I have a marker in my Google Maps map that looks like this: When the user is driving, I want …

android google-maps angle direction driving-directions
How to move shapes in JavaFX?

I've been trying to make a program that displays a circle and lets you move it using buttons but I …

java javafx shapes direction
detect mouse direction

I am trying this code to detect if the mouse direction is going up or down: <html> <…

javascript jquery mouseevent direction
Detecting and acting on keyboard direction keys in Java

G'day all, I have a console project where it is intended the user presses the keyboard direction keys (non-numeric keypad) …

java keyboard key direction