The package naming convention in Android is:
com.organizationName.appName
But if the organizationName or the appName starts with a number o
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.