Hello,
If your domain name begins with a number, say 123abc.com, can that still be used for a namespace for a package (com.123abc.myapp)? Is there some convention to be followed? '123abc' is not a valid java identifier according to Eclipse. I tried 'com._123abc.myapp' but that dies when I tried sending the app to the emulator.
I appreciate your time.
If your domain name begins with a number, say 123abc.com, can that still be used for a namespace for a package (com.123abc.myapp)? Is there some convention to be followed? '123abc' is not a valid java identifier according to Eclipse. I tried 'com._123abc.myapp' but that dies when I tried sending the app to the emulator.
I appreciate your time.