Re: [android-developers] Chilling news: Oracle sues Google over Android

2010-08-13 Thread Kwan Cheng
You would think java sucks until you try objective c. Imo c#.net is the best language out of the bunch. On Aug 13, 2010 1:54 AM, Miguel Morales therevolti...@gmail.com wrote: I used to hate Java, I think that it's ok to good now. (Even better with the framework google provided to make apps)

Re: [android-developers] Re: Error after publishing

2010-08-09 Thread Kwan Cheng
This is a tricky error. I've seen this a lot on my own programs. There is no way to help you unless the source is available. Try to run the program in debug mode on the device. It will usually break at the point of the null pointer exception. It is most likely because the acidity thread got

Re: [android-developers] ERROR IN C:\Users\lenovo\Desktop\android-sdk_r06-windows\android-sdk-windowsSDK Setup.exe

2010-08-09 Thread Kwan Cheng
I think you can fix it by turning force http its on the getting started page On Aug 9, 2010 4:46 PM, izzet.ulas izzet.u...@gmail.com wrote: I've been taking Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: Connection timed out: connect error for 2 weeks.

Re: [android-developers] My Eclipse 3.5 always lag and have to force close - why?

2010-07-30 Thread Kwan Cheng
I have the same issue On Jul 30, 2010 7:22 AM, Mystique joven.ch...@gmail.com wrote: Hi, I'm on Win7 32-bit with 4GB RAM. Why my Eclipse always become so slow until it take so long to response to my mouse or keyboard. I have to force terminate it, restart and use it for like 20min and repeat

Re: [android-developers] Re: how do you guys feel about the develop tools?

2010-07-21 Thread Kwan Cheng
I don't think there is anything wrong with eclipse. You use what you have. You do have the option to contribute. Besides xcode and eclipse are practically punch cards when compared to visual studio ease of use and tool integration. Again you use what you can, you can't compare apples to

Re: [android-developers] multitouch for a piano

2010-07-04 Thread Kwan Cheng
You can't android only tracks two touch points a time On Jul 3, 2010 1:10 PM, ArcDroid jacobrjohn...@gmail.com wrote: Hi does anyone have good way to impliment multi touch for a piano, thanks Jake -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: VideoView not playing sample video on T-Mobile G2 (Just audio)

2010-07-02 Thread Kwan Cheng
I had the same problem when experimenting with the surfaceview samples. it seems counter intuitive that an xml level property would be the last thing applied where all docs specifies that xml parameters are always first to be applied. On Jul 2, 2010 7:55 AM, Cardy andy.ca...@gmail.com wrote:

Re: [android-developers] How much does an Nexus One cost?

2010-07-02 Thread Kwan Cheng
the ide and sdk are free. The dev phone is 399. There is also a 25 dollar registration fee. On Jul 2, 2010 10:53 AM, Chuck Tilbury chucktilb...@gmail.com wrote: I am thinking of joining the android developers network. However, I cannot seem to find out how much the hardware development tools

Re: [android-developers] Re: java.lang.NullPointerException when trying to edit strings.xml

2010-07-01 Thread Kwan Cheng
It seems Helios breaks the resource editors, I did not have this issue when using Galileo. I had to resort using the XML editor to work around the null errors. Hopefully the android tool set will have this issue worked out. On Thu, Jul 1, 2010 at 12:46 AM, Bob Kerns r...@acm.org wrote: There