B4A Question [B4X] B4XPages - Locked orientation limitation - agraham (first post)    Jun 23, 2020   (1 reaction) Is there a possibility of using android:configChanges="orientation|screenSize|keyboardHidden" in the manifest which I understand does not destroy the Activity but rotates the screen and raises an onConfigurationChanged event so we could handle layout changes programmatically? EDIT: I assume this B4A Library Unity Ads Library - Pendrush    Oct 14, 2022   (23 reactions) android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:hardwareAccelerated="false" /> B4A Library Vitamio 5 (Version 5.2.3) - moster67 (first post)    May 30, 2016   (1 reaction) I have never used MediaPlayerStream so I was not aware of the fact that it was slow starting streaming :(
Normally with VideoViews (Vitamio, original Android and others) one should add
android:configChanges="orientation|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
in the manif B4A Tutorial AdMob Mediation (with InMobi) - Ferdari (first post)    Mar 15, 2019   (1 reaction) android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen"
android:hardwareAccelerated="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
B4A Question Incorrect layout view when changing screen orientation - paulsvs    Jan 19, 2019 Hello experts! I use this string android:configChanges="orientation|screenSize" in the manifest to save data when I change the orientation of the screen. OK, the information is saved, but the layout view does not adapt to the new orientation, i.e. for example, the portrait view doesn't change to lan B4A Question B4A activity life cycle/behaviour question - Erel (first post)    May 14, 2021   (5 reactions) Add this to the manifest editor: SetActivityAttribute(Main, android:configChanges, "uiMode") B4A Library AdColony Library - Pendrush    Jan 13, 2022   (14 reactions) Original library: https://github.com/AdColony/AdColony-Android-SDK Based on AdColony Library v4.6.5 (21 October 2021). Banner, Interstitial and Rewarded Interstitial. For Interstitial Ad and for Rewarded Interstitial Ad you need to add this in your manifest: AddApplicationText(<activity Java Question Displayio lib problem - Douglas Farias (first post)    Jul 07, 2020   (1 reaction) A ok, i m contacted the display io and the dev helped me via skype.
the correct manifest is
'DISPLAY IO
AddPermission(android.permission.INTERNET)
AddPermission(android.permission.ACCESS_NETWORK_STATE)
AddPermission(android.permission.ACCESS_WIFI_STATE)
AddApplicationText(
<activity android:name=" B4A Question [SOLVED] How to detect screen reorientations when Pause/Resume do not fire? - moster67 (first post)    Mar 21, 2016 Any chance you have set this attribute in the AndroidManifest? android:configChanges="orientation|screenSize" As far as I have understood, this will skip onCreate, Pause and Resume. If you use this attribute and you still need to trigger the configuration change, you can use "onConfigurationChang B4A Question Admob Mediation With IronSourc - DonManfred (first post)    Jan 01, 2020   (2 reactions) away from the firebase integration needed in manifest try adding this code to your manifest AddApplicationText(<activity android:name="com.ironsource.sdk.controller.ControllerActivity" android:configChanges="orientation|screenSize" android:hardwareAccelerated="t Page: 1   2   3   4   5   6   7   Powered by ColBERT |