[android-developers] Re: Beginner questions

2010-12-14 Thread orlandroid
Mac works awesome. I develop on a MacBook Pro, I also use a Win Vista
machine. No issue on either. I have developed on Ubuntu and it's
equally good. The only difference is that Macs update their Java
automatically and you don't need to install plugins to make your
physical devices work with the machine.

On Dec 13, 1:07 pm, TreKing treking...@gmail.com wrote:
 On Sat, Dec 11, 2010 at 1:57 AM, JY Kim jkim...@gmail.com wrote:
  Which of OS environment is preferrable?
  Windows or Linux?

 The one you prefer. :-)

 --- 
 --
 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


[android-developers] Re: Beginner questions

2010-12-13 Thread JY Kim
Another question.

Which of OS environment is preferrable?
Windows or Linux?

-- 
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


Re: [android-developers] Re: Beginner questions

2010-12-13 Thread TreKing
On Sat, Dec 11, 2010 at 1:57 AM, JY Kim jkim...@gmail.com wrote:

 Which of OS environment is preferrable?
 Windows or Linux?


The one you prefer. :-)

-
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

[android-developers] Re: Beginner questions

2010-12-12 Thread Muhammad Ali
Hi,
   You should set the JAVA_HOME variable and set the path for the
JAVA_HOME\bin in your path variable. In my opinion you should use
Eclipse becoz it reduce your manual effort for the building and
setting the environment and commands.
   Yours Sincerely,
  Muhammad Ali Hassan

On Dec 10, 1:51 pm, JY Kim jkim...@gmail.com wrote:
 Hello.

 I am beginner in android and my focus is on porting, but I think I
 also need to learn to write application.
 I have 2 questions

 1. Is eclipse essential in android application writing?
 Read through hello world program on android developer site, I thought
 I shoud use eclipse.
 Application was project based and I think I should use eclipse as if I
 use Visual C++ when I write MFC program.

 2. Should I install JDK 64 bit?
 My windows is 64 bit but I installed 32bit JDK. When I tried compling
 some program in command line, compiler couldn't find Java in 'Program
 Files' directory because it was on 'Program Files(x86)'. when I linked
 directory, it still could't find it.
 Should I use JDK 64bit? I saw some program for 32 bit does not run on
 64bit Windows.
 If I should use 64bit JDK, I just need to reinstall JDK only? I saw
 SDK is installed only after JDK is installed.

 Please answer.
 Thanks

-- 
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


[android-developers] Re: Beginner questions

2010-12-11 Thread Indicator Veritatis
Eclipse is not absolutely essential, but it is such a great
convenience, you should take advantage of it unless you absolutely
have to use another environment. Also, most Android development is
taking place in the Eclipse environment, so you have lots of resources
you can take advantage of if you stick with this majority solution.

As for 64bit, there is a rumor running about that 64bit programs tend
to be somewhat less reliable than 32bit. But I haven't noticed any
problems with 64bit Linux versions (which is what I use).


On Dec 10, 12:51 am, JY Kim jkim...@gmail.com wrote:
 Hello.

 I am beginner in android and my focus is on porting, but I think I
 also need to learn to write application.
 I have 2 questions

 1. Is eclipse essential in android application writing?
 Read through hello world program on android developer site, I thought
 I shoud use eclipse.
 Application was project based and I think I should use eclipse as if I
 use Visual C++ when I write MFC program.

 2. Should I install JDK 64 bit?
 My windows is 64 bit but I installed 32bit JDK. When I tried compling
 some program in command line, compiler couldn't find Java in 'Program
 Files' directory because it was on 'Program Files(x86)'. when I linked
 directory, it still could't find it.
 Should I use JDK 64bit? I saw some program for 32 bit does not run on
 64bit Windows.
 If I should use 64bit JDK, I just need to reinstall JDK only? I saw
 SDK is installed only after JDK is installed.

 Please answer.
 Thanks

-- 
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


[android-developers] Re: Beginner questions

2010-12-11 Thread Hal
It is not a must. On the other hand, It will probably make your life
easier.

There are other tools that may help as well:

Java Design Pattern Framework for Android.
http://www.ibm.com/developerworks/webservices/library/ws-designpattern/index.html

Hal and intelligent Android
On Dec 10, 3:51 am, JY Kim jkim...@gmail.com wrote:
 Hello.

 I am beginner in android and my focus is on porting, but I think I
 also need to learn to write application.
 I have 2 questions

 1. Is eclipse essential in android application writing?
 Read through hello world program on android developer site, I thought
 I shoud use eclipse.
 Application was project based and I think I should use eclipse as if I
 use Visual C++ when I write MFC program.

 2. Should I install JDK 64 bit?
 My windows is 64 bit but I installed 32bit JDK. When I tried compling
 some program in command line, compiler couldn't find Java in 'Program
 Files' directory because it was on 'Program Files(x86)'. when I linked
 directory, it still could't find it.
 Should I use JDK 64bit? I saw some program for 32 bit does not run on
 64bit Windows.
 If I should use 64bit JDK, I just need to reinstall JDK only? I saw
 SDK is installed only after JDK is installed.

 Please answer.
 Thanks

-- 
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