Every tutorial that I’ve read so far says that package name should be in reverse order of you domain. But what if I do not have a domain and want to publish an app in the market. What alternate package naming convention can I use?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Whatever you want; it’s arbitrary.
Package naming is all about preventing conflicts, and creating logical groups of functionality. Not distributing your library? Just name it something reasonable.
“Not having a domain” isn’t really the point–the reason that’s a recommended practice is because they’re unique to an organization, therefore unique across libraries, and unlikely to create conflicts.