QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: FilipeEstima on October 01, 2018, 03:46:02 pm

Title: Not sure this is the correct subforum, but...
Post by: FilipeEstima on October 01, 2018, 03:46:02 pm
I want to do some simple apps for Android, not games. Can BASIC do the trick? Can anybody recommend what software to use? I'm totally new to Android programming, currently my experience is 100% on the side of user.
Title: Re: Not sure this is the correct subforum, but...
Post by: FellippeHeitor on October 01, 2018, 03:53:41 pm
We don't do Android.
Title: Re: Not sure this is the correct subforum, but...
Post by: FilipeEstima on October 01, 2018, 03:57:00 pm
Yes I know that, just wondering if using BASIC is a good idea for coding Android apps, and if so, get a recommendation to a suitable software package. Maybe I should ask this question at Off-Topic?
Title: Re: Not sure this is the correct subforum, but...
Post by: FellippeHeitor on October 01, 2018, 04:10:14 pm
My opinion is that, for maximum efficiency, you should write Android apps using a modern language. Even if BASIC is used somewhere, it'll be a translator thing like we do for the desktop currently and it'd likely introduce middle-men that are unwanted in a mobile environment.
Title: Re: Not sure this is the correct subforum, but...
Post by: bplus on October 01, 2018, 05:17:51 pm
SmallBASIC works on Android, interpreter only, free from GooglePlay.

Perfect for small apps! Discussed on this forum:
http://retrogamecoding.org/board/index.php

PS very similar to QB64 in that it could run old QB code with little or no modification.