Reputation: 3261
Being new to Android I am not getting the coding conventions for android. My project has one activity which is MainActivity.
Now can we create another activity without having MainActivity as parent activity? And per application, there should be only one Main Activity (Only one parent activity for all other activity) or can there be more than one Main Activities (Parent Activities)?
Upvotes: 1
Views: 1504