What is the rule of the name of the packages that start with number?

前端 未结 5 1823
有刺的猬
有刺的猬 2020-12-18 02:05

The package naming convention in Android is:

com.organizationName.appName

But if the organizationName or the appName starts with a number o

5条回答
  •  青春惊慌失措
    2020-12-18 02:38

    The naming convention is merely to help you create a unique package name for the Play market. If you use your company's website address backwards (i.e. com.websitename.appname), then it's unlikely another app in the Play market will have it. You can name the package whatever you want so you can spell the number out to make it easier (com.oneOrganizationName.appName).

提交回复
热议问题