I am building an Android App. Is that OK to use two words as package name?
For example:
com.myapp
com.puzzlegame
com.dingdong
What is the reason behind using three words as a package name?
For example:
com.myapp.android
com.puzzlegame.something
com.dingdong.pingpong
Thanks!!!