Eme Fibonacci Well-Known Member Licensed User Longtime User May 11, 2016 #1 How to choose the package name. How to properly choose the name for the package? for example if I have a domain mydomain.com and an app called myapp the appropriate name would be: com.mydomain.myapp? in this scenario what the package names of additional libraries that I create in eclipse? Thank you.
How to choose the package name. How to properly choose the name for the package? for example if I have a domain mydomain.com and an app called myapp the appropriate name would be: com.mydomain.myapp? in this scenario what the package names of additional libraries that I create in eclipse? Thank you.
Erel B4X founder Staff member Licensed User Longtime User May 11, 2016 #2 Eme Fibonacci said: in this scenario what the package names of additional libraries that I create in eclipse? Click to expand... Doesn't really matter. Only the application package name needs to be globally unique. Upvote 0
Eme Fibonacci said: in this scenario what the package names of additional libraries that I create in eclipse? Click to expand... Doesn't really matter. Only the application package name needs to be globally unique.