Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Kotlin Programming By Example

You're reading from   Kotlin Programming By Example Build real-world Android and web applications the Kotlin way

Arrow left icon
Product type Paperback
Published in Mar 2018
Publisher Packt
ISBN-13 9781788474542
Length 500 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Iyanu Adelekan Iyanu Adelekan
Author Profile Icon Iyanu Adelekan
Iyanu Adelekan
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. The Fundamentals 2. Building an Android Application – Tetris FREE CHAPTER 3. Implementing Tetris Logic and Functionality 4. Designing and Implementing the Messenger Backend with Spring Boot 2.0 5. Building the Messenger Android App – Part I 6. Building the Messenger Android App – Part II 7. Storing Information in a Database 8. Securing and Deploying an Android App 9. Creating the Place Reviewer Backend with Spring 10. Implementing the Place Reviewer Frontend 11. Other Books You May Enjoy

The app manifest

The app manifest is an XML file that is present in every Android application. It is located in the manifests of an application's root folder. The manifest file holds crucial information pertaining to an application on the Android operating system. The information contained in an application's androidManifest.xml must be read by the Android system before an application can be run. Some of the information that must be registered in the app manifest are:

  • The Java package name for the application
  • The activities present in the application
  • Services that are used in the application
  • Intent filters that direct implicit intents to an activity
  • Descriptions of the broadcast receivers used in the application
  • Data pertaining to content providers present in the application
  • The classes that implement the various application components
  • The permissions that are required...
You have been reading a chapter from
Kotlin Programming By Example
Published in: Mar 2018
Publisher: Packt
ISBN-13: 9781788474542
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime