B4i Question App hidden on screen wake - aaronk    Jan 11, 2016 Hi,
Just noticed something when I wake my device from being asleep.
I have my app open... off, if you then press the power button to wake the device and then unlock the device the app... B4A Question Running a hidden app - Erel (first post)    Jan 21, 2016   (1 reaction) It can be confusing as there are cases where Android will allow the app to start. For example if you are using USB debug mode. Once it is started it can later be started again even if it is hidden... B4A Question How to launch a hidden app? - Melghost (first post)    Feb 6, 2015   (1 reaction) Now it works fine.
My hidden app manifest:
'This code will be applied to the manifest file...")
And my main app code:
'Opens hidden app
Sub Button1_Click
Dim Intent1 As Intent... B4A Question avast antivirus: all app deveolped with B4A result infected HiddenAds-DB - Fabio Campanella    Mar 31, 2020 Hello everyone. For a few days, all the APPs developed with B4A have become infected with the virus in question. Even if I always recompile the APP this problem. Yesterday I published an update... B4A Question theme.hidden not found after updating to B4A 13.4 - marcick    Jul 16, 2025 ) Linking resources Error AndroidManifest.xml:240: error: resource style/Theme.Hidden (aka it.cc.app:style/Theme.Hidden) not found. AndroidManifest.xml:248: error: resource style/Theme.Hidden (aka it.cc.app:style/Theme.Hidden) not found. AndroidManifest.xml:256: error: resource style/Theme.PlayCore.Transparent (aka it.cc.app:style/Theme.PlayCore.Transparent) not found. error: failed processing manifest. Searching inside all project files, the only point where exists the key "Theme.Hidden... B4A Question app hidden in launcher list, how to start the service at boot? - leitor79 (first post)    Jul 11, 2014 It seems it has worked :)... B4A Question How to make a hidden 'easter egg' in b4a App - reg. - beelze69 (first post)    Aug 5, 2018 Hi Erel !
Thanks a lot for your immediate reply...
I have lot of panels.. I guess I need to write the code in Activity_Click event on all
the PANEL CLICK EVENTS so that the Easter Egg is displayed 'wherever' I click on the application....
Is there any facility by which I can make... B4A Question Start application hidden - fanfalveto (first post)    Oct 22, 2012 The service starts at boot, but this service needs to read data that must be entered by the program at first.
But I have already solved, the program is installed and restarted, the service tries to read the data, if can not read then the activity starts, then introduced data, the activity... B4A Question How to Run a external program in Hidden Mode - Devendra (first post)    Oct 10, 2014 the world makes it complicated, I think i use the B4A as a RAPID application development toll for... B4A Question Touch buttons and keyboard - Sergey_New    Mar 9, 2024 When entering characters, the available height of the Activity changes to the height of the keyboard. If you press the HOME button while the keyboard is visible, the application disappears from the screen. When you press the RECENT button and select a hidden application, it appears on the screen, but the keyboard is not displayed and there is an empty space instead. How to fix it?... Page: 1   2   3   4   5   6   7   |