









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of Android, an operating system primarily used for mobile phones. It covers the basics of Android development, including programming languages, app components, and the structure of an app. Topics include Activities, Services, Broadcast Receivers, Content Providers, and the AndroidManifest.xml file. Additionally, the document discusses the use of Java and XML, as well as the concept of Dynamic Method Dispatch or Runtime Polymorphism. The document also includes instructions for installing and setting up Android Studio.
Typology: Cheat Sheet
1 / 17
This page cannot be seen from the preview
Don't miss anything!










Android. Google Play store features more than 3.3 million apps. The app is developed on an application known as Android Studio. These executable apps are installed through a bundle or package called APK(Android Package Kit).
Gradle : Gradle is an advance toolkit, which is used to manage the build process, that allows to define the flexible custom build configurations.