Title: industrial training in chandigarh
1Industrial training in chandigarh
CBitss Technologies, SCO23-24-25, Level 3rd,
Sector 34A, Chandigarh, , 160022 Contact
9914641983
2Industrial Training on android
Basic of Android
Android is an open source and Linux-based
operating system for mobile devices such as
smartphones and tablet computers. Android was
developed by the Open Handset Alliance, led by
Google, and other companies. This tutorial will
teach you basic Android programming and will also
take you through some advance concepts related to
Android application development.
CBitss Technologies, SCO23-24-25, Level 3rd,
Sector 34A, Chandigarh, , 160022 Contact
9914641983
3UI layout
- The basic building block for user interface is a
View object which is created from the View class
and occupies a rectangular area on the screen and
is responsible for drawing and event handling.
View is the base class for widgets, which are
used to create interactive UI components like
buttons, text fields, etc. - The ViewGroup is a subclass of View and provides
invisible container that hold other Views or
other ViewGroups and define their layout
properties. - At third level we have different layouts which
are subclasses of ViewGroup class and a typical
layout defines the visual structure for an
Android user interface and can be created either
at run time using View/ViewGroup objects or you
can declare your layout using simple XML file
main_layout.xml which is located in the
res/layout folder of your project.
CBitss Technologies, SCO23-24-25, Level 3rd,
Sector 34A, Chandigarh, , 160022 Contact
9914641983
4Activity, Intent Fragment
- If you have worked with C, C or Java
programming language then you must have seen that
your program starts from main() function. Very
similar way, Android system initiates its program
with in an Activity starting with a call on
onCreate() callback method. - A fragment has its own layout and its own
behaviour with its own life cycle callbacks. - You can add or remove fragments in an activity
while the activity is running. - You can combine multiple fragments in a single
activity to build a multi-pane UI. - A fragment can be used in multiple activities.
- Fragment life cycle is closely related to the
life cycle of its host activity which means when
the activity is paused, all the fragments
available in the activity will also be stopped. - A fragment can implement a behaviour that has no
user interface component.
CBitss Technologies, SCO23-24-25, Level 3rd,
Sector 34A, Chandigarh, , 160022 Contact
9914641983
5 Android Menu Layout Manager
- Menus are a common user interface component in
many types of applications. To provide a familiar
and consistent user experience, you should use
the Menu APIs to present user actions and other
options in your activities.
CBitss Technologies, SCO23-24-25, Level 3rd,
Sector 34A, Chandigarh, , 160022 Contact
9914641983
6 6 Month Industrial Training in
Chandigarh
-
Provided By -
CBitss Technologies - A Unit Of Sukrala IT
Services Pvt. Ltd.
CBitss Technologies, SCO23-24-25, Level 3rd,
Sector 34A, Chandigarh, , 160022 Contact
9914641983
7Contact Us
- OFFICE SCO 23-24-25, LEVEL-3,
- near passport office,
- Sector 34A, Chandigarh
- PHONE 9988741983, 9914641983
- Visit http//cbitss.com/6-months-indu
strial-training.html
CBitss Technologies, SCO23-24-25, Level 3rd,
Sector 34A, Chandigarh, , 160022 Contact
9914641983
8CBitss Technologies, SCO23-24-25, Level 3rd,
Sector 34A, Chandigarh, , 160022 Contact
9914641983