Get your facts straight, and the fog of your confusion will lift.
Google did not "release the first buggy SDK". Every vendor's first SDK
was buggy.

As for why no #ifdef, when they designed Java, they realized the main
applications of #ifdef were 1) accommodating hardware differences and
2) debugging. The former was expected to be handled with
implementation of different Interfaces, the latter with Java's
debugging capabilities INSTEAD of using #ifdef.

On Jul 31, 1:00 pm, sblantipodi <perini.dav...@dpsoftware.org> wrote:
> ah ah... it's incredible...
> I develop on Windows Mobile, JavaME, Bada, Blackberry, Symbian.
> I can use preprocessing on every platform...
> How can you develop on a mobile without preprocessing? Sure android is
> really good for fart app,
> but what else?
>
> I don't want to troll but I really can't understand why I heard many
> developers saying "viva android" when
> google released the first buggy SDK.
>
> On Jul 31, 8:22 pm, TreKing <treking...@gmail.com> wrote:
>
> > On Sat, Jul 31, 2010 at 10:25 AM, sblantipodi
> > <perini.dav...@dpsoftware.org>wrote:
>
> > > is there some sort of preprocessing in eclipse using android?
>
> > No.
>
> > > I haven't understood if this is a lack of netbeans or it is a lack of
> > > android.
>
> > It's a lack of Java. Preprocessing, specifically the #ifndef notation you
> > mention, is a C/C++ thing.
>
> > -------------------------------------------------------------------------------------------------
> > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> > transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to