Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

In this lesson, you’ll examine a specific part of the app you created earlier. You’ll explore the Android manifest file, an essential requirement and the starting point for any Android app.

You’ll learn:

  • The purpose of the Android manifest file.

  • The difference between activities, intents, broadcast receivers, and content providers.

  • Some of the various tags in the manifest, such as activity, application, and permissions.

Let’s get started! :]

See forum comments
Download course materials from Github
Previous: Quiz: Use Android Resources Next: The App Manifest