I'm starting my first Android app and after reading up I understand that the reverse domain name needed for an Android app is required in order to uniquely identify the app but is the application domain name used for anything other than uniquely identifying the app?
Specifically I am wondering about
1) The consequences (feature or bug?) of using different domain names for activities within the app
2) Is there any relation to a registered domain used for a website?
3) Any other snippets to fill in my lack of knowledge :)