Android Developer
GVI Institute
Course Overview
Android software development is the process by which applications are created for devices running the Android operating system. Google states that “Android apps can be written using Kotlin Java, and C++ languages” using the Android software development kit (SDK), while using other languages is also possible.
Android apps can be written using Kotlin, Java, and C++ languages. The Android SDK tools compile your code along with any data and resource files into an APK or an Android App Bundle.
An Android package, which is an archive file with an .apk suffix, contains the contents of an Android app that are required at runtime and it is the file that Android-powered devices use to install the app.
An Android App Bundle, which is an archive file with an .aab suffix, contains the contents of an Android app project including some additional metadata that is not required at runtime. An AAB is a publishing format and is not installable on Android devices, it defers APK generation and signing to a later stage. When distributing your app through Google Play for example, Google Play’s servers generate optimized APKs that contain only the resources and code that are required by a particular device that is requesting installation of the app.
Course Duration
6 Months
Eligibility.
1. You should have a keen desire to learn Information Technology.
2. Only graduate people can apply
Course Fees
INR : ₹15000/-
Course Content
-
Information
-
-
ANDROID – Environment Setup
-
ANDROID – Architecture
-
ANDROID – Applications Component
-
ANDROID – Hello World Example
-
ANDROID – Organizing & Accessing the resources
-
ANDROID – Activities
-
Android - Services
-
Android - Broadcast Receivers
-
Android - Content Providers
-
Android - Fragments
-
Android - Intents and Filters
-
- Android User Interface
- Android Advanced Concepts