Android Training in Chandigarh (9) - PowerPoint PPT Presentation

About This Presentation
Title:

Android Training in Chandigarh (9)

Description:

CBitss Technologies is one of the best It and Management services in Chandigarh. It is one of the best and optimum institute in Chandigarh – PowerPoint PPT presentation

Number of Views:36

less

Transcript and Presenter's Notes

Title: Android Training in Chandigarh (9)


1
Android Training in Chandigarh
SCO 23-24-25, Level 3rd, CBitss Technologies,
Sector 34A, Chandigarh,
2
CBitss Technologies
3
Apps And Apk
Files
An Android app is an Android application. An app
is packaged in an APK file (Android application
package). The APK file contains the compiled Java
code and other resources like texts and images
for the Android application.
4
Activities
  • An Android activity is a GUI component. It
    corresponds roughly to a window in a desktop
    application. Since mobile phone screens are
    small, an activity typically takes up the whole
    screen. If you open multiple activities they are
    stacked on top of each other. You cannot arrange
    activities side by side, like you can do with
    desktop windows.

5

Fragments
  • In Android a fragment is a fragment of a total
    user interface. A fragment typically only takes
    up part of the screen. Fragments are used inside
    activities. Fragments can be reused within
    different activities.
  • Fragments typically contains Views and View
    Groups inside them.

6

Views and ViewGroups
  • Android GUI elements fall into three categories
    Activities, Views and ViewGroups. Activities are
    the screens / windows. Views are the individual
    GUI elements, like a TextView displaying a text,
    a Button that users can click on etc. ViewGroups
    are containers for Views. A ViewGroup groups a
    collection of Views together.
  • Views and ViewGroups can be nested inside an
    activity or inside a fragment (which is again
    nested inside an activity).

7

Layout XML Files
  • Activities, fragments and some ViewGroups can use
    XML files to define their layout and contents.
    The layout XML files specify what GUI components
    an activity or fragment contains, as well as
    styling of the GUI components (size, margins,
    padding etc.).

8
Android Training in
Chandigarh

  • Provided By

  • CBitss Technologies
  • A unit of Sukrala IT
    Services Pvt. ltd.

9
Contact Us
  • OFFICE SCO 23-24-25, LEVEL-3,
  • near passport office,
  • Sector 34A, Chandigarh
  • PHONE 9988741983, 9914641983
  • Visit http//cbitss.in/

10
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com