Video description
The Essentials of Android Application Development LiveLessons (Second Edition) provides developers with a hands-on introduction to Android application development, covering the most important classes and techniques.
Description
In this video training, Ian starts with the installation of Android Studio, configuring an emulator, preparing a device for development, and creating a simple “hello world” app. He then systematically covers each of the essential parts of Android application development, starting with views, activities, and fragments. Using an AsyncTask to perform background operations comes next, and then services, BroadcastReceivers, and system notifications are explained. The video continues with saving data via SharedPreferences and the file system and enhancing the UI with themes and animations and finishes with tips for becoming more efficient with Android Studio and how to submit an app to the Play Store. After watching this video series, developers will be able to create Android applications from scratch and dive into advanced Android topics.
Related Video
https://www.safaribooksonline.com/library/view/essentials-of-android/9780132996594/
About the Instructor
Ian G. Clifton is a passionate Android application developer and user experience advocate. He’s worked on solo projects and led complete teams developing many well-known Android apps such as Saga, CNET News, CBS News, Survivor, Big Brother, and Rick Steve’s Audio Europe. His love of technology, art, and user experience has led him to do platform, web, and desktop development in addition to Android development; he has also authored The Essentials of Android Application Development LiveLessons video series and the Android User Interface Design book.
Skill Level
What You Will Learn
- Install and use Android Studio
- Create an Android application
- Customize the UI with views, themes, and animations
- Run code in the background
- Create and use services, BroadcastReceivers, and system notifications
- Save data to SharedPreferences and the file system
- Become efficient with Android Studio and submit an app to the Play Store
Who Should Take This Course
- Developers who want to quickly learn the core of Android application development
Course Requirements
- Basic understanding of programming and development
- Familiarity with the Java programming language
About LiveLessons Video Training
The LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include: IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more. View all LiveLessons on InformIT at http://www.informit.com/livelessons.
Table of Contents
Introduction
The Essentials of Android Application Development LiveLessons: Introduction
00:01:36
Lesson 1: Creating Your First Android App
Learning Objectives
00:00:59
1.1 Install Android Studio
00:05:38
1.2 Set up an emulator
00:12:22
1.3 Set up a device
1.4 Create a hello world app
Lesson 2: Building the User Interface
Learning Objectives
2.1 Add simple views to a layout
2.2 Reference Android resources
2.3 Use a ListView quickly
2.4 Use the view holder pattern
Lesson 3: Creating More Screens
Learning Objectives
3.1 Create and launch Activities
3.2 Transition to Fragments
3.3 Build additional Fragments
3.4 Use the support library and ViewPager
Lesson 4: Running in the Background the Simple Way
Learning Objectives
4.1 Run an AsyncTask–Part 1
4.2 Run an AsyncTask–Part 2
Lesson 5: Interacting with a Service
Learning Objectives
5.1 Create and start a service
5.2 Use an IntentService
5.3 Communicate with a BroadcastReceiver–Part 1
5.4 Communicate with a BroadcastReceiver–Part 2
5.5 Display a system notification
Lesson 6: Saving Simple Data
Learning Objectives
6.1 Store data in SharedPreferences
6.2 Use the file system
Lesson 7: Enhancing Your User Interface
Learning Objectives
7.1 Extend the application’;s theme–Part 1
7.2 Extend the application’s theme–Part 2
7.3 Animate the views
7.4 Animate the transitions
Lesson 8: Rounding Out Your Knowledge
Learning Objectives
8.1 Become efficient with Android Studio
8.2 Submit to the Google Play Store
Summary
The Essentials of Android Application Development LiveLessons: Summary