[android-developers] Re: APKTool - decoding our apps

2010-05-13 Thread Jay Gischer
Ryszard > You should rethink, whether there is really any sense in stealing > something from your app. Ideas, design and appearance could be > "stolen" by just looking at it. Algorithms? It is really hard to > analyze simple loop in smali code - it's asm, you know. If you really > want to not let

[android-developers] Re: Unit Testing : Who uses it ?

2010-03-11 Thread Jay Gischer
I've been a professional programmer since 1975. A lot of my programming was done without unit testing. I now think that was a mistake. I'm fond of saying that programming is both really easy and impossibly difficult. Testing is a good example of this. But it depends on the size and complexit

[android-developers] Re: Problems with local network broadcast.

2010-03-10 Thread Jay Gischer
Hmm, at a guess, when you call "new DatagramSocket" you are asking for a port on the local machine that you are going to send from. But port 5 is already in use listening to broadcasts. Maybe you need to send your broadcasts from a different port? -- You received this message because you

[android-developers] Re: welcome... Android ?

2010-03-09 Thread Jay Gischer
I've been doing some very simple development (so far!) on my MacBook Pro. So this is possible. I use Eclipse as my IDE, not the Apple dev stuff.Maybe that's what you are missing? -j -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To