Re: [android-developers] multiple editTexts allow only one of the two digits

2012-06-12 Thread swingyang yang
I don't think there is a good way to solve your problem, except add listeners to one edittexts and check another one's value. -- 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@googleg

Re: [android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread swingyang yang
hi, Jim, do you have checked the "eclipse.ini" file in the eclipse install location ? Perhase the system is out of memery, I just guess. 2012/6/11 G. Blake Meike > It would be very helpful to have the *actual* error message. Most > probably, though, your workspace has been corrupted. The si

Re: [android-developers] Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread swingyang yang
o, that's very terrible ! there must have something wrong during you install eclipse, did you have try on linux ubuntu version ? perhaps your luncks will be coming ! Good Lunck, my friend ! 2012/6/11 Jim Graham > I'm setting up my new Mac Mini for development so I can get back to > wo

[android-developers] Comparing Ice Cream Sandwich with iOS 5

2012-02-07 Thread swingyang yang
In this document, I am trying to compare the APIs of ICS with those of iOS 5. So, the comparison is from the point of view of the developer. And, I am looking only at the public APIs documented on the Android SDK web site. I know there are other APIs in the source code and they may be used by some