Rc3375 wrote:
> 1.  Can apps for the G1 be done in the Java language ONLY. 

ONLY compared to...what?

You need the Android SDK. You do not need any other programming language
(unless you count XML or SQL as programming languages).

> And if
> that is TRUE, does that mean that you would loose some functionally by
> not using some of the features included in android?

I have no idea what you mean by this. You need the Android SDK to
develop Android applications using the Java programming language.

> 2.  And once the app works in DrJava, would you still have to run it
> through Eclipse in order to submit it to the market??

No. If it works in the emulator and on devices, you can submit it to the
Market. You do not need Eclipse to submit to the Market or otherwise
distribute your application.

> Is android similar to say C++

Android is an operating system. C++ is a programming language. You
cannot readily compare the two.

> whereas in the start of the file you
> INCLUDE libraries that are referenced during the executation of the
> app?  If true, then is there some type of standard header info that
> can be copied and pasted into the android app?

I recommend you learn Java outside of Android before you try Android
development. Your question is a Java question, not an Android one. Java
uses import statements to "include" references to classes a given Java
source code file needs.

http://en.wikibooks.org/wiki/Java_Programming/Keywords/import

> And last one:  I tend to think of classes as having a particular
> name.  i.e FAMILY, where you could have a
> mother,father,sons,daughters,animals, etc.  And each one would have a
> name associated with it (mother = "Jane", father = "Bill", son =
> "Little Billy" etc.
> Is this a way to think of what a class is? 

I really recommend you learn Java outside of Android before you try
Android development. Your question is a Java question, or perhaps a
general object-oriented programming one, not an Android one.

http://en.wikipedia.org/wiki/Object-oriented_programming#Fundamental_concepts

> What is the purpose of VOID?

http://mindprod.com/jgloss/void.html
http://en.wikibooks.org/wiki/Java_Programming/Keywords/void

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 Available!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to