Orientation is the way up, down, left or right something is facing or being held in.
I download some data from internet in background thread (I use AsyncTask) and display a progress dialog while downloading. Orientation …
android orientation android-orientationI tried getOrientation() to get the orientation value but it always returns 0!
android orientationI have a UICollectionView in my storyboard based iOS app. When the device is in the portrait orientation I'd like …
ios objective-c scroll uicollectionview orientationI have an app that works only in portrait mode, and I have made the changes in my manifest file …
android android-activity orientationThe reason I need to find out is that on an iPad, a UIPickerView has the same height in landscape …
iphone orientation ipadI need to detect when the device is in portrait orientation so that I can fire off a special animation. …
ios objective-c swift orientation uideviceOk so I have a class that extends SurfaceView and overrides surfaceChanged - just calls startPreview surfaceCreated - opens camera, …
android orientation smartphone android-sdk-2.1 android-cameraI am making an iPhone app and I need it to be in portrait mode, so if the user moves …
iphone objective-c ios xcode orientationI am creating a responsive website, and have just noticed a strange behaviour in my content pages when viewed on …
iphone orientation whitespace rotation responsive-designMy app is landscape only. I'm presenting the AVCaptureVideoPreviewLayer like this: self.previewLayer = [[AVCaptureVideoPreviewLayer alloc] initWithSession:session]; [self.previewLayer setBackgroundColor:[[…
ios orientation avfoundation avcapturesession avcapture