Component of Android Application

Android applications consist of loosely coupled components, bound by the application manifest that describes each component and how they interact. The manifest is also used to specify the application’s metadata, its hardware and platform requirements, external libraries, and required permissions. The following components comprise the building blocks for all your Android applications: Activities — Your … Read more