b4a

  1. M

    Android Question how can I change Orientation of Activity title

    hi how can I change Orientation of Activity title
  2. AbdurRahman

    Share My Creation Sun, Earth and moon revolution orbit

    For learning purposes, I wrote a code that rotates an object in circle in pure way WITHOUT USING ANY 3RD PARTY LIB OR FUNCTION ;). Important code is: Sub rotate( parent As ImageView, child As ImageView, latency As Int, r As Int) As ResumableSub Dim parent_vertical_center As Double...
  3. erraticless

    Android Question Freezing app while phone screen off

    Hello, When i run my project (an activity with a service) in release mode in my Samsung Galaxy S20, after about 3 minutes of screen turned off, the complete app just freezes for a few seconds (or even minutes sometimes) until i turn on screen again, and then the program continue working...
  4. AbdurRahman

    Android Question revolve image in circle ?

    Hi, I'm trying to revolve earth image around sun image making an orbit without using 3rd party libraries or builtin functions. So here's what I achieved: If you notice its revolves in rectangle but not in circle. So whats correct formula for moving it in circle ? Here's my current code: This...
  5. B

    Android Question B4A Designer don't save layout anymore

    Yesterday i opened B4A to modify a project and i notice the UI of B4A was resetted. So i reimposted the theme and the layout of the windows (logs, files, lib, ecc); i tried to close and open again and the setting was saved. When i opened the Designer the UI was also resetted, so i reimposted all...
  6. mdje

    Android Question The problem of running lottie files

    Hello, when I try to run the lottie file with the AXrLottie library, I encounter this error : java.lang.IllegalStateException: Missing values for keyframe.
  7. F

    Android Question Unsupported option: --v4-signing-enabled, B4A 11.8

    Hi everyone, I'm trying to rebuild my old app, but this error message shows: Unsupported option: --v4-signing-enabled. See --help for supported options. I downloaded the files from https://www.b4x.com/b4a.html, but the problem is not fixed, I tried to build a project on Android Studio using...
  8. R

    Android Question Help in Parsing Weather Json and showing it on label

    Hello, I need a small help or an example. I have a small section in my App where I want to show the live Weather plus weather conditions for the next 3 days. I am using accuweather for this. I am getting the following json data response. { "Headline": { "EffectiveDate"...
  9. EasyDraw

    Android Question NFC problem targeting S+

    Hello, I am a new student programming in Android and I am developing an application that uses NFC using the B4A IDE. I have a problem with NFC reading only in Android version 12. Anyone can help me with some tips or any ideas?! Thanks in advance!!
  10. Isaac0maq

    Android Question Build contacts

    Hello to all? I am a newcomer and I want to get your help to create a program that can create and save many contacts randomly. of them to add in channels such as Telegram or WhatsApp and... used Can you help me to achieve this success together?!? Thank you for your help, I love you?
  11. G

    Android Question B4A FireBase Push Notification to Specific Device - Get the Id

    Hello everyone! I am trying to send a notification (I am using firebase push notification), to a specific device. I found on forum, that I can do this using "fm.Token". But, how can I get this Id to send a notification specific to this device? Thank you in Advance.
  12. pejmannikravan

    What are the promotional plans for B4X?

    hello dears and B4X team. We all know that B4X has improved dramatically over the years... But the main problem is that the B4X developer community is very small and the number of developers is small, perhaps due to lack of advertising! The B4X has great potential, but I don't think anyone knows...
  13. C

    Android Question How to read past logs of errors that occured in release mode?

    Hi, my app has been working for over a year without any problem everyday, but out of nowhere it crashed just one time while doing a routine thing (json related). And that was the only time it crashed - after it restarted it works flawlessly. The crash happened yesterday - is there any way to...
  14. toby

    Android Question How to show and delete unused project files

    While Tools->Clean File folder can be used to delete unused files, such as .bal and image files, in the Files folder. How to get a list of unused project files, *.bas, and optionally delete them. For small projects I can easily recognize which files are not in use and delete them manually...
  15. I

    Android Question Covert Mobile To NFC TAG

    Hi Good Day Can anyone help me to Convert Android Mobile as NFC TAG without any application or With Application. If it is possible with application Can I have sample code. Thanks
  16. R

    Android Tutorial B4A on Linux 2022

    Hello everyone! I thought I would share my experience on getting B4A running and Linux. I use Manjaro but this should work on any distro. Also, just to make managing your wine prefixes easier use PlayOnLinux or something similar. 1) Create a new 64 bit prefix with wine 6.17 2) Run winetricks...
  17. R

    Convert largish project from B4A to B4i

    Have a medical database app, based on a local SQLite database, written in B4A that I would like converted to B4i. I have no experience at all in B4i, so would like to get this done commercially. Is anybody in this forum interested in this? It is a largish project, having about 50000 lines of...
  18. A

    Android Question FirebaseAdMob2 My Test App not displaying test ad, Ad is blank

    Issue: I am having issues successfully implementing FirebaseAdMob2 in test mode in a test app that I have made. Having only a banner ad as adview , and while running the test app the banner ad displays blank. I have executed the following: On Google AdMob portal: I created an account today...
  19. Y

    Android Question Edittext does not shift when the virtual keyboard is displayed in B4XPages with immersive screensplash

    Hi, I made the following observation, after having integrated an immersive splashscreen in a B4X application (i.e.: in the Main): once displayed, the virtual keyboard does not allow the edittext to automatically shift upwards, despite the fact that I I also used "IME" in the relevant pages of...
  20. epiCode

    Share My Creation [Tools] Code Sort v1.0

    This is my first attempt at B4J Apps. I wanted to write a tool to help me with organizing/sorting functions for my b4a apps. It can help you: 1. Sort Subroutines in lexicographical order (when you have too many subs which are in your code in no order) 2. Or order of your choice ( keeping...
Top