OK, firstly deploying your app without obfuscating the code was a mistake. But now that its happened why do you think someone who is selling a paid version of your app and who will have a hard time maintaining the code (decompiling doesn't give you a nice base to work from) is going to be able to compete with a free up to date version from you?
Secondly 1) I don't find Java particularly slow. But you can expect that its performance on a device will improve as more devices can access to JIT. 2) Eclipse is OK, but you don't have to use it. I don't, I prefer IntelliJ. Yes it costs, but not much. 3) Yes, the emulator is slow to start up, but after that its fine. So don't close it between each iteration. I don't. William On Sep 10, 9:35 am, billconan <[email protected]> wrote: > We will think of ways to stop him. and perhaps in our next release we > will consider using ndk to encrypt our logo and strings. but this will > sacrifice the performance. > > But more importantly, I think this is a fundamental fault of the > android platform. Java is so easy to hack and so slow. Ndk programs > are so hard to debug and has no support for even standard c++ > features. > > the android develop environment is much much worse than xcode. eclipse > can die when debugging a very simple code. and the emulator takes > forever to start. and did I mention how many weird system bugs we see > through our bug report system? > > i picked up android because it is cheap and perhaps because it has a > large user-base now. i can't ignore it, but i don't like it. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

