screen-orientation
Broadcast receiver crashes after changing screen orientation and do not work
I had 2 BroadcastReceivers for watching SMS status. Code: //---when the SMS has been sent--- registerReceiver(new BroadcastReceiver(){[详细]
2023-04-13 01:17 分类:问答how to handle orientation in android 2.3 version?
I would like to handle screen orientation in a sample application.I have implemented code as follows:[详细]
2023-04-12 19:30 分类:问答Tablet Android Orientation when launch Activity
I have a strange problem on orientation handling on Samsung Tablets. Basically, I have this app that it is supposed to run only in Landscape if running on tablet and portrait if i\'m on a phone.[详细]
2023-04-12 17:49 分类:问答How to stop changing the orientation when a progress bar is spinning in android
I have a Registration screen where user enters all the registration details and when user clicks on the \"Register\" button i am showing the progress bar(Progress bar begins to spin) and then takes th[详细]
2023-04-12 12:20 分类:问答EXC_BAD_ACCESS when trying to get iPhone screen dimensions
I\'m trying to make certain elements resize according to the screen dimensions when the interface orientation changes. I\'ve read in various places (including a few answers on here) that the way to ge[详细]
2023-04-12 10:55 分类:问答Android Devices don't scale my html site when orientation changed
I have a html page optimized for portrait view on different devices. Normally the page should automatically scale to device width when switching to landscape mode with this meta tag:[详细]
2023-04-11 16:04 分类:问答Activity in portrait or reverse portrait only
I want my activity to be av开发者_运维知识库ailable only in both portrait modes - portrait and reversePortrait. How can I achieve this? When I set android:screenOrientation=\"portrait\" it will force[详细]
2023-04-11 04:54 分类:问答Screen orientation not changing despite calls to shouldAutorotateToInterfaceOrientation
I would like to add the functionality to change the screen orientation for various views in my app. Having read various tutorials, I implemente开发者_Python百科d the shouldAutorotateToInterfaceOrienta[详细]
2023-04-11 04:14 分类:问答Android child activity and orientation lock
I\'ve done quite a bit of searching and trial/error testing in trying to get my application fixed in portrait mode however I\'m stumped on this one.[详细]
2023-04-10 23:03 分类:问答Android dialog orienation issue
I used a customized dialog to show the face-book login page. I used a webview inside a linear layout to show the login page. It works fine. But when the orientation changes it doesn\'t fit to screen s[详细]
2023-04-10 13:19 分类:问答