When looking at most sites (including SO), most of them use:
<activity android:name=".MainActivity" />
insted of
<activity android:name=".Complaints"> </activity>
- What are the main differences between the two, if any?
- Are there valid reasons to use one instead of the other?
- Are there valid reasons to use combine them? Does using come with compatibility issues, seeing it is not very widely used?