The main view element in the layout开发者_开发问答 for my activity is a VideoView. My video is rendered to the landscape resolution of the device, but all of the content in the video is sideways, so i
this is driving me crazy.i have read the documentation for creating dialogs in Android and it seems to make sense, except when the screen orientation changes.
I\'m trying to implement an arrow that uses the orientation sensor in order to point towards a specific location. Google Places implements this arrow in a ListView for each place it finds.
I have one button that I need to locate it for each orientation in different location. here I have - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
I am building an app that uses the android camera. I use a FrameLayout that has 2 children. The first child is a SurfaceView that previews the Camera and the second child is a LinearLayout with some b
I want that my View rotates only in landscape mode, clockwise and counterclockwise. I read about the only counterclockwise for android < 2.2 and that\'s not a problem, my App will be +2.2 for now.
Is it possible to set an activity\'s orientation (either in the manifest or with setRequestedOrientation) and specify which landscape or portrait mode to use? I.e. can I choose the device\'s left or r
In my application by default status bar is visible. And my app supports landscape as well as portrait orientations.
I have a UIViewTable with navigation bar. When I read data I display UIViewController with ActivityIndicator on top of the table. The problem is when I rotate device this top view is not rotating, I d
I load an image into a bitmap and need to know the orientation of the taken picture (from camera) t开发者_开发技巧o show it correctly. The way to use the following code is working nice (since API Leve