Sunday, May 20, 2012

Venturing into native application development

I have been playing around with a new development tool.

I realized that when creating an Android or iOS application, the Application Id and Project name is very important.

If you happen to use camel casing, you will have to ensure that the Application ID is exactly the same name as the project name.

For example, when you create a project name and name it FirstApplication, the Application ID must be something like com.somedomain.FirstApplication

No comments:

Post a Comment