android-configchanges
Android Library read from caller's manifest file
New to android development and asking for best practices around the following. I am building a library for multiple apps.One of the parameters I have for the library calls is the appname.Can I pick t[详细]
2023-04-05 17:34 分类:问答Does using one attribute of configChanges calls onConfigurationChanged() anyway?
If I use this code in my Manifest file: <activity android:name=\".MyAct\" android:label=\"@string/app_name\"[详细]
2023-03-27 21:22 分类:问答Dialog must not be dismiss when screen orientation change
I\'ve created a custom tab activity which has two different drawables for portrait and landscape orientation. The icons for portrait screen is under drawable-开发者_如何学Gohdpi while the images for l[详细]
2023-03-03 01:39 分类:问答Handling orientation changes conditionally
I added android:configChanges=\"orientation\" and I override onConfigurationChanged().What I\'d like to do is allow the landscape orientation change only if the device has a tablet-sized display resol[详细]
2023-02-14 13:38 分类:问答strange behavior of image view on changing the orientation of the screen
i am using an imageView to display an image. later i am setting a different image to the view using imageView.setIma开发者_JAVA百科ge(bitmap).now if i change the orientation of the screen from portrai[详细]
2023-02-04 13:04 分类:问答"orientation|keyboardHidden" not calling onConfigurationChanged
I want to know when the keyboard is closed, so I\'m using android:configChanges=\"orientation|keyboardHidden\".I have to override the method[详细]
2023-02-03 09:17 分类:问答Avoiding Application Restart when Hardware Keyboard Opens
I am currently working on a multi-threaded game application for the Android platform... so far so good... I just got over a bug in my application which caused it to restart开发者_运维百科 on orientati[详细]
2023-01-24 08:09 分类:问答Unknown error in the memory in C
I have a 2D dynamic array. I enter a line of 0\'s after line which has a biggest number: void InsertZero(int **a, int pos){[详细]
2022-12-23 23:51 分类:问答