github

  1. AmirPYTHON

    Android Question How to Build B4A project on Github Actions

    Hi guys, I’m working on a B4A project and I want to automate the build process using GitHub Actions. Is it possible to compile and build a B4A project directly in a GitHub Actions runner? Has anyone here successfully set up CI/CD for B4A using GitHub Actions? If so, what’s the recommended...
  2. J

    Share My Creation (b4a) Scrolling image view

    This is an adaptation of this Github repo that shows a scrolling imageview in the background (or foreground if you like) There's a short video attached. It is still in the development stage, but it has the following features : 1- control of speed of scroll 2- control of the size of bitmap 3-...
  3. B

    Wish Manifest data in the file .b4a

    It would be very useful if the data that composes Android Manifest (currently in a "ManifestCode" tag in the header of the .b4a file), were perhaps on a dedicated file on several lines, consequently and that is already formatted without the ~/n~ tags It would be a very useful feature in...
  4. abedcode

    Android Question how to use git with b4a?

    hello everyone, I like to know when using git, which directories or files I should ignore? should I commit backup zip files? what about "Objects" directory? a .gitignore file would be really helpful, thanks in advance :)
  5. M

    Android Question Download file from GitHub repository

    Hi everyone. I never used github but now I need to download a file from a repository. I have a repository , and I want to download only the latest added file. It’s possibile to do this in b4x? Thanks in advance.
Top