Android Training in Chandigarh (14) - PowerPoint PPT Presentation

About This Presentation
Title:

Android Training in Chandigarh (14)

Description:

Android Training in Chandigarh – PowerPoint PPT presentation

Number of Views:10

less

Transcript and Presenter's Notes

Title: Android Training in Chandigarh (14)


1
Android Training in Chandigarh
  • CBitss Technologies

2
API Reference
  • The API reference for the NDK includes
    documentation for the base set of native headers
    that the NDK provides for Android. These headers,
    and their associated libraries, expose a variety
    of features otherwise only accessible via the
    Android framework. A few of these features are as
    follows
  • Using hardware sensors.
  • Accessing storage.
  • Handling user input.
  • Setting configuration information, such as screen
    orientation.
  • The API reference provides detailed information
    on these and other functionalities provided in
    the NDK.

3
Application Fundamentals
  • 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, an Android package, which is an
    archive file with an .apk suffix. One APK file
    contains all the contents of an Android app and
    is the file that Android-powered devices use to
    install the app.

4
(No Transcript)
5
Application Fundamentals
  • The Android operating system is a multi-user
    Linux system in which each app is a different
    user.
  • By default, the system assigns each app a unique
    Linux user ID (the ID is used only by the system
    and is unknown to the app). The system sets
    permissions for all the files in an app so that
    only the user ID assigned to that app can access
    them.
  • Each process has its own virtual machine (VM), so
    an app's code runs in isolation from other apps.

6
App components
  • App components are the essential building blocks
    of an Android app. Each component is an entry
    point through which the system or a user can
    enter your app. Some components depend on others.
  • There are four different types of app components
  • Activities.
  • Services.
  • Broadcast receivers.

7
  • CBitss Technologies
  • Contact Us 9988741983, 9914641983
  • Website -
  • http//cbitss.in/android-training-in-chand
    igarh/

CBitss Technologies SCO-23, 24,25, Level 3,Near
Passport office, Sector 34 A, Chandigarh
8
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com