dargan Apps Update 9
Feb 20
Trying to understand the Android Manifest file and the role it plays in the application as a whole. From what I have gleaned so far, it lists all the activities that are to be used in the android application, how these activities can be referred to by other activities, and which activity first launches when the application is run.

