I’ve read much about android package naming conventions, but still have no idea what I should name my packages if I don’t have any personal webpage whatsoever and am not a member of any organization. Open to all suggestions.
I’ve read much about android package naming conventions, but still have no idea what
Share
What about simply using your name?
(In camelCase, as seems to be the Java convention)I assume that’s what you’d be publishing your apps under (as you’re not a member of any organisation), so why not name your package com.myname.myapp?Edit: see comments