[android-developers] Re: It is possible to lock the screen orientation of the phone only when you want? (dinamically)

2012-03-30 Thread JacekSt
setRequestedOrientation( ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE ); On 30 Mar, 12:16, saex elpablos...@gmail.com wrote: I have an application that can be viewed with landscape and portrait mode. I'm not using onConfigurationChanged() and android:configChanges=orientation|keyboardHidden and

[android-developers] Big memory leak if heap 64MB

2012-03-09 Thread JacekSt
I have noticed memory leaks while there is more than 64MB memory assigned on heap. Please find attached the source code. I have compiled the progranmme using API level 11. Application has specified android:largeHeap=true in its manifest. Is there any solution/workaround to this problem? public