B4A Question Memory leak during screen rotation - mevial (first post)    Mar 18, 2025
If ViewList.IsInitialized Then
Master.RemoveAllViews
ViewList.Clear... B4A Question [SOLVED] How to Rotate a Video by 90 Degrees Using ExoPlayer in B4A - jroriz (first post)    Feb 19, 2025   (2 reactions) TextureView.As(B4XView).Rotate = 90
Solved!
A few observations:
There is a minor error:
Instead of: TextureView.As(B4XView).Rotate = 90
It should be: TextureView.As(B4XView).Rotation = 90... B4A Question Filling the panel with a label after rotation? - LucaMs (first post)    Feb 9, 2025
Label2.Visible = False
Label2.Width = Panel2.Height
Label2.Height = Panel2.Width
Label2.Left = (Panel2.Width - Label2.Width) / 2
Label2.Top = (Panel2.Height - Label2.Height) / 2
Label2.Rotation... B4A Question Remember the position of the emulator on the screen - Sergey_New    Jul 23, 2025 I find it convenient to place the emulator not in the center of the screen, but on its right side, so that both the program text and the emulator are visible. Can this be done?... B4A Question Rotating view around center - wl    Jul 11, 2020 I would like to rotate a label and found this topic: https://www.b4x.com/android/forum/threads/rotate-a-view-degrees.75939/#content I'm using the setRotate method and although it does seem to rotate the label, it doesn not rotate around the center but it seems it is rotating around one of the corners. Thanks... B4A Question [Solved] Wear OS 5 emulator installation errors - Erel (first post)    Jul 7, 2025   (1 reaction)
will this B4A SDK Manager issue be among the changes?
You will need to test it. Due to the emulator long-time stability issues, I don't invest much efforts in it.... B4A Question Question about emulator on an offline (not connected to the internet) VM - giggetto71 (first post)    Jun 27, 2025 thanks. will it work with B4A in debug mode?... B4A Question panel rotate to right - Erel (first post)    Nov 20, 2024   (1 reaction) Check this: https://www.b4x.com/android/forum/threads/view-utils.39347/post-233788
It allows you to set the pivot.... B4A Question Is there an Android emulator that can run on cloud servers without graphics cards? - aeric (first post)    May 6, 2025 Never use cloud emulator.
From Google search.
https://www.cloudemulator.net/
Or try build your own
https://source.android.com/docs/automotive/start/avd/cloud_emulator... B4A Question Find APK file on emulator - Sergey_New    Apr 7, 2025 I installed a third-party application on the emulator using an APK file.
How can I find this APK file on the emulator?... Page: 1   2   3   4   5   6   7   |