you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 2 years 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

  • source
  • hideshow 4 child comments
  • [–] 6 points 2 years ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 2 years ago* (last edited 2 years ago) (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago* (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments