this post was submitted on 12 Mar 2024
37 points (100.0% liked)

Programming

16240 readers
125 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 3 months ago* (last edited 3 months ago) (2 children)

I know I won`t make friends with this but check out B4A.

Its a "BASIC like" syntax (no its not basic spaghetti code) in a RAD environment that outputs native java code apk.

Its free and a good support forum. You could even put your app on the store

Edit: you could also compile to java for pc and ios software

[–] [email protected] 4 points 3 months ago (1 children)

You had me at "BASIC"! I'm going to check it out.

I think that BASIC has historically been my most productive language. My favourite implementation was something called "Z-Basic", a compiled BASIC with device-independent graphics that could run on and target Apple//, Mac, and PC.

[–] [email protected] 4 points 3 months ago* (last edited 3 months ago) (1 children)

I made some apps for my own use.

One is a food score browser. It connects to an offline database supplied with the apk and shows search results in a scrollable list as well as details on select. You can search in english and german the same time.

[–] [email protected] 2 points 3 months ago (1 children)

It looks like I need a Windows machine (or VM or wine). Is that correct?

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago) (1 children)

VM should work. For B4i (ios) you need also a mac for compile afaik.

The output runs on win, linux, server, mac, ios, android or arduino. Depending on what you used b4a, b4i, b4j or b4r. The syntax is the same eveywhere.

The crossplatform libary b4x pages makes sure that the same program look and feel can be compiled to various platforms without to much hassle.

[–] [email protected] 2 points 3 months ago
[–] [email protected] 2 points 3 months ago

This is interesting, thank you!