I'd like to finally contribute to NANY this year and am thinking of making a simple android app...or two.
I know some java but don't know much about android yet.
Before starting my app, I need to give it a package name.
Which, if uploaded on google play, must be a unique identifier.
Android package names follow the Java package name convention. Usually this is the reverse domain name for the app. Default it is
com.example.appname.
I've also seen e-mail adresses being used like
com.domain.name.appname.
I'm not planning to get a domain for my apps and don't like to use my email address.
It's just a convention and I believe anything works as long as it is unique and follows the rules(about hyphens and caps and all) but I'd like to use a good convention that I can use in the future.
Currently I have:
miva2.apps.appnamewith "miva2.apps." litterally and "appname" replaced by the actual app name ofcourse.
Is this good? Any suggestions? Any things I need to know about package names?
I'd just like to know the opinion of people here
Good luck to other NANY contestants!