Android App Development

For everything that's not in any way related to PureBasic. General chat etc...
DTecMeister
User
User
Posts: 42
Joined: Sat Mar 04, 2006 5:19 pm
Location: Rome, NY

Android App Development

Post by DTecMeister »

I haven't been active on this site in recent months, only because I've been working on projects in various other languages.
I'd like to know how many here have jumped into developing Android apps and opengl es 2.x in particular.
My own experience is that learning opengl es 2.x is fun and powerful, but very painful.
Where are the masses?
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: Android App Development

Post by Kuron »

I hope to jump into Android development as soon as I can afford a certain programming language.
Best wishes to the PB community. Thank you for the memories. ♥️
User avatar
dhouston
Enthusiast
Enthusiast
Posts: 430
Joined: Tue Aug 21, 2007 2:44 pm
Location: USA (Cincinnati)
Contact:

Re: Android App Development

Post by dhouston »

You should look at Basic4Android.
http://www.basic4ppc.com/index.html
http://davehouston.org
Mac Mini (Intel) 10.6.8 - iMac G4 (PPC) 10.4.11
Dell Dimension 2400 W98SE,W2K,XP,Vista,W7,Debian,Ubuntu,Kubuntu,Xubuntu,Fedora,Mandriva,Mint
(on swappable HDDs)
Vizio VTAB1008 - Android 3.1
MK808 miniAndroidPC (Android 4.1)
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: Android App Development

Post by Kuron »

That is the one I am wanting to save up for. :)
Best wishes to the PB community. Thank you for the memories. ♥️
DarkDragon
Addict
Addict
Posts: 2228
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: Android App Development

Post by DarkDragon »

Kuron wrote:I hope to jump into Android development as soon as I can afford a certain programming language.
Java is free, the android SDK/NDK is free, .. you could afford it now. :lol:
I've made a prototype for an household power controller app in java with android a year ago. It's very simple.
bye,
Daniel
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: Android App Development

Post by Kuron »

DarkDragon wrote:
Kuron wrote:I hope to jump into Android development as soon as I can afford a certain programming language.
Java is free, the android SDK/NDK is free, .. you could afford it now. :lol:
I've made a prototype for an household power controller app in java with android a year ago. It's very simple.
I would rather use a basic. For now I can use GLBasic. I am typing this from my kindle.
Best wishes to the PB community. Thank you for the memories. ♥️
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3870
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: Android App Development

Post by wilbert »

I tried the Android SDK recently.
I was quite shocked it doesn't even support unsigned variables and direct memory access :shock:
iOS so far looked much more advanced to me but maybe I'm missing something.
xorc1zt
Enthusiast
Enthusiast
Posts: 276
Joined: Sat Jul 09, 2011 7:57 am

Re: Android App Development

Post by xorc1zt »

java has no unsigned types and memory access is done with the clas sun.misc.Unsafe
User avatar
Tenaja
Addict
Addict
Posts: 1949
Joined: Tue Nov 09, 2010 10:15 pm

Re: Android App Development

Post by Tenaja »

Yeah, this is because Java was meant to be for "anybody," and they knew that most coders never really understood how unsigned math worked when you subtracted a a big number from a smaller number.
Post Reply