Working with Android Fragments

Working with Android Fragments

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 1h 55m | 287 MB

Learn to master Fragments & Android Layouts by building a fully function, polished Android app

Welcome to this exciting course where you will learn to master Android Fragments and Layouts. You’ll have fun learning all about fragments and android layouts by building a polished app – HeroMe. First, you’ll learn about the basics of Android Fragments. Then you’ll dive deeper into custom drawables and changing views programmatically. By the end of this courses, you’ll be able to start building more functional apps.

A complete course packed with step-by-step instructions, working examples, and helpful advice. This course is clearly divided into small parts that will help you understand each part individually and help you learn at your own pace.

What You Will Learn

  • Understand Java Fragments
  • Graphics and Drawables
  • Custom Drawables
  • Changing views programmatically
Table of Contents

Touchy Feely App – Working With iOS Touch ID and Face ID
1 SecureNotes – Intro to app
2 Creating Xcode Project
3 Building NoteVC
4 Creating Note Model, LockStatus Enum, & Dummy Data
5 Building NoteCell & Subclass
6 Building NoteDetailVC
7 Passing Note Data to NoteDetailVC
8 Writing helper functions & updating NoteCell Subclass
9 Authenticating with Touch ID Face ID & updating information
10 SecureNotes – Challenge