hemu
hemu

Reputation: 3261

android activity without parent activity

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

Answers (1)

Ram kiran Pachigolla
Ram kiran Pachigolla

Reputation: 21201

Check this Application Fundamentals

Upvotes: 2

Related Questions