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

前端 未结 5 1822
有刺的猬
有刺的猬 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:40

    you can try co.m_1organizationName.appName or co.m1organizationName.appName this way your package will not be absurd and the address will be more meaningful.

提交回复
热议问题