0% found this document useful (0 votes)
364 views

Unit-5 Displaying Pictures and Menus With Views: Using Menus With Viewscreating The

The document outlines the units of an Android developer course. Unit 1 covers getting started with Android development including the Android developer community. Unit 2 discusses activities, fragments, and intents, specifically adding fragments dynamically and using intents. Unit 3 covers the Android user interface including display orientation and the action bar. Unit 4 describes designing user interfaces with views like listviews and spinners. Unit 5 displays pictures and menus with views and covers data persistence using databases. The textbook for the course is listed as well as reference books on Android application development.

Uploaded by

Madhava Krishna
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
364 views

Unit-5 Displaying Pictures and Menus With Views: Using Menus With Viewscreating The

The document outlines the units of an Android developer course. Unit 1 covers getting started with Android development including the Android developer community. Unit 2 discusses activities, fragments, and intents, specifically adding fragments dynamically and using intents. Unit 3 covers the Android user interface including display orientation and the action bar. Unit 4 describes designing user interfaces with views like listviews and spinners. Unit 5 displays pictures and menus with views and covers data persistence using databases. The textbook for the course is listed as well as reference books on Android application development.

Uploaded by

Madhava Krishna
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Unit -1

Android Developer Community


UNIT - 2
Fragments, and Intents: Fragments-Adding Fragments Dynamically, Life Cycle of a Fragment,
Interactions between Fragments. Calling Built-In Applications Using Intents -Understanding the
Intent Object, Using Intent Filters, Displaying Notifications.
UNIT - 3
Getting to know the Android User Interface: Adapting to Display Orientation- AnchoringViews,
Resizing and Repositioning.

Utilizing the Action Bar - Adding Action Items to theAction Bar, Customizing the Action Items and
Application Icon, Creating the User InterfaceProgrammatically.

UNIT - 4
Designing your User Interface with Views: Using List Views to Display Long Lists-ListView View,
Using the Spinner View.

UNIT-5

DISPLAYING PICTURES AND MENUS WITH VIEWS: Using Menus with ViewsCreating the
Helper Methods,Options Menu, Context Menu. Data Persistence: Creating and Using Databases-
Creating the DBAdapter Helper Class,Using the Database Programmatically, Pre-Creating the
Database.
MOBILE APPLICATIONS USING ANDROID

UNIT-1:

GETTING STARTED WITH ANDROID PROGRAMMING: What Is Android? - Android


Versions, Features of Android, Architecture of Android, Android Devices in the Market, The Android
Market, The Android Developer Community. Setting up An Android Studio Development
Environment, Creating Your First Android Application, Anatomy of an Android Application.

UNIT-2:

ACTIVITIES, FRAGMENTS, AND INTENTS: UNDERSTANDING ACTIVITIES - Applying


Styles and Themesto an Activity, Hiding the Activity Title, Displaying a Dialog Window,
Displaying a Progress Dialog, Displaying a More Sophisticated Progress Dialog. Activities,
Fragments, and Intents: Fragments-Adding Fragments Dynamically, Life Cycle of a Fragment,
Interactions between Fragments. Calling Built-In Applications Using Intents -Understanding the
Intent Object, Using Intent Filters, Displaying Notifications.

UNIT-3:
GETTING TO KNOW THE ANDROID USER INTERFACE: Understanding the Components
of a Screen -Views and ViewGroups, LinearLayout, AbsoluteLayout, TableLayout,
RelativeLayout,FrameLayout, ScrollView. Getting to know the Android User Interface: Adapting to
Display Orientation- AnchoringViews, Resizing and Repositioning.Utilizing the Action Bar -
Adding Action Items to theAction Bar, Customizing the Action Items and Application Icon,
Creating the User InterfaceProgrammatically.

UNIT-4:
DESIGNING YOUR USER INTERFACE WITH VIEWS: Using Basic Views - textView View,
Button,ImageButton, EditText, CheckBox, ToggleButton, RadioButton and
RadioGroupViews,ProgressBar View, AutoCompleteTextView View. Designing your User Interface
with Views: Using List Views to Display Long Lists-ListView View, Using the Spinner View.

UNIT-5
DISPLAYING PICTURES AND MENUS WITH VIEWS: Using Image Views to Display
Pictures-Gallery and ImageView Views, Using Menus with ViewsCreating the Helper
Methods,Options Menu, Context Menu. Data Persistence: Creating and Using Databases- Creating
the DBAdapter Helper Class,Using the Database Programmatically, Pre-Creating the Database.

TEXT BOOK:
Wei-MengLee,‖Beginning Android 4 Application Development‖,Wiley India (Wrox).

REFERENCE BOOKS:

1. Reto Meier, ―Professional Android 4 Application Development‖, Wiley India,(Wrox).


2. James C Sheusi,‖Android Application Development for Java Programmers‖, Cengage
Learning.
3. Sam‘s ―Teach Yourself Android Application Development in 24 Hrs‖, Lauren Darcy and
Shane Conder, 2/e.
4. Wallace Jackson,‖Android apps for absolute beginners‖, Apress. Web References 1.

You might also like