zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[GigaCourse.Com] Udemy - Android Jetpack Compose The Comprehensive Bootcamp [2022]
magnet:?xt=urn:btih:4a88fad7f63e1cb374f27e27ac0bdc405bd8ccba&dn=[GigaCourse.Com] Udemy - Android Jetpack Compose The Comprehensive Bootcamp [2022]
磁力链接详情
文件列表详情
4a88fad7f63e1cb374f27e27ac0bdc405bd8ccba
infohash:
279
文件数量
17.3 GB
文件大小
2023-8-10 11:16
创建日期
2024-11-12 01:41
最后访问
相关分词
GigaCourse
Com
Udemy
-
Android
Jetpack
Compose
The
Comprehensive
Bootcamp
2022
01 - Introduction/001 Introduction.mp4 10.07 MB
01 - Introduction/002 Course Learning Path - Please Watch this.mp4 3.64 MB
03 - Important Message/001 Important Message.mp4 2.23 MB
04 - WINDOWS Machine Setup for Development/001 Installing Android Studio and Setup.mp4 88.74 MB
04 - WINDOWS Machine Setup for Development/003 Creating a Kotlin Module and Running it.mp4 16.58 MB
04 - WINDOWS Machine Setup for Development/004 Kotlin Playground - Online Code Editor.mp4 9.7 MB
05 - MAC Machine Setup for Development/001 Install and Setup Android Studio.mp4 71.99 MB
05 - MAC Machine Setup for Development/002 Create a Kotlin Module in a Android Project.mp4 20.69 MB
05 - MAC Machine Setup for Development/003 Kotlin Playground - Online Code Editor.mp4 10.03 MB
06 - [Build an App - BizCard] - Build Your First Jetpack Compose App/001 App Demo.mp4 7.7 MB
06 - [Build an App - BizCard] - Build Your First Jetpack Compose App/002 Setting Up BizCard App - Android Compose Surface Layout and Preview.mp4 88.41 MB
06 - [Build an App - BizCard] - Build Your First Jetpack Compose App/003 Creating a Card and Changing Its Properties with Modifier.mp4 77.74 MB
06 - [Build an App - BizCard] - Build Your First Jetpack Compose App/004 Adding the Profile Image.mp4 77.01 MB
06 - [Build an App - BizCard] - Build Your First Jetpack Compose App/005 Adding a Column and a Divider.mp4 75.39 MB
06 - [Build an App - BizCard] - Build Your First Jetpack Compose App/006 [CHALLENGE] - Change Divider's Parameters.mp4 3.67 MB
06 - [Build an App - BizCard] - Build Your First Jetpack Compose App/007 [CHALLENGE SOLUTION] - Divider Parameters.mp4 13.8 MB
06 - [Build an App - BizCard] - Build Your First Jetpack Compose App/008 Adding the Card Info Section.mp4 44.29 MB
06 - [Build an App - BizCard] - Build Your First Jetpack Compose App/009 Adding the Portfolio Button.mp4 25.85 MB
06 - [Build an App - BizCard] - Build Your First Jetpack Compose App/010 Create the Content Composable Function.mp4 54.98 MB
06 - [Build an App - BizCard] - Build Your First Jetpack Compose App/011 Adding a LazyColumn Layout and the Toggle Functionality.mp4 92.14 MB
06 - [Build an App - BizCard] - Build Your First Jetpack Compose App/012 Final Touches to the BizCard App.mp4 111.14 MB
06 - [Build an App - BizCard] - Build Your First Jetpack Compose App/013 What's Next.mp4 4.19 MB
07 - Kotlin Programming Language Fundamentals - Variable Types/001 Section Introduction.mp4 2.26 MB
07 - Kotlin Programming Language Fundamentals - Variable Types/002 Kotlin var and val Keywords.mp4 36.77 MB
07 - Kotlin Programming Language Fundamentals - Variable Types/003 Initializing Variables.mp4 23.05 MB
07 - Kotlin Programming Language Fundamentals - Variable Types/004 Intro to Variable Types - Int and String.mp4 17.83 MB
07 - Kotlin Programming Language Fundamentals - Variable Types/005 Basic Types in Kotlin.mp4 25.21 MB
07 - Kotlin Programming Language Fundamentals - Variable Types/006 The Long Type.mp4 9.46 MB
07 - Kotlin Programming Language Fundamentals - Variable Types/007 Floating Point Types.mp4 23.01 MB
07 - Kotlin Programming Language Fundamentals - Variable Types/008 Kotlin Operators.mp4 22.14 MB
07 - Kotlin Programming Language Fundamentals - Variable Types/009 Section Summary.mp4 19.7 MB
08 - Kotlin Fundamentals - Loops and Branching/001 Section Introduction - Loops and Branching.mp4 4.29 MB
08 - Kotlin Fundamentals - Loops and Branching/002 The If Statement and When Expression.mp4 43.46 MB
08 - Kotlin Fundamentals - Loops and Branching/003 When Expression - Range.mp4 11.95 MB
08 - Kotlin Fundamentals - Loops and Branching/004 The For Loop.mp4 32.71 MB
09 - Kotlin Fundamentals - Functions/001 Section Introduction - Functions.mp4 2.6 MB
09 - Kotlin Fundamentals - Functions/002 Create a Simple Kotlin Function.mp4 14.6 MB
09 - Kotlin Fundamentals - Functions/003 Functions with Int Parameters.mp4 30.88 MB
09 - Kotlin Fundamentals - Functions/004 Adding More Parameters to a Function.mp4 15.44 MB
09 - Kotlin Fundamentals - Functions/005 Default Arguments & Named Arguments.mp4 69.66 MB
09 - Kotlin Fundamentals - Functions/006 Functions and Return Types.mp4 42.91 MB
09 - Kotlin Fundamentals - Functions/007 Returning a Boolean.mp4 32.79 MB
09 - Kotlin Fundamentals - Functions/008 Lambda Expressions - an Introduction.mp4 39.71 MB
09 - Kotlin Fundamentals - Functions/009 [CHALLENGE SOLUTION] - CatAge - To Lambda Expression.mp4 7.73 MB
09 - Kotlin Fundamentals - Functions/010 Using the it Lambda Keyword.mp4 7.96 MB
09 - Kotlin Fundamentals - Functions/011 Lambda Expressions that Return Unit - Void.mp4 15.8 MB
09 - Kotlin Fundamentals - Functions/012 Trailing Lambda.mp4 41.19 MB
10 - Kotlin Fundamentals - Collections/001 Introduction to Collections.mp4 72.34 MB
10 - Kotlin Fundamentals - Collections/002 Invoking Methods on Lists.mp4 40.99 MB
10 - Kotlin Fundamentals - Collections/003 Kotlin Sets and Maps Collections.mp4 74.74 MB
10 - Kotlin Fundamentals - Collections/004 Initializing Lists.mp4 44.24 MB
10 - Kotlin Fundamentals - Collections/005 Empty Collections.mp4 23.96 MB
10 - Kotlin Fundamentals - Collections/006 Collection Filters.mp4 39.78 MB
10 - Kotlin Fundamentals - Collections/007 Section Summary - Collections.mp4 23.11 MB
11 - Kotlin - Intermediate Object Oriented Programming Concepts/001 Introduction to OOP - Create First Class.mp4 31.84 MB
11 - Kotlin - Intermediate Object Oriented Programming Concepts/002 Kotlin Classes and the Primary Constructors.mp4 46.46 MB
11 - Kotlin - Intermediate Object Oriented Programming Concepts/003 The init Block.mp4 29.33 MB
11 - Kotlin - Intermediate Object Oriented Programming Concepts/004 Adding a class Function with Parameters.mp4 24.09 MB
11 - Kotlin - Intermediate Object Oriented Programming Concepts/005 Inheritance and Override.mp4 90.39 MB
11 - Kotlin - Intermediate Object Oriented Programming Concepts/006 Inheritance Design Steps.mp4 6.05 MB
11 - Kotlin - Intermediate Object Oriented Programming Concepts/007 Introduction to Interface Classes.mp4 12.63 MB
11 - Kotlin - Intermediate Object Oriented Programming Concepts/008 Creating an Interface and Using It.mp4 53.03 MB
11 - Kotlin - Intermediate Object Oriented Programming Concepts/009 Extension Functions in Kotlin.mp4 32.26 MB
11 - Kotlin - Intermediate Object Oriented Programming Concepts/010 Remove First and Last Character Extension Function - CHALLENGE SOLUTION.mp4 13.5 MB
11 - Kotlin - Intermediate Object Oriented Programming Concepts/011 Data Class.mp4 40.13 MB
11 - Kotlin - Intermediate Object Oriented Programming Concepts/012 Section Summary - Kotlin OOP.mp4 11.67 MB
12 - Kotlin - Advanced Concepts/001 Introduction to Generics.mp4 60.07 MB
12 - Kotlin - Advanced Concepts/002 Using Generics.mp4 49.22 MB
12 - Kotlin - Advanced Concepts/003 Introduction to Enums and State.mp4 88.46 MB
12 - Kotlin - Advanced Concepts/004 Improving Enums - Sealed Classes.mp4 104.11 MB
12 - Kotlin - Advanced Concepts/005 Sealed Classes Creation.mp4 89.76 MB
13 - [Jetpack Compose] - Introduction to Jetpack Compose and Fundamentals/001 Introduction - What's Jetpack & Understanding the Imperative Approach.mp4 34.42 MB
13 - [Jetpack Compose] - Introduction to Jetpack Compose and Fundamentals/002 Understanding a Compose Project - Basics - Preview and Compose Annotation.mp4 92.96 MB
13 - [Jetpack Compose] - Introduction to Jetpack Compose and Fundamentals/003 Creating a Simple Composable Function.mp4 52.81 MB
13 - [Jetpack Compose] - Introduction to Jetpack Compose and Fundamentals/004 Modifier and Composable Functions - What are they.mp4 55.8 MB
13 - [Jetpack Compose] - Introduction to Jetpack Compose and Fundamentals/005 Creating a Simple Compose App - Create a Circle.mp4 69.74 MB
13 - [Jetpack Compose] - Introduction to Jetpack Compose and Fundamentals/006 Adding the Circle into the Main Surface.mp4 45.13 MB
13 - [Jetpack Compose] - Introduction to Jetpack Compose and Fundamentals/007 Finishing Up the User Interface.mp4 78.32 MB
13 - [Jetpack Compose] - Introduction to Jetpack Compose and Fundamentals/008 Introduction to MutableState - Incrementing a Counter.mp4 91.95 MB
13 - [Jetpack Compose] - Introduction to Jetpack Compose and Fundamentals/009 [Imperative vs Declarative Approach] - Thinking in Compose.mp4 25.3 MB
13 - [Jetpack Compose] - Introduction to Jetpack Compose and Fundamentals/010 Hoisting the State of Our Money Counter App.mp4 134.23 MB
13 - [Jetpack Compose] - Introduction to Jetpack Compose and Fundamentals/011 Section Summary - Jetpack Compose and Paradigm Shift.mp4 16.71 MB
14 - [Optional] Android Real Device Setup/001 How to Setup an Android Device for Development.mp4 54.87 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/001 JetTip App Demo.mp4 9.95 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/002 The Structure of JetTip & Setting up the Container Function.mp4 112.04 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/003 The TopHeader Function - Finish up.mp4 88.36 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/004 Adding the Rounded Border for the Main Content.mp4 44.91 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/005 Input Fields - Creating a Customizable InputField Composable Function.mp4 160 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/006 Showing the Input Field.mp4 111.8 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/007 Refactoring the InputField Compose Function.mp4 72.8 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/008 Creating Round Icon Buttons.mp4 188.29 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/009 Fixing the Input Field Width.mp4 34.57 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/010 Adding the TipRow and Slider.mp4 111.96 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/011 Finishing up the Slider Composable.mp4 50.02 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/012 Incrementing and Decrementing Functions.mp4 53.12 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/013 Showing the Tip Percentage on Slide Value Change.mp4 29.76 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/014 Calculating the Tip Amount.mp4 57.79 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/015 Total per Person Calculations.mp4 103.35 MB
15 - [Jetpack Compose] - Build a Tip Calculator App/016 State Hoisting - Code Refactor and Section Summary.mp4 83.85 MB
16 - [Jetpack Compose] - Build a Movie App - Introduction to Scaffold and LazyColumn/001 Section Introduction.mp4 2.43 MB
16 - [Jetpack Compose] - Build a Movie App - Introduction to Scaffold and LazyColumn/002 Understanding the Scaffold Composable.mp4 63.86 MB
16 - [Jetpack Compose] - Build a Movie App - Introduction to Scaffold and LazyColumn/003 Using LazyColum and Showing Movies.mp4 99.69 MB
16 - [Jetpack Compose] - Build a Movie App - Introduction to Scaffold and LazyColumn/004 Make Each Row Clickable.mp4 37.63 MB
16 - [Jetpack Compose] - Build a Movie App - Introduction to Scaffold and LazyColumn/005 Introduction to Navigation Component.mp4 16.07 MB
16 - [Jetpack Compose] - Build a Movie App - Introduction to Scaffold and LazyColumn/006 Setting up the Navigation Structure.mp4 86.89 MB
16 - [Jetpack Compose] - Build a Movie App - Introduction to Scaffold and LazyColumn/007 Setting up Navigation Structure - Home Screen and Details Screen.mp4 124.46 MB
16 - [Jetpack Compose] - Build a Movie App - Introduction to Scaffold and LazyColumn/008 Navigating and Passing Arguments.mp4 83.44 MB
16 - [Jetpack Compose] - Build a Movie App - Introduction to Scaffold and LazyColumn/009 Navigating Back on Back button Clicked.mp4 26.88 MB
16 - [Jetpack Compose] - Build a Movie App - Introduction to Scaffold and LazyColumn/010 Adding the TopAppBar and Back Navigation.mp4 63.24 MB
16 - [Jetpack Compose] - Build a Movie App - Introduction to Scaffold and LazyColumn/011 Navigation Component Summary.mp4 9.84 MB
17 - [Jetpack Compose] - Movie App - Improvements/001 Adding Movie Data class and Dummy Data.mp4 77.95 MB
17 - [Jetpack Compose] - Movie App - Improvements/002 Using Coil to Add Images.mp4 93.8 MB
17 - [Jetpack Compose] - Movie App - Improvements/003 Adding Expand Capability on the Card to show More Info.mp4 108.07 MB
17 - [Jetpack Compose] - Movie App - Improvements/004 Adding more Movie Info into the Row.mp4 33.46 MB
17 - [Jetpack Compose] - Movie App - Improvements/005 Finishing Up the Details Screen.mp4 108.47 MB
17 - [Jetpack Compose] - Movie App - Improvements/006 Section Summary - Movie App Improvements.mp4 14.65 MB
18 - [Jetpack Compose] - Introduction to ViewModel - Build a Note App/001 Note App Demo.mp4 13.87 MB
18 - [Jetpack Compose] - Introduction to ViewModel - Build a Note App/002 Note App - Project Setup & Creating a TextField.mp4 129.12 MB
18 - [Jetpack Compose] - Introduction to ViewModel - Build a Note App/003 Adding TextField and a Button.mp4 87.28 MB
18 - [Jetpack Compose] - Introduction to ViewModel - Build a Note App/004 Adding a DataSource Class - Dummy Data.mp4 73.88 MB
18 - [Jetpack Compose] - Introduction to ViewModel - Build a Note App/005 Creating a Note Row and Showing Dummy Notes.mp4 86.78 MB
18 - [Jetpack Compose] - Introduction to ViewModel - Build a Note App/006 Adding and Removing Notes - Showing them on Screen.mp4 81.82 MB
18 - [Jetpack Compose] - Introduction to ViewModel - Build a Note App/007 Managing State and Data in Compose - Introduction to ViewModel.mp4 14.01 MB
18 - [Jetpack Compose] - Introduction to ViewModel - Build a Note App/008 Creating a ViewModel and Implementing It.mp4 153.58 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/001 What We'll do.mp4 8.76 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/002 Understanding Android ROOM and Dependency Injection (DI) Hilt & Dagger.mp4 6.74 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/004 Understanding DI (Dependency Injection) and Its Advantages.mp4 54.35 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/005 Manual DI vs Hilt.mp4 4.85 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/006 Setup Hilt Dependencies in Gradle.mp4 57.5 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/007 Setting up App Hilt AppModule and the NoteApplicatio Component.mp4 44.26 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/008 The Android ROOM Database Architecture.mp4 22.64 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/009 Adding ROOM and Coroutine Dependencies to Project.mp4 37.54 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/010 Creating a Note Entity.mp4 35.04 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/011 Creating a RoomDatabase Class and DAO.mp4 73.43 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/012 Understanding Coroutines and Suspend Functions.mp4 32.15 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/013 Adding Flow State to getNotes Functions.mp4 33.97 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/014 Adding Providers in AppModule Class.mp4 65.83 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/015 Creating the Repository Class.mp4 60.54 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/016 Updating the NoteViewModel Class.mp4 78.08 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/017 Testing the NoteApp with the ROOM Database.mp4 99.58 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/018 Adding TypeConverters and getting the App to Work.mp4 117.1 MB
19 - [Jetpack Compose] - Note App Improvements - ROOM and Dependency Injection - Hilt/019 Section Summary.mp4 15.69 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/001 JetTrivia app Demo.mp4 25.7 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/002 Setting up the Project - adding all dependencies.mp4 38.48 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/003 The Trivia JSON Payload.mp4 18.78 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/004 Setup the App Structure - Adding Retrofit Dependencies.mp4 111.5 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/005 Adding Hilt Classes and Retrofit.mp4 75.7 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/006 Creating a Wrapper Class for Emitting Metadata.mp4 70.01 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/007 Finishing up the Repository Class.mp4 58.85 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/008 Creating the ViewModel Class.mp4 97.28 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/009 Testing our ViewModel and Logging Trivia Questions.mp4 98.35 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/010 Refactoring Code and Showing the Progress Bar.mp4 26.77 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/011 Creating the UI - Question Tracker Composable.mp4 79.04 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/012 Creating UI - Dotted Line Composable.mp4 75.94 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/013 Creating UI - Radio Button Row.mp4 111.68 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/014 Creating UI - Radio Button Row & Checking Answers.mp4 144.91 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/015 Finishing up the Logic - App Working.mp4 167.82 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/016 Create a Score Meter.mp4 67.66 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/017 Finalizing the Score Meter.mp4 103 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/018 Getting Total Question Count.mp4 29.11 MB
20 - [Jetpack Compose] JetTrivia App - Parsing JSON Retrofit and Clean Architecture/019 Section Summary.mp4 3.67 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/001 Weather Forecast App Demo.mp4 46.58 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/002 Setting up Project and Adding All Gradle Dependencies.mp4 78.66 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/003 OpenWeather - Getting the API Key.mp4 19.45 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/004 Setting up Packages and DI Structures.mp4 44.62 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/005 Setting Up App Navigation - Splash Screen - Part 1.mp4 85.25 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/006 Showing the SplashScreen - Navigation Setup Continuation.mp4 44.43 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/007 Putting together the Splash Screen UI.mp4 89.9 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/008 Splash Screen Animation and Navigating to Main Screen.mp4 120.23 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/009 What We've Done So Far.mp4 19.51 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/010 Setting up Model Classes.mp4 90.95 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/011 Setting up the Weather API Interface for Retrofit - HTTP Library.mp4 68.27 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/012 Creating the Main ViewModel and the Repository Classes.mp4 160.65 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/013 Setting up the ViewModel and Retrieving JSON Payload.mp4 185.88 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/014 Setting up the AppBar - Part 1.mp4 106.97 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/015 Finalizing the WeatherAppBar.mp4 117.15 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/016 Creating the Main Screen Widgets - Top Circle.mp4 120.73 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/017 Creating the Main Screen - Finalizing the Top Circle and Data.mp4 90.4 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/018 Adding Humidity Wind and Pressure Row.mp4 53.28 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/019 Creating the Sunset and Sunrise Row.mp4 56.7 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/020 Weather Detail Row.mp4 117.45 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/021 Finalizing the Weather Detail Row and the Main Screen.mp4 68.11 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/022 Refactoring the Code.mp4 26.11 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/023 Break - What We've Done So far.mp4 8.35 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/024 Setting up the Search Field in Search Screen.mp4 164.45 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/025 Passing the City Name Back to Main Screen and Showing the Forecast Data.mp4 229.57 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/026 Setting up the Dialog and the Dropdown Menu.mp4 119.58 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/027 Navigating to About, Favorites and Settings & Creating the About Screen.mp4 130.41 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/028 Introduction to ROOM and Favorite Screen Structure.mp4 20.05 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/029 Creating a Favorite Entity and DAO Class.mp4 135.33 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/030 Setting up Room Database and Repository.mp4 151.11 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/031 Creating the FavoriteViewModel Class.mp4 89.02 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/032 Adding the Favorite Icon and Saving Favorite Cities to Database.mp4 137.26 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/033 Showing all Favorite Cities.mp4 157.09 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/034 Showing a Toast Message when a City is Saved.mp4 119.74 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/035 Break - What We've Done So Far - Next up The Settings Screen.mp4 8.72 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/036 Creating the Settings View Model.mp4 113.43 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/037 Putting Together the Settings Screen.mp4 78.21 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/038 Saving Measurement Units to the Database.mp4 84.65 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/039 Adding a Default Unit.mp4 53.53 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/040 Showing Metric and Imperial Units in Main Screen - Final Touches.mp4 176.93 MB
21 - [Jetpack Compose] - Build a Weather Forecast App/041 Weather Forecast App Summary.mp4 6.52 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/001 Reader App Demo.mp4 103.51 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/002 Firebase Setup.mp4 122.4 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/003 Setting up Hilt and adding More dependencies.mp4 38.96 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/004 Saving a User to Firestore Database - Test User.mp4 42.57 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/005 Setting Up Di - Dependency Injection with Hilt.mp4 29.48 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/006 Structuring the Project and Adding all Screen Composables.mp4 50.82 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/007 Setting up the ReaderScreen Enum & App Routing.mp4 36.4 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/008 Creating the Navigation Composables & Adding NavController and NavHost Classes.mp4 43.14 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/009 Using the Navigation to Show the SplashScreen.mp4 51.17 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/010 Creating the Splash Screen.mp4 59.14 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/011 Animating the Splash Screen.mp4 69.53 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/012 Navigating to Login Screen.mp4 50.1 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/013 Creating the User Form Composable.mp4 105.1 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/014 Setting up the Email InputField.mp4 105.91 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/015 Setting up the User Form.mp4 137.5 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/016 Showing Login Form and Login Button.mp4 79.63 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/017 Finishing Login and Create Account Logic.mp4 155.98 MB
22 - [Jetpack Compose] - Capstone App - Reader App - Navigation and Login/018 Section Summary.mp4 5.37 MB
23 - [Jetpack Compose] - Capstone App - Reader App Firebase Firestore - Login & Auth/001 Section Introduction - Firebase Auth.mp4 320.7 KB
23 - [Jetpack Compose] - Capstone App - Reader App Firebase Firestore - Login & Auth/002 Setting up FirebaseAuth - Login Users.mp4 108.16 MB
23 - [Jetpack Compose] - Capstone App - Reader App Firebase Firestore - Login & Auth/003 Signing User In to Firebase.mp4 94.98 MB
23 - [Jetpack Compose] - Capstone App - Reader App Firebase Firestore - Login & Auth/004 Creating a User in Firebase Auth.mp4 53.77 MB
23 - [Jetpack Compose] - Capstone App - Reader App Firebase Firestore - Login & Auth/005 Saving a User to Firestore when Users are Created.mp4 67.98 MB
23 - [Jetpack Compose] - Capstone App - Reader App Firebase Firestore - Login & Auth/006 Bypassing the Login Screen If User is Authenticated Already.mp4 35.57 MB
23 - [Jetpack Compose] - Capstone App - Reader App Firebase Firestore - Login & Auth/007 Creating the MUser Model.mp4 68.3 MB
23 - [Jetpack Compose] - Capstone App - Reader App Firebase Firestore - Login & Auth/008 Section Summary.mp4 11.07 MB
24 - [Jetpack Compose] - Capstone App - Reader App - The Home Screen/001 Section Introduction - Home Screen.mp4 1.21 MB
24 - [Jetpack Compose] - Capstone App - Reader App - The Home Screen/002 Creating the Top App Bar - Logo and Title.mp4 95.4 MB
24 - [Jetpack Compose] - Capstone App - Reader App - The Home Screen/003 Adding the Logout Icon and Sign out User.mp4 42.11 MB
24 - [Jetpack Compose] - Capstone App - Reader App - The Home Screen/004 Adding the TopReading Section.mp4 82.11 MB
24 - [Jetpack Compose] - Capstone App - Reader App - The Home Screen/005 Finishing up the Top Section - Reading and User Profile.mp4 85.08 MB
24 - [Jetpack Compose] - Capstone App - Reader App - The Home Screen/006 Creating a Book Listcard.mp4 108.29 MB
24 - [Jetpack Compose] - Capstone App - Reader App - The Home Screen/007 Adding the Rating and Title and Author Structures to List Card.mp4 62.18 MB
24 - [Jetpack Compose] - Capstone App - Reader App - The Home Screen/008 The ListCard - Showing on Screen.mp4 64.01 MB
24 - [Jetpack Compose] - Capstone App - Reader App - The Home Screen/009 Showing an Image on the List Card.mp4 30.2 MB
24 - [Jetpack Compose] - Capstone App - Reader App - The Home Screen/010 Creating the Reading List Area and Adding Dummy Books.mp4 125.44 MB
24 - [Jetpack Compose] - Capstone App - Reader App - The Home Screen/011 Finalizing the Home Screen (For now).mp4 1.97 MB
25 - [Jetpack Compose] - Capstone App - Reader App - The Search Screen/001 Section Introduction - Search Screen.mp4 4.86 MB
25 - [Jetpack Compose] - Capstone App - Reader App - The Search Screen/002 Adding the TopBar of Search Screen.mp4 63.78 MB
25 - [Jetpack Compose] - Capstone App - Reader App - The Search Screen/003 Adding the Search TextField.mp4 80.14 MB
25 - [Jetpack Compose] - Capstone App - Reader App - The Search Screen/004 Search Screen UI Setup Finished.mp4 100.23 MB
25 - [Jetpack Compose] - Capstone App - Reader App - The Search Screen/005 Setting up Retrofit and Hilt DI - Part 1.mp4 144.01 MB
25 - [Jetpack Compose] - Capstone App - Reader App - The Search Screen/006 Setting up the Repository and Data Wrapper Class.mp4 96.45 MB
25 - [Jetpack Compose] - Capstone App - Reader App - The Search Screen/007 Loading Books in a Composable & Instantiating a HiltViewModel.mp4 68.24 MB
25 - [Jetpack Compose] - Capstone App - Reader App - The Search Screen/008 Setting Up Repository.mp4 95.06 MB
25 - [Jetpack Compose] - Capstone App - Reader App - The Search Screen/009 Creating the BookSearch ViewModel.mp4 49.2 MB
25 - [Jetpack Compose] - Capstone App - Reader App - The Search Screen/010 Testing the BookSearch ViewModel and Showing Books on Screen.mp4 122.66 MB
25 - [Jetpack Compose] - Capstone App - Reader App - The Search Screen/011 Adding a isLoading Progress Indicator.mp4 46.98 MB
25 - [Jetpack Compose] - Capstone App - Reader App - The Search Screen/012 Finishing up the Search Screen UI.mp4 34.96 MB
25 - [Jetpack Compose] - Capstone App - Reader App - The Search Screen/013 Section Summary - Search Book Screen.mp4 7.92 MB
26 - [Jetpack Compose] - Capstone App - Reader App The Details Screen & Saving Books/001 Book Details Screen.mp4 4.19 MB
26 - [Jetpack Compose] - Capstone App - Reader App The Details Screen & Saving Books/002 Creating the Details Screen and Passing a Book Id.mp4 96.32 MB
26 - [Jetpack Compose] - Capstone App - Reader App The Details Screen & Saving Books/003 Retrieving a Book Data from ViewModel - Introduction to ProduceState.mp4 110.82 MB
26 - [Jetpack Compose] - Capstone App - Reader App The Details Screen & Saving Books/004 Setting up the Details Screen - Adding Image and Title.mp4 75.63 MB
26 - [Jetpack Compose] - Capstone App - Reader App The Details Screen & Saving Books/005 Adding the Book Description.mp4 72.06 MB
26 - [Jetpack Compose] - Capstone App - Reader App The Details Screen & Saving Books/006 Adding the Save and Cancel Buttons & Creating the MBook model Class.mp4 94.19 MB
26 - [Jetpack Compose] - Capstone App - Reader App The Details Screen & Saving Books/007 Saving a Book to Firestore Database.mp4 107.7 MB
26 - [Jetpack Compose] - Capstone App - Reader App The Details Screen & Saving Books/008 Section Summary - Book Details and Saving Book to Firestore.mp4 17.73 MB
27 - [Jetpack Compose] - Capstone App - Reader App Update and Delete Books/001 Section Intro - Home Screen - Showing Saved Books.mp4 2.43 MB
27 - [Jetpack Compose] - Capstone App - Reader App Update and Delete Books/002 Setting up FireRepository.mp4 101.13 MB
27 - [Jetpack Compose] - Capstone App - Reader App Update and Delete Books/003 Retrieving and Showing User Books in Home Screen.mp4 102.25 MB
27 - [Jetpack Compose] - Capstone App - Reader App Update and Delete Books/004 Setting up the Update Screen.mp4 114.98 MB
27 - [Jetpack Compose] - Capstone App - Reader App Update and Delete Books/005 Adding the Top Part of the Book Update Screen.mp4 117.34 MB
27 - [Jetpack Compose] - Capstone App - Reader App Update and Delete Books/006 Adding a Note TextField.mp4 73.43 MB
27 - [Jetpack Compose] - Capstone App - Reader App Update and Delete Books/007 Adding the Start and Finished Reading TextButtons.mp4 100.86 MB
27 - [Jetpack Compose] - Capstone App - Reader App Update and Delete Books/008 Adding the Rating Bar.mp4 84.9 MB
27 - [Jetpack Compose] - Capstone App - Reader App Update and Delete Books/009 Updating a Book.mp4 122.92 MB
27 - [Jetpack Compose] - Capstone App - Reader App Update and Delete Books/010 Formatting the Date and Showing a Toast Message.mp4 73.21 MB
27 - [Jetpack Compose] - Capstone App - Reader App Update and Delete Books/011 Adding AlertDialog on Delete Button Clicked.mp4 108.32 MB
27 - [Jetpack Compose] - Capstone App - Reader App Update and Delete Books/012 Section Summary - Update Screen.mp4 2.96 MB
28 - [Jetpack Compose] - Capstone App - Reader App Reading and Book list Categories/001 Section Introduction - Home Screen Book - Filtering.mp4 4.83 MB
28 - [Jetpack Compose] - Capstone App - Reader App Reading and Book list Categories/002 Filtering Books into Read and Not yet Categories.mp4 109.43 MB
28 - [Jetpack Compose] - Capstone App - Reader App Reading and Book list Categories/003 The Book Stats Screen - Showing Read and Reading Book Number.mp4 94.13 MB
28 - [Jetpack Compose] - Capstone App - Reader App Reading and Book list Categories/004 Finishing the Stats Screen.mp4 74.68 MB
28 - [Jetpack Compose] - Capstone App - Reader App Reading and Book list Categories/005 Final Touches on the App.mp4 69.27 MB
28 - [Jetpack Compose] - Capstone App - Reader App Reading and Book list Categories/006 [FIX] Book Rating Not Showing.mp4 13.7 MB
29 - What's Next/001 Next Steps.mp4 18.69 MB
其他位置