Author Topic: Not sure this is the correct subforum, but...  (Read 3104 times)

0 Members and 1 Guest are viewing this topic.

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

Offline FilipeEstima

  • Newbie
  • Posts: 63
    • View Profile
Not sure this is the correct subforum, but...
« 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.

FellippeHeitor

  • Guest
Re: Not sure this is the correct subforum, but...
« Reply #1 on: October 01, 2018, 03:53:41 pm »
We don't do Android.

Offline FilipeEstima

  • Newbie
  • Posts: 63
    • View Profile
Re: Not sure this is the correct subforum, but...
« Reply #2 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?

Marked as best answer by FilipeEstima on October 01, 2018, 01:16:49 pm

FellippeHeitor

  • Guest
Re: Not sure this is the correct subforum, but...
« Reply #3 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.

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Not sure this is the correct subforum, but...
« Reply #4 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.
« Last Edit: October 01, 2018, 05:25:37 pm by bplus »