Android RFO Basic!

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
JackWebb
Enthusiast
Enthusiast
Posts: 109
Joined: Wed Dec 16, 2009 1:42 pm
Location: Tampa Florida

Android RFO Basic!

Post by JackWebb »

Found this,

https://play.google.com/store/apps/deta ... .rfo.basic

I've been using it for a few days now, and so far it looks like a winner! It has a few bugs, but is being actively developed. It's open source, licensed under GPL and free! You can produce native APK with no runtimes. Oh, and it's procedural. :)

There is an active forum as well.

http://rfobasic.freeforums.org
Make everything as simple as possible, but not simpler. ~Albert Einstein
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Re: Android RFO Basic!

Post by Joakim Christiansen »

I like logic, hence I dislike humans but love computers.
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Android RFO Basic!

Post by IdeasVacuum »

Seems to have 2 names - "RFO-Basic" and "Basic!".
Also seems you cannot develop apps on a PC, only on an Android device?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: Android RFO Basic!

Post by Danilo »

IdeasVacuum wrote:Also seems you cannot develop apps on a PC, only on an Android device?
Looks like "RFO-BASIC! Launcher" at http://mougino.free.fr/rfo-basic/ is for developing on Windows.
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Android RFO Basic!

Post by IdeasVacuum »

The launcher looks very clever.......
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
TI-994A
Addict
Addict
Posts: 2751
Joined: Sat Feb 19, 2011 3:47 am
Location: Singapore
Contact:

Re: Android RFO Basic!

Post by TI-994A »

JackWebb wrote:...You can produce native APK with no runtimes. Oh, and it's procedural. :)
Technically, it's a purely interpreted language, with the interpreter embedded within the APK along with the BASIC script. In such models, speed is an issue.

Basic4Android is a good alternative, actually compiling to bytecode. Although a required runtime is still embedded within the APK, performance doesn't seem to be compromised too much.

The new Android Development Studio is also pretty cool, and comes with an interface builder. The GUI XML code is automatically generated, but alas, all else is JAVA.
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel :D
tj1010
Enthusiast
Enthusiast
Posts: 716
Joined: Mon Feb 25, 2013 5:51 pm

Re: Android RFO Basic!

Post by tj1010 »

I don't get why there isn't an xcode and ndk BASIC yet? People must be really busy, because low turn-around on mobile development has a better market potential than anything in SaaS and SEO..

Right not you have to spend a fortune on something that doesn't even use the mobile features and has only bland templates, use something under-developed and buggy, or code and manage your own xcode/ndk library and code everything low level to not get rejected for having something that can inject code.. Oh year and the 1-billion webview frameworks that usually fit the first group..
Post Reply