/.../01 - Day 1 - Setting Everything Up/
|
001 What you will learn in this course and how is it structured.mp4
|
121.2 MB
|
001 What you will learn in this course and how is it structured_en.srt
|
23.1 KB
|
002 Thanks a lot for taking the course.mp4
|
8.8 MB
|
002 Thanks a lot for taking the course_en.srt
|
1.6 KB
|
003 How to get most out of this course.mp4
|
52.7 MB
|
003 How to get most out of this course_en.srt
|
6.7 KB
|
004 Day 1 - Downloading Android Studio.mp4
|
35.7 MB
|
004 Day 1 - Downloading Android Studio_en.srt
|
8.9 KB
|
005 Day 1 Installing Android Studio.mp4
|
5.0 MB
|
005 Day 1 Installing Android Studio_en.srt
|
2.1 KB
|
006 Install Android Studio on Linux.html
|
0.2 KB
|
007 Day 1 - Setting up our First Project.mp4
|
27.8 MB
|
007 Day 1 - Setting up our First Project_en.srt
|
11.7 KB
|
008 Day 1 - Overview of the Android Studio Interface.mp4
|
38.4 MB
|
008 Day 1 - Overview of the Android Studio Interface_en.srt
|
15.1 KB
|
009 Day 1 - Understanding Gradle.mp4
|
12.4 MB
|
009 Day 1 - Understanding Gradle_en.srt
|
2.3 KB
|
010 Day 1 - Changing the Scaling in Android Studio.mp4
|
10.8 MB
|
010 Day 1 - Changing the Scaling in Android Studio_en.srt
|
2.5 KB
|
011 Day 1 - Setting up our Emulator.mp4
|
37.7 MB
|
011 Day 1 - Setting up our Emulator_en.srt
|
13.7 KB
|
012 Day 1 - Tip of the Day.mp4
|
5.7 MB
|
012 Day 1 - Tip of the Day_en.srt
|
2.0 KB
|
013 Day 1 - Changing our code for the first time.mp4
|
20.3 MB
|
013 Day 1 - Changing our code for the first time_en.srt
|
7.8 KB
|
014 Day 1 - Understanding Preview.mp4
|
15.1 MB
|
014 Day 1 - Understanding Preview_en.srt
|
5.7 KB
|
015 Day 1 - Imports and Packages.mp4
|
33.1 MB
|
015 Day 1 - Imports and Packages_en.srt
|
9.8 KB
|
016 Day 1 - Understanding the MainActivity OnCreate and Composable.mp4
|
44.2 MB
|
016 Day 1 - Understanding the MainActivity OnCreate and Composable_en.srt
|
17.7 KB
|
018 Day 1 - Finishing Day 1.mp4
|
33.2 MB
|
018 Day 1 - Finishing Day 1_en.srt
|
5.6 KB
|
019 New Feature Learning Paths.html
|
0.6 KB
|
/
|
[Note about resources].txt
|
0.7 KB
|
[TGx]Downloaded from torrentgalaxy.to .txt
|
0.6 KB
|
[Hello].txt
|
1.6 KB
|
/.../02 - Day 2 - Rock Paper Scissors and Kotlin Basics/
|
001 Day 2 - Welcome to Day 2.mp4
|
16.4 MB
|
001 Day 2 - Welcome to Day 2_en.srt
|
2.9 KB
|
002 Day 2 - Overview of what Rock Paper Scissors is build of.mp4
|
30.1 MB
|
002 Day 2 - Overview of what Rock Paper Scissors is build of_en.srt
|
4.3 KB
|
003 Day 2 - Overview of what variables are.mp4
|
33.6 MB
|
003 Day 2 - Overview of what variables are_en.srt
|
5.2 KB
|
004 Day 2 - Int data type.mp4
|
39.9 MB
|
004 Day 2 - Int data type_en.srt
|
14.0 KB
|
005 Day 2 - Running Hello World.mp4
|
28.6 MB
|
005 Day 2 - Running Hello World_en.srt
|
13.6 KB
|
006 Day 2 - Val vs Var and print ints on the console.mp4
|
23.5 MB
|
006 Day 2 - Val vs Var and print ints on the console_en.srt
|
8.4 KB
|
008 Day 2 - Int, Long, Short, Byte and specifying the type manually.mp4
|
15.0 MB
|
008 Day 2 - Int, Long, Short, Byte and specifying the type manually_en.srt
|
4.9 KB
|
009 Day 2 - Float and Double.mp4
|
20.6 MB
|
009 Day 2 - Float and Double_en.srt
|
8.0 KB
|
011 Day 2 - Unsigned Integers.mp4
|
16.1 MB
|
011 Day 2 - Unsigned Integers_en.srt
|
4.2 KB
|
012 Day 2 - Booleans true false negation.mp4
|
22.5 MB
|
012 Day 2 - Booleans true false negation_en.srt
|
7.4 KB
|
014 Day 2 - Char, Unicode and Backslash escape character.mp4
|
26.0 MB
|
014 Day 2 - Char, Unicode and Backslash escape character_en.srt
|
7.9 KB
|
015 Day 2 - Strings.mp4
|
34.7 MB
|
015 Day 2 - Strings_en.srt
|
13.8 KB
|
016 Day 2 - If Else Statements.mp4
|
23.1 MB
|
016 Day 2 - If Else Statements_en.srt
|
7.5 KB
|
017 Day 2 - Readln and toInt to convert strings into int variables.mp4
|
32.8 MB
|
017 Day 2 - Readln and toInt to convert strings into int variables_en.srt
|
10.0 KB
|
018 Day 2 - Else if and the in keyword.mp4
|
22.1 MB
|
018 Day 2 - Else if and the in keyword_en.srt
|
8.5 KB
|
020 Day 2 - Rock Paper Scissors Part 1 - Getting The Computers choice.mp4
|
33.8 MB
|
020 Day 2 - Rock Paper Scissors Part 1 - Getting The Computers choice_en.srt
|
10.6 KB
|
021 Day 2 - Rock Paper Scissors Part 2 - Finding out the winner.mp4
|
29.7 MB
|
021 Day 2 - Rock Paper Scissors Part 2 - Finding out the winner_en.srt
|
9.7 KB
|
022 Day 2 - Rock Paper Scissors Part 3 - Presenting the Winner.mp4
|
24.2 MB
|
022 Day 2 - Rock Paper Scissors Part 3 - Presenting the Winner_en.srt
|
8.1 KB
|
023 Day 2 - While loops with counters.mp4
|
12.6 MB
|
023 Day 2 - While loops with counters_en.srt
|
7.5 KB
|
024 Day 2 - While loops with user input.mp4
|
18.4 MB
|
024 Day 2 - While loops with user input_en.srt
|
5.4 KB
|
027 Day 2 - Finishing Day 2.mp4
|
34.6 MB
|
027 Day 2 - Finishing Day 2_en.srt
|
5.1 KB
|
028 Summary of Day 2.html
|
0.4 KB
|
/.../03 - Day 3 - Functions, Objects and Coffee Machines/
|
001 Day 3 - Welcome to Day 3.mp4
|
9.1 MB
|
001 Day 3 - Welcome to Day 3_en.srt
|
1.2 KB
|
002 Day 3 - Amy and her Coffee Function.mp4
|
28.6 MB
|
002 Day 3 - Amy and her Coffee Function_en.srt
|
11.9 KB
|
003 Day 3 - Adding Sugar - Functions with Parameters.mp4
|
20.1 MB
|
003 Day 3 - Adding Sugar - Functions with Parameters_en.srt
|
7.1 KB
|
005 Day 3 - Quiz Challenge Solution - 1 Spoon 2 Spoons.mp4
|
13.4 MB
|
005 Day 3 - Quiz Challenge Solution - 1 Spoon 2 Spoons_en.srt
|
5.5 KB
|
007 Day 3 - Quiz Challenge Solution - Who is the coffee for.mp4
|
19.8 MB
|
007 Day 3 - Quiz Challenge Solution - Who is the coffee for_en.srt
|
6.3 KB
|
008 Day 3 - BONUS Quiz Challenge Solution - Who is the coffee for with user input.mp4
|
21.1 MB
|
008 Day 3 - BONUS Quiz Challenge Solution - Who is the coffee for with user input_en.srt
|
5.2 KB
|
009 Day 3 - Functions that return something.mp4
|
22.6 MB
|
009 Day 3 - Functions that return something_en.srt
|
6.8 KB
|
011 Day 3 - Quiz Challenge Solution - Get User Input to Add two numbers.mp4
|
11.8 MB
|
011 Day 3 - Quiz Challenge Solution - Get User Input to Add two numbers_en.srt
|
3.5 KB
|
012 Day 3 - More about Return types.mp4
|
29.1 MB
|
012 Day 3 - More about Return types_en.srt
|
9.7 KB
|
013 Day 3 - Limitations of Output - Return Types.mp4
|
10.4 MB
|
013 Day 3 - Limitations of Output - Return Types_en.srt
|
2.9 KB
|
014 Day 3 - Classes Story Time.mp4
|
12.9 MB
|
014 Day 3 - Classes Story Time_en.srt
|
3.8 KB
|
015 Day 3 - Creating our First Class and Object.mp4
|
33.2 MB
|
015 Day 3 - Creating our First Class and Object_en.srt
|
13.0 KB
|
016 Day 3 - Understanding Constructors and Default Values.mp4
|
42.4 MB
|
016 Day 3 - Understanding Constructors and Default Values_en.srt
|
14.7 KB
|
018 Day 3 - Accessing and Changing Properties.mp4
|
10.7 MB
|
018 Day 3 - Accessing and Changing Properties_en.srt
|
3.9 KB
|
019 Day 3 - Data Classes and Coffee.mp4
|
42.8 MB
|
019 Day 3 - Data Classes and Coffee_en.srt
|
17.2 KB
|
020 Day 3 - Finishing Day 3.mp4
|
34.8 MB
|
020 Day 3 - Finishing Day 3_en.srt
|
4.9 KB
|
021 Summary of Day 3.html
|
0.4 KB
|
/.../04 - Day 4 - Lists and Objects/
|
001 Day 4 - Welcome to Day 4.mp4
|
16.9 MB
|
001 Day 4 - Welcome to Day 4_en.srt
|
2.8 KB
|
002 Day 4 - Multiline Comments.mp4
|
10.8 MB
|
002 Day 4 - Multiline Comments_en.srt
|
3.2 KB
|
003 Day 4 - Listof and MutableListOf.mp4
|
37.3 MB
|
003 Day 4 - Listof and MutableListOf_en.srt
|
12.0 KB
|
004 Day 4 - Index in Lists.mp4
|
21.4 MB
|
004 Day 4 - Index in Lists_en.srt
|
8.6 KB
|
005 Day 4 - Modifying specific items in a List.mp4
|
12.5 MB
|
005 Day 4 - Modifying specific items in a List_en.srt
|
4.2 KB
|
006 Day 4 - Set Method on Lists.mp4
|
8.8 MB
|
006 Day 4 - Set Method on Lists_en.srt
|
2.6 KB
|
007 Day 4 - Contains Method - Check if item is in the list.mp4
|
14.3 MB
|
007 Day 4 - Contains Method - Check if item is in the list_en.srt
|
4.4 KB
|
009 Day 4 - For Loops with Lists.mp4
|
20.1 MB
|
009 Day 4 - For Loops with Lists_en.srt
|
6.5 KB
|
010 Day 4 - Getting the Index in a for loop.mp4
|
30.2 MB
|
010 Day 4 - Getting the Index in a for loop_en.srt
|
10.3 KB
|
012 Day 4 - BankAccountApp - Private Keyword and Defining List Type.mp4
|
36.2 MB
|
012 Day 4 - BankAccountApp - Private Keyword and Defining List Type_en.srt
|
12.8 KB
|
013 Day 4 - BankAccountApp - Implementing the functionality.mp4
|
45.6 MB
|
013 Day 4 - BankAccountApp - Implementing the functionality_en.srt
|
13.7 KB
|
015 Day 4 - Finishing Day 4.mp4
|
42.5 MB
|
015 Day 4 - Finishing Day 4_en.srt
|
4.9 KB
|
016 Summary of Day 4.html
|
0.4 KB
|
/.../05 - Day 5 - Our First App - Unit Converter/
|
001 Day 5 - Welcome to Day 5.mp4
|
21.1 MB
|
001 Day 5 - Welcome to Day 5_en.srt
|
2.9 KB
|
002 Day 5 - XML and Jetpack Compose.mp4
|
16.7 MB
|
002 Day 5 - XML and Jetpack Compose_en.srt
|
5.6 KB
|
003 Day 5 - Creating a Project and Understanding the Code with our New Knowledge.mp4
|
43.2 MB
|
003 Day 5 - Creating a Project and Understanding the Code with our New Knowledge_en.srt
|
18.2 KB
|
004 Day 5 - Creating our own Composables and Understanding Column.mp4
|
25.4 MB
|
004 Day 5 - Creating our own Composables and Understanding Column_en.srt
|
9.6 KB
|
005 Day 5 - OutlinedTextField and Anonymous Functions.mp4
|
28.5 MB
|
005 Day 5 - OutlinedTextField and Anonymous Functions_en.srt
|
10.1 KB
|
006 Day 5 - Adding a Preview.mp4
|
14.7 MB
|
006 Day 5 - Adding a Preview_en.srt
|
5.6 KB
|
008 Day 5 - Button, onClick and Toast.mp4
|
28.0 MB
|
008 Day 5 - Button, onClick and Toast_en.srt
|
9.8 KB
|
009 Day 5 - Box, Icons and DropDownMenus.mp4
|
28.2 MB
|
009 Day 5 - Box, Icons and DropDownMenus_en.srt
|
11.4 KB
|
010 Day 5 - Modifier, VerticalArrangement and HorizontalAlignment.mp4
|
28.5 MB
|
010 Day 5 - Modifier, VerticalArrangement and HorizontalAlignment_en.srt
|
9.4 KB
|
011 Day 5 - Spacer vs Padding.mp4
|
25.5 MB
|
011 Day 5 - Spacer vs Padding_en.srt
|
9.3 KB
|
013 Day 5 - Adding DropdownMenus and DropDownMenuItems.mp4
|
38.0 MB
|
013 Day 5 - Adding DropdownMenus and DropDownMenuItems_en.srt
|
11.9 KB
|
014 Day 5 - Finishing Day 5.mp4
|
67.9 MB
|
014 Day 5 - Finishing Day 5_en.srt
|
9.4 KB
|
015 Summary of Day 5.html
|
0.4 KB
|
/.../06 - Day 6 - Unit Converter Part 2 and Understanding State/
|
001 Welcome to Day 6.mp4
|
47.7 MB
|
001 Welcome to Day 6_en.srt
|
5.8 KB
|
002 Day 6 - State - Recomposition - Remember and MutableState.mp4
|
17.5 MB
|
002 Day 6 - State - Recomposition - Remember and MutableState_en.srt
|
4.4 KB
|
003 Day 6 - Captains Remember States and Treasures.mp4
|
57.1 MB
|
003 Day 6 - Captains Remember States and Treasures_en.srt
|
20.3 KB
|
005 Day 6 - Challenge Solution - Storm or Treasure.mp4
|
13.6 MB
|
005 Day 6 - Challenge Solution - Storm or Treasure_en.srt
|
4.7 KB
|
006 Day 6 - Understanding the by keyword.mp4
|
14.2 MB
|
006 Day 6 - Understanding the by keyword_en.srt
|
3.9 KB
|
007 Day 6 - Implementing State to our OutlinedTextField.mp4
|
48.5 MB
|
007 Day 6 - Implementing State to our OutlinedTextField_en.srt
|
15.1 KB
|
008 Day 6 - Implementing iExpanded for DropdownMenu and collapse it.mp4
|
40.8 MB
|
008 Day 6 - Implementing iExpanded for DropdownMenu and collapse it_en.srt
|
12.9 KB
|
009 Day 6 - Converting and Finishing the DropDownMenu Input.mp4
|
34.1 MB
|
009 Day 6 - Converting and Finishing the DropDownMenu Input_en.srt
|
11.3 KB
|
010 Day 6 - Taking Care of the right output and Bug fixing.mp4
|
38.2 MB
|
010 Day 6 - Taking Care of the right output and Bug fixing_en.srt
|
11.4 KB
|
011 Day 6 - Changing the Font of our Text.mp4
|
38.9 MB
|
011 Day 6 - Changing the Font of our Text_en.srt
|
12.1 KB
|
012 End of Day 6.mp4
|
34.7 MB
|
012 End of Day 6_en.srt
|
5.5 KB
|
013 Summary of Day 6.html
|
0.4 KB
|
014 DOWNLOAD SOURCE - UNIT CONVERTER.html
|
0.1 KB
|
/.../07 - Day 7 - Shopping List App - Learning Loads of UI Features/
|
001 Welcome to Day 7.mp4
|
8.2 MB
|
001 Welcome to Day 7_en.srt
|
1.3 KB
|
002 Day 7 - The Shopping List App.mp4
|
20.1 MB
|
002 Day 7 - The Shopping List App_en.srt
|
8.7 KB
|
003 Day 7 - Starting with the Shopping List UI by adding a button.mp4
|
21.1 MB
|
003 Day 7 - Starting with the Shopping List UI by adding a button_en.srt
|
6.9 KB
|
004 Day 7 - Lucy's Infinite Bookshelf and Jamies LazyColumn.mp4
|
13.0 MB
|
004 Day 7 - Lucy's Infinite Bookshelf and Jamies LazyColumn_en.srt
|
4.1 KB
|
005 Day 7 - Adding the LazyColumn and the Data Class.mp4
|
30.8 MB
|
005 Day 7 - Adding the LazyColumn and the Data Class_en.srt
|
11.6 KB
|
006 Day 7 - Moving our ShoppingListApp Code into a separate file.mp4
|
11.1 MB
|
006 Day 7 - Moving our ShoppingListApp Code into a separate file_en.srt
|
3.1 KB
|
007 Day 7 - Understanding and setting up the AlertDialog.mp4
|
23.0 MB
|
007 Day 7 - Understanding and setting up the AlertDialog_en.srt
|
8.2 KB
|
008 Day 7 - Modifying our AlertDialog and Understanding that there.mp4
|
31.6 MB
|
008 Day 7 - Modifying our AlertDialog and Understanding that there_en.srt
|
11.7 KB
|
009 Day 7 - Finishing our AlertDialog and saving the Shoppinglist item.mp4
|
38.2 MB
|
009 Day 7 - Finishing our AlertDialog and saving the Shoppinglist item_en.srt
|
13.5 KB
|
010 Day 7 - Setting up how a listitem should look like.mp4
|
40.3 MB
|
010 Day 7 - Setting up how a listitem should look like_en.srt
|
14.2 KB
|
011 Day 7 - A little more on Lambda expressions.mp4
|
29.1 MB
|
011 Day 7 - A little more on Lambda expressions_en.srt
|
9.2 KB
|
012 Day 7 - Finishing our ShoppingListItem Composable using IconButtons.mp4
|
16.7 MB
|
012 Day 7 - Finishing our ShoppingListItem Composable using IconButtons_en.srt
|
6.6 KB
|
013 Day 7 - ShoppingItemEditor.mp4
|
47.5 MB
|
013 Day 7 - ShoppingItemEditor_en.srt
|
15.1 KB
|
014 Day 7 - Map Keyword.mp4
|
14.4 MB
|
014 Day 7 - Map Keyword_en.srt
|
4.3 KB
|
015 Day 7 - Copy Method.mp4
|
9.0 MB
|
015 Day 7 - Copy Method_en.srt
|
3.9 KB
|
016 Day 7 - let and nullable.mp4
|
10.0 MB
|
016 Day 7 - let and nullable_en.srt
|
4.5 KB
|
017 Day 7 - Finalizing the App.mp4
|
56.1 MB
|
017 Day 7 - Finalizing the App_en.srt
|
19.5 KB
|
019 Day 7 - Finishing Day 7.mp4
|
35.1 MB
|
019 Day 7 - Finishing Day 7_en.srt
|
4.6 KB
|
020 Summary of Day 7.html
|
0.4 KB
|
021 DOWNLOAD SOURCE - SHOPPING LIST APP.html
|
0.1 KB
|
/.../08 - Day 8 - MVVM - Model View ViewModel - Architecture - Counter App Part 2/
|
001 Welcome to Day 8.mp4
|
26.1 MB
|
001 Welcome to Day 8_en.srt
|
3.9 KB
|
002 Day 8 - Kingdom of Appdom and The Royal Orchestra MVVM.mp4
|
8.1 MB
|
002 Day 8 - Kingdom of Appdom and The Royal Orchestra MVVM_en.srt
|
2.1 KB
|
004 Day 8 - Counter App - Rotating Phone and Losing State.mp4
|
26.2 MB
|
004 Day 8 - Counter App - Rotating Phone and Losing State_en.srt
|
8.8 KB
|
005 Day 8 - Converting Counter App with MVVM.mp4
|
42.4 MB
|
005 Day 8 - Converting Counter App with MVVM_en.srt
|
14.5 KB
|
006 Day 8 - Functions that didn't exist and could be called.mp4
|
21.5 MB
|
006 Day 8 - Functions that didn't exist and could be called_en.srt
|
8.2 KB
|
007 Day 8 - Inheritance 2 - Override and Super Keywords.mp4
|
23.7 MB
|
007 Day 8 - Inheritance 2 - Override and Super Keywords_en.srt
|
8.3 KB
|
008 Day 8 - Interfaces - learning from multiple sources.mp4
|
22.5 MB
|
008 Day 8 - Interfaces - learning from multiple sources_en.srt
|
10.9 KB
|
009 Day 8 - Why Interfaces.mp4
|
10.3 MB
|
009 Day 8 - Why Interfaces_en.srt
|
4.2 KB
|
010 Day 8 - Setting up the Model and the Repository for MVVM.mp4
|
39.3 MB
|
010 Day 8 - Setting up the Model and the Repository for MVVM_en.srt
|
14.3 KB
|
011 Day 8 - Why MVVM and Why Repository.mp4
|
40.1 MB
|
011 Day 8 - Why MVVM and Why Repository_en.srt
|
7.0 KB
|
012 Day 8 - Finishing Day 8.mp4
|
26.8 MB
|
012 Day 8 - Finishing Day 8_en.srt
|
4.1 KB
|
013 Summary of Day 8.html
|
0.4 KB
|
/.../09 - Day 9 - JSON, Retrofit, HTTP Requests and Restful APIs - Recipe App/
|
001 Welcome to Day 9.mp4
|
19.8 MB
|
001 Welcome to Day 9_en.srt
|
3.0 KB
|
002 Day 9 - The Scroll of DataVille - JSON Analogy.mp4
|
9.2 MB
|
002 Day 9 - The Scroll of DataVille - JSON Analogy_en.srt
|
2.9 KB
|
003 Day 9 - JSON - what it really stands for.mp4
|
24.3 MB
|
003 Day 9 - JSON - what it really stands for_en.srt
|
7.4 KB
|
004 Day 9 - Understanding the Structure of JSON.mp4
|
33.5 MB
|
004 Day 9 - Understanding the Structure of JSON_en.srt
|
13.8 KB
|
006 Day 9 - TheMealDB and how we will use it.mp4
|
46.7 MB
|
006 Day 9 - TheMealDB and how we will use it_en.srt
|
14.1 KB
|
007 Day 9 - Adding Dependencies for ViewModel, Network Calls JSON.mp4
|
33.4 MB
|
007 Day 9 - Adding Dependencies for ViewModel, Network Calls JSON_en.srt
|
9.7 KB
|
008 Day 9 - Setting up our Categories Data Classes.mp4
|
29.2 MB
|
008 Day 9 - Setting up our Categories Data Classes_en.srt
|
5.8 KB
|
009 Day 9-Using Retrofit, the Suspend Key and Coroutines to get Access to Categories.mp4
|
45.1 MB
|
009 Day 9-Using Retrofit, the Suspend Key and Coroutines to get Access to Categories_en.srt
|
16.2 KB
|
010 Day 9 - Try And Catch And Finally.mp4
|
19.1 MB
|
010 Day 9 - Try And Catch And Finally_en.srt
|
10.7 KB
|
011 Day 9 - Setting up Our MainViewModel and Fetching Data.mp4
|
59.0 MB
|
011 Day 9 - Setting up Our MainViewModel and Fetching Data_en.srt
|
19.3 KB
|
012 Day 9 - Preparing our RecipeScreen.mp4
|
26.2 MB
|
012 Day 9 - Preparing our RecipeScreen_en.srt
|
8.4 KB
|
013 Day 9 - How each Category Item should look like.mp4
|
53.2 MB
|
013 Day 9 - How each Category Item should look like_en.srt
|
16.0 KB
|
014 Day 9 - Adding Internet Permission and Running the App.mp4
|
28.5 MB
|
014 Day 9 - Adding Internet Permission and Running the App_en.srt
|
9.9 KB
|
015 Day 9 - Going through the whole flow of our application.mp4
|
55.6 MB
|
015 Day 9 - Going through the whole flow of our application_en.srt
|
16.4 KB
|
016 Day 9 - Finishing Day 9.mp4
|
32.4 MB
|
016 Day 9 - Finishing Day 9_en.srt
|
4.6 KB
|
017 Summary of Day 9.html
|
0.4 KB
|
018 DOWNLOAD SOURCE - MY RECIPE APP.html
|
0.1 KB
|
/.../10 - Day 10 - Navigation in Android/
|
001 Welcome to Day 10.mp4
|
16.4 MB
|
001 Welcome to Day 10_en.srt
|
2.1 KB
|
002 Day 10 - Setting up First Screen for Navigation.mp4
|
22.4 MB
|
002 Day 10 - Setting up First Screen for Navigation_en.srt
|
8.5 KB
|
003 Day 10 - Setting up The Second Screen for Navigation.mp4
|
14.7 MB
|
003 Day 10 - Setting up The Second Screen for Navigation_en.srt
|
3.4 KB
|
004 Day 10 - NavHost NavController and Navigating.mp4
|
47.0 MB
|
004 Day 10 - NavHost NavController and Navigating_en.srt
|
17.2 KB
|
006 Day 10 - Passing Variables from One Screen To Another.mp4
|
46.3 MB
|
006 Day 10 - Passing Variables from One Screen To Another_en.srt
|
13.5 KB
|
008 Day 10 - Setting up the CategoryDetailScreen for our Recipe App.mp4
|
30.7 MB
|
008 Day 10 - Setting up the CategoryDetailScreen for our Recipe App_en.srt
|
9.5 KB
|
009 Day 10 - Preparing our UI for Navigation.mp4
|
38.2 MB
|
009 Day 10 - Preparing our UI for Navigation_en.srt
|
8.8 KB
|
010 Day 10 - Setting up the Routes with a Sealed Class.mp4
|
11.8 MB
|
010 Day 10 - Setting up the Routes with a Sealed Class_en.srt
|
5.4 KB
|
011 Day 10 - Implementing the Navigation and Passing Objects.mp4
|
69.2 MB
|
011 Day 10 - Implementing the Navigation and Passing Objects_en.srt
|
22.0 KB
|
012 Day 10 - Serialization and Deserialization with Parcelable.mp4
|
15.0 MB
|
012 Day 10 - Serialization and Deserialization with Parcelable_en.srt
|
6.1 KB
|
013 Day 10 - Finishing Day 10.mp4
|
47.0 MB
|
013 Day 10 - Finishing Day 10_en.srt
|
6.5 KB
|
014 Summary of Day 10.html
|
0.4 KB
|
015 DOWNLOAD SOURCE - DAY 10 - NAVIGATION SAMPLE AND MYRECIPEAPP.html
|
0.1 KB
|
/.../11 - Day 11 - Location App/
|
001 Welcome to Day 11.mp4
|
27.6 MB
|
001 Welcome to Day 11_en.srt
|
4.5 KB
|
002 Day 11 - Adding Permissions for Coarse and Fine Location in the AndroidManifest.mp4
|
17.4 MB
|
002 Day 11 - Adding Permissions for Coarse and Fine Location in the AndroidManifest_en.srt
|
6.1 KB
|
003 Day 11 - Checking if we have access to the location permissions.mp4
|
25.0 MB
|
003 Day 11 - Checking if we have access to the location permissions_en.srt
|
8.4 KB
|
004 Day 11 - Story about Context.mp4
|
29.4 MB
|
004 Day 11 - Story about Context_en.srt
|
3.1 KB
|
005 Day 11 - RememberLauncherForActivityResult - Starting the Permission request.mp4
|
41.6 MB
|
005 Day 11 - RememberLauncherForActivityResult - Starting the Permission request_en.srt
|
12.7 KB
|
007 Day 11 - Requesting for Permission and Seeing the Popup.mp4
|
52.1 MB
|
007 Day 11 - Requesting for Permission and Seeing the Popup_en.srt
|
15.5 KB
|
008 Day 11 - Seeing Permissions under the hood in the Android Settings.mp4
|
18.0 MB
|
008 Day 11 - Seeing Permissions under the hood in the Android Settings_en.srt
|
5.6 KB
|
009 Day 11 - Preparing the ViewModel for Location Loading.mp4
|
37.8 MB
|
009 Day 11 - Preparing the ViewModel for Location Loading_en.srt
|
12.1 KB
|
010 Day 11 - Reading the Latitude and Longitude and displaying it.mp4
|
66.1 MB
|
010 Day 11 - Reading the Latitude and Longitude and displaying it_en.srt
|
19.5 KB
|
011 Day 11 - Setting up a Route and Understanding Location on our Emulator.mp4
|
26.5 MB
|
011 Day 11 - Setting up a Route and Understanding Location on our Emulator_en.srt
|
7.4 KB
|
012 Day 11 - Displaying the Address based on Latitude and Longitude.mp4
|
48.4 MB
|
012 Day 11 - Displaying the Address based on Latitude and Longitude_en.srt
|
14.9 KB
|
014 Day 11 - Finishing Day 11.mp4
|
30.0 MB
|
014 Day 11 - Finishing Day 11_en.srt
|
4.2 KB
|
015 Summary of Day 11.html
|
0.4 KB
|
016 DOWNLOAD SOURCE - LOCATION APP.html
|
0.1 KB
|
/.../12 - Day 12 - Adding Maps and Location to our Shopping App/
|
001 Welcome to Day 12.mp4
|
13.0 MB
|
001 Welcome to Day 12_en.srt
|
1.7 KB
|
002 Day 12 - Adding the required Dependencies to our Shopping List App.mp4
|
10.9 MB
|
002 Day 12 - Adding the required Dependencies to our Shopping List App_en.srt
|
2.5 KB
|
003 Day 12 - Setting up the API Key for Google Maps.mp4
|
37.0 MB
|
003 Day 12 - Setting up the API Key for Google Maps_en.srt
|
14.0 KB
|
004 Day 12 - Adding Geocoding API and testing our API Key.mp4
|
14.6 MB
|
004 Day 12 - Adding Geocoding API and testing our API Key_en.srt
|
5.0 KB
|
005 Day 12 - Restricting your API Key.mp4
|
12.9 MB
|
005 Day 12 - Restricting your API Key_en.srt
|
3.9 KB
|
006 Day 12 - Mapping the API Response to Data Classes.mp4
|
25.2 MB
|
006 Day 12 - Mapping the API Response to Data Classes_en.srt
|
6.4 KB
|
007 Day 12 - Prepping our LocationSelectionScreen.mp4
|
27.4 MB
|
007 Day 12 - Prepping our LocationSelectionScreen_en.srt
|
7.0 KB
|
008 Day 12 - Adding GoogleMaps to LocationSelectionScreen.mp4
|
44.6 MB
|
008 Day 12 - Adding GoogleMaps to LocationSelectionScreen_en.srt
|
14.1 KB
|
009 Day 12 - Adding the LocationViewModel.mp4
|
10.3 MB
|
009 Day 12 - Adding the LocationViewModel_en.srt
|
3.2 KB
|
010 Day 12 - Reusing our LocationUtils from the previous lectures.mp4
|
24.3 MB
|
010 Day 12 - Reusing our LocationUtils from the previous lectures_en.srt
|
4.7 KB
|
011 Day 12 - Changing our ShoppingItems.mp4
|
37.0 MB
|
011 Day 12 - Changing our ShoppingItems_en.srt
|
9.7 KB
|
012 Day 12 - Adding the permission request.mp4
|
29.4 MB
|
012 Day 12 - Adding the permission request_en.srt
|
6.5 KB
|
013 Day 12 - Adding the GeocodingApiService.mp4
|
20.5 MB
|
013 Day 12 - Adding the GeocodingApiService_en.srt
|
6.3 KB
|
014 Day 12 - Finalizing Retrofit elements.mp4
|
40.5 MB
|
014 Day 12 - Finalizing Retrofit elements_en.srt
|
11.8 KB
|
015 Day 12 - Putting everything together and testing the app.mp4
|
70.3 MB
|
015 Day 12 - Putting everything together and testing the app_en.srt
|
20.4 KB
|
017 Day 12 - Finishing Day 12.mp4
|
26.2 MB
|
017 Day 12 - Finishing Day 12_en.srt
|
3.4 KB
|
018 Summary of Day 12.html
|
0.4 KB
|
019 DOWNLOAD SOURCE - SHOPPING LIST APP FINAL.html
|
0.1 KB
|
/.../13 - Day 13 - Wishlist App/
|
001 Welcome to Day 13.mp4
|
13.7 MB
|
001 Welcome to Day 13_en.srt
|
2.5 KB
|
002 Day 13 - Setting up the Dependencies.mp4
|
20.6 MB
|
002 Day 13 - Setting up the Dependencies_en.srt
|
5.8 KB
|
003 Day 13 - HomeView and Scaffold.mp4
|
51.7 MB
|
003 Day 13 - HomeView and Scaffold_en.srt
|
16.5 KB
|
004 Day 13 - Understanding HEX and Colors in Depth.mp4
|
36.1 MB
|
004 Day 13 - Understanding HEX and Colors in Depth_en.srt
|
11.2 KB
|
005 Day 13 - Adding A NavigationIcon to our AppBar.mp4
|
31.4 MB
|
005 Day 13 - Adding A NavigationIcon to our AppBar_en.srt
|
10.3 KB
|
006 Day 13 - Only Show the BackIcon when not on the MainScreen.mp4
|
12.9 MB
|
006 Day 13 - Only Show the BackIcon when not on the MainScreen_en.srt
|
4.8 KB
|
007 Day 13 - FloatingActionButton (FAB).mp4
|
21.4 MB
|
007 Day 13 - FloatingActionButton (FAB)_en.srt
|
6.5 KB
|
008 Day 13 - Adding our Wish and WishItem.mp4
|
32.0 MB
|
008 Day 13 - Adding our Wish and WishItem_en.srt
|
10.5 KB
|
009 Day 13 - Displaying Dummy Data.mp4
|
12.6 MB
|
009 Day 13 - Displaying Dummy Data_en.srt
|
4.2 KB
|
010 Day 13 - Preparing the Navigation.mp4
|
27.7 MB
|
010 Day 13 - Preparing the Navigation_en.srt
|
9.0 KB
|
011 Day 13 - Starting with the AddEditDetailView.mp4
|
29.5 MB
|
011 Day 13 - Starting with the AddEditDetailView_en.srt
|
10.3 KB
|
012 Day 13 - Designing our own OutlinedTextField.mp4
|
43.3 MB
|
012 Day 13 - Designing our own OutlinedTextField_en.srt
|
11.1 KB
|
013 Day 13 - ViewModel and AddDetailView.mp4
|
36.1 MB
|
013 Day 13 - ViewModel and AddDetailView_en.srt
|
9.0 KB
|
014 Day 13 - Finalizing Navigation to Move to the Add Screen.mp4
|
22.4 MB
|
014 Day 13 - Finalizing Navigation to Move to the Add Screen_en.srt
|
5.3 KB
|
015 Day 13 - Adding the NavigateUp Functionality to our BackIcon.mp4
|
15.9 MB
|
015 Day 13 - Adding the NavigateUp Functionality to our BackIcon_en.srt
|
4.8 KB
|
017 Day 13 - Finishing Day 13.mp4
|
19.6 MB
|
017 Day 13 - Finishing Day 13_en.srt
|
3.4 KB
|
018 Summary of Day 13.html
|
0.4 KB
|
019 DOWNLOAD SOURCE - WISH LIST APP.html
|
0.1 KB
|
/.../14 - Day 14 - Room Database, DAO, @Entity - Wishlist App/
|
001 Welcome to Day 14.mp4
|
15.0 MB
|
001 Welcome to Day 14_en.srt
|
1.8 KB
|
002 Day 14 - Quick Overview Of Storage Options - Reading the book.mp4
|
33.0 MB
|
002 Day 14 - Quick Overview Of Storage Options - Reading the book_en.srt
|
8.8 KB
|
003 Day 14 - Setting up the @Entity for our Data Class Wish.mp4
|
32.8 MB
|
003 Day 14 - Setting up the @Entity for our Data Class Wish_en.srt
|
11.2 KB
|
004 Day 14 - Setting Up the DAO and Understanding Queries.mp4
|
40.8 MB
|
004 Day 14 - Setting Up the DAO and Understanding Queries_en.srt
|
13.8 KB
|
005 Day 14 - The Room WishDatabase Class.mp4
|
15.7 MB
|
005 Day 14 - The Room WishDatabase Class_en.srt
|
4.3 KB
|
006 Day 14 - Understanding and Using a Repository.mp4
|
28.3 MB
|
006 Day 14 - Understanding and Using a Repository_en.srt
|
9.1 KB
|
007 Day 14 - Prepping our ViewModel understanding Dispatchers and lateinit Var.mp4
|
41.1 MB
|
007 Day 14 - Prepping our ViewModel understanding Dispatchers and lateinit Var_en.srt
|
14.2 KB
|
008 Day 14 - Initializing our Database.mp4
|
38.0 MB
|
008 Day 14 - Initializing our Database_en.srt
|
12.2 KB
|
009 Day 14 - Dependency Injection.mp4
|
18.2 MB
|
009 Day 14 - Dependency Injection_en.srt
|
1.7 KB
|
010 Day 14 - Understanding Singleton and our Graph Object.mp4
|
23.0 MB
|
010 Day 14 - Understanding Singleton and our Graph Object_en.srt
|
8.2 KB
|
011 Day 14 - Adding the Application Class and Using our Graph.mp4
|
16.9 MB
|
011 Day 14 - Adding the Application Class and Using our Graph_en.srt
|
4.7 KB
|
012 Day 14 - Using the Graphs Repository as a Default in Our WishViewModel.mp4
|
7.8 MB
|
012 Day 14 - Using the Graphs Repository as a Default in Our WishViewModel_en.srt
|
2.2 KB
|
013 Day 14 - Adding a Wish And using Snackbars.mp4
|
51.4 MB
|
013 Day 14 - Adding a Wish And using Snackbars_en.srt
|
15.7 KB
|
014 Day 14 - Reading all entry from the db and displaying them.mp4
|
12.0 MB
|
014 Day 14 - Reading all entry from the db and displaying them_en.srt
|
4.2 KB
|
015 Day 14 - Click on a Wish and see it on the detail View.mp4
|
48.7 MB
|
015 Day 14 - Click on a Wish and see it on the detail View_en.srt
|
13.0 KB
|
016 Day 14 - Update An Existing Item.mp4
|
10.5 MB
|
016 Day 14 - Update An Existing Item_en.srt
|
3.2 KB
|
017 Day 14 - Swipe to Delete.mp4
|
25.9 MB
|
017 Day 14 - Swipe to Delete_en.srt
|
9.0 KB
|
018 Day 14 - Swipe to Delete Background.mp4
|
28.6 MB
|
018 Day 14 - Swipe to Delete Background_en.srt
|
8.5 KB
|
019 End of Day 14.mp4
|
25.0 MB
|
019 End of Day 14_en.srt
|
2.7 KB
|
020 Summary of Day 14.html
|
0.4 KB
|
021 DOWNLOAD SOURCE - WISH LIST APP FINAL.html
|
0.1 KB
|
/.../15 - Day 15 - Navigation and Menus with a Music App/
|
001 Welcome to Day 15.mp4
|
21.0 MB
|
001 Welcome to Day 15_en.srt
|
4.4 KB
|
002 Day 15 - Setting up the TopAppBar.mp4
|
40.6 MB
|
002 Day 15 - Setting up the TopAppBar_en.srt
|
12.9 KB
|
003 Day 15 - Adding Resource Icons and Prepping our DrawerItem for the Drawer.mp4
|
52.0 MB
|
003 Day 15 - Adding Resource Icons and Prepping our DrawerItem for the Drawer_en.srt
|
16.2 KB
|
004 Day 15 - Making the drawer appear.mp4
|
46.6 MB
|
004 Day 15 - Making the drawer appear_en.srt
|
13.0 KB
|
005 Day 15 -Making the DrawerItemsClickable -Setting up our Navigation and ViewModel.mp4
|
39.4 MB
|
005 Day 15 -Making the DrawerItemsClickable -Setting up our Navigation and ViewModel_en.srt
|
11.3 KB
|
006 Day 15 - Add Account Dialog.mp4
|
56.9 MB
|
006 Day 15 - Add Account Dialog_en.srt
|
16.4 KB
|
007 Day 15 - AccountView.mp4
|
47.6 MB
|
007 Day 15 - AccountView_en.srt
|
14.8 KB
|
008 Day 15 - Subscription View.mp4
|
30.0 MB
|
008 Day 15 - Subscription View_en.srt
|
10.3 KB
|
009 Day 15 - Finishing Day 15.mp4
|
25.5 MB
|
009 Day 15 - Finishing Day 15_en.srt
|
3.8 KB
|
010 Summary of Day 15.html
|
0.4 KB
|
011 DOWNLOAD SOURCE -MUSIC APP PART 1.html
|
0.1 KB
|
/.../16 - Day 16 - Navigation and Menus with a Music App Part 2/
|
001 Welcome to Day 16.mp4
|
6.8 MB
|
001 Welcome to Day 16_en.srt
|
1.7 KB
|
002 Day 16 - Setting up the BottomBar.mp4
|
56.6 MB
|
002 Day 16 - Setting up the BottomBar_en.srt
|
16.8 KB
|
003 Day 16 - Adding the Navigation Routes.mp4
|
9.0 MB
|
003 Day 16 - Adding the Navigation Routes_en.srt
|
3.0 KB
|
004 Day 16 - Setting up the Home Screen - StickyText.mp4
|
46.7 MB
|
004 Day 16 - Setting up the Home Screen - StickyText_en.srt
|
14.6 KB
|
006 Day 16 - Challenge Solution - Browse Screen.mp4
|
7.7 MB
|
006 Day 16 - Challenge Solution - Browse Screen_en.srt
|
2.5 KB
|
007 Day 16 - Setting up the Library Screen.mp4
|
31.0 MB
|
007 Day 16 - Setting up the Library Screen_en.srt
|
10.6 KB
|
008 Day 16 - Fixing the Bottom Bar Selected Color.mp4
|
11.8 MB
|
008 Day 16 - Fixing the Bottom Bar Selected Color_en.srt
|
3.6 KB
|
009 Day 16 - ModalBottomSheetLayout Setup.mp4
|
63.0 MB
|
009 Day 16 - ModalBottomSheetLayout Setup_en.srt
|
16.0 KB
|
010 Day 16 - Adding Actions to our Scaffold.mp4
|
21.4 MB
|
010 Day 16 - Adding Actions to our Scaffold_en.srt
|
5.7 KB
|
011 Day 16 - Taking care of updating the Title.mp4
|
9.2 MB
|
011 Day 16 - Taking care of updating the Title_en.srt
|
2.9 KB
|
012 Day 16 - Finishing Day 16.mp4
|
22.1 MB
|
012 Day 16 - Finishing Day 16_en.srt
|
3.5 KB
|
013 Summary of Day 16.html
|
0.4 KB
|
014 DOWNLOAD SOURCE -MUSIC APP PART 2.html
|
0.1 KB
|
/.../17 - Day 17 - GET STARTED EARLY with the Firebase Chatbot APP!/
|
001 Day 17 - Building a chat room app EARLY ACCESS-.html
|
0.3 KB
|
002 Day 17- Create a Firebase Project.html
|
1.5 KB
|
003 Day 17 - Adding an Android Project.html
|
2.1 KB
|
004 Day 17 - Firebase Email Authentication.html
|
8.8 KB
|
005 Day 17 - Finalizing Email Authentication.html
|
10.5 KB
|
/.../18 - Day 18 - Building a chat room app EARLY ACCESS- Part 2/
|
001 Day 18 - Chatroom Lists.html
|
5.7 KB
|
002 Day 18 - Adding functionality to our app.html
|
4.1 KB
|
003 Day 18 - Chatrooms.html
|
5.9 KB
|
004 Day 18 - Setting up our Chatrooms.html
|
6.6 KB
|
005 DOWNLOAD SOURCE COMPLETE CHATROOM APP.html
|
0.1 KB
|
/19 - Introduction/
|
001 Udemy Reviews Update.html
|
0.8 KB
|
002 BONUS additional resources.html
|
1.7 KB
|
/.../20 - Getting ready with Android Studio/
|
001 Our first project - the UI and how to change the size of the text.mp4
|
30.3 MB
|
001 Our first project - the UI and how to change the size of the text_en.srt
|
18.5 KB
|
002 Setting up the Emulator.mp4
|
22.2 MB
|
002 Setting up the Emulator_en.srt
|
13.2 KB
|
003 Hello World.mp4
|
27.9 MB
|
003 Hello World_en.srt
|
16.3 KB
|
004 People Counter App.mp4
|
55.7 MB
|
004 People Counter App_en.srt
|
33.3 KB
|
005 Testing The App On Your Phone.mp4
|
8.3 MB
|
005 Testing The App On Your Phone_en.srt
|
4.5 KB
|
/.../21 - Kotlin Fundamentals/
|
001 Control-Flows-Documentation.url
|
0.1 KB
|
001 If Statements.mp4
|
27.3 MB
|
001 If Statements_en.srt
|
15.9 KB
|
002 Note - If Statemens as Expressions.html
|
1.3 KB
|
external-links.txt
|
0.1 KB
|
/.../22 - More Fundamentals of Kotlin/
|
001 Introduction to the chapter.mp4
|
20.5 MB
|
001 Introduction to the chapter_en.srt
|
2.6 KB
|
002 Overview Collections.mp4
|
4.0 MB
|
002 Overview Collections_en.srt
|
3.1 KB
|
003 Arrays.mp4
|
42.5 MB
|
003 Arrays_en.srt
|
22.7 KB
|
004 Lists.mp4
|
25.1 MB
|
004 Lists_en.srt
|
12.4 KB
|
005 Sets and Maps.mp4
|
28.1 MB
|
005 Sets and Maps_en.srt
|
13.4 KB
|
006 ArrayLists-Functions.url
|
0.1 KB
|
006 ArrayLists.mp4
|
11.0 MB
|
006 ArrayLists_en.srt
|
8.1 KB
|
006 Kotlin-Collections-Documentation.url
|
0.1 KB
|
007 Exercise ArrayLists.html
|
0.2 KB
|
008 Solution For Exercise ArrayLists.html
|
0.6 KB
|
009 Lambda Expressions.mp4
|
8.3 MB
|
009 Lambda Expressions_en.srt
|
6.9 KB
|
009 Lambda-Expressions-Documentation.url
|
0.1 KB
|
010 Visibility Modifiers - public - private- internal - protected and the keyword op.mp4
|
20.4 MB
|
010 Visibility Modifiers - public - private- internal - protected and the keyword op_en.srt
|
15.5 KB
|
010 Visibility-Modifiers-Documentation.url
|
0.1 KB
|
011 Nested and Inner Classes.mp4
|
8.6 MB
|
011 Nested and Inner Classes_en.srt
|
6.9 KB
|
011 Nested-Classes-Documentation.url
|
0.1 KB
|
012 Null-Safty-Documentation.url
|
0.1 KB
|
012 Safe Cast and Unsafe Cast Operator.mp4
|
9.0 MB
|
012 Safe Cast and Unsafe Cast Operator_en.srt
|
7.3 KB
|
013 Exception Handling With Try And Catch.mp4
|
28.2 MB
|
013 Exception Handling With Try And Catch_en.srt
|
23.1 KB
|
013 Exception-Handling-Documentation.url
|
0.1 KB
|
015 Summary Of This Chapter.mp4
|
20.1 MB
|
015 Summary Of This Chapter_en.srt
|
2.6 KB
|
016 Useful Links Additional Info.html
|
0.3 KB
|
external-links.txt
|
0.7 KB
|
/.../23 - Age in Minutes Calculator - Android 12 - XML/
|
001 Intro Age in Minutes Calculator - Android 12.mp4
|
19.9 MB
|
001 Intro Age in Minutes Calculator - Android 12_en.srt
|
2.4 KB
|
002 Setting up the UI for the age calculator.mp4
|
52.4 MB
|
002 Setting up the UI for the age calculator_en.srt
|
28.6 KB
|
003 Adding more TextViews and Understanding SP, DP and Pixels.mp4
|
45.2 MB
|
003 Adding more TextViews and Understanding SP, DP and Pixels_en.srt
|
21.1 KB
|
004 Finalizing the UI of our Age Calculator App.mp4
|
21.7 MB
|
004 Finalizing the UI of our Age Calculator App_en.srt
|
9.5 KB
|
005 Adding a DatePickerDialog and OnDateSetListener.mp4
|
38.4 MB
|
005 Adding a DatePickerDialog and OnDateSetListener_en.srt
|
19.4 KB
|
006 Using the selected Date to display it and looking into simpledateformat and date.mp4
|
38.8 MB
|
006 Using the selected Date to display it and looking into simpledateformat and date_en.srt
|
15.6 KB
|
007 Finalizing The Age In Minutes App.mp4
|
45.7 MB
|
007 Finalizing The Age In Minutes App_en.srt
|
15.3 KB
|
008 Summary Age In Minutes App.mp4
|
17.4 MB
|
008 Summary Age In Minutes App_en.srt
|
2.0 KB
|
/.../24 - Calculator App - Learning XML and how to create a UI - Android 12/
|
001 Intro Calculator App.mp4
|
14.0 MB
|
001 Intro Calculator App_en.srt
|
1.7 KB
|
002 What you will build in this chapter.mp4
|
9.6 MB
|
002 What you will build in this chapter_en.srt
|
8.0 KB
|
003 Building The Calculator UI using Linear Layouts part 1.mp4
|
50.6 MB
|
003 Building The Calculator UI using Linear Layouts part 1_en.srt
|
26.1 KB
|
004 Building The Calculator UI using Linear Layouts part 2.mp4
|
29.0 MB
|
004 Building The Calculator UI using Linear Layouts part 2_en.srt
|
10.7 KB
|
005 Using OnClick and Implementing the CLR Functionality.mp4
|
28.7 MB
|
005 Using OnClick and Implementing the CLR Functionality_en.srt
|
13.1 KB
|
006 Adding the onDecimalPoint Function.mp4
|
16.8 MB
|
006 Adding the onDecimalPoint Function_en.srt
|
8.0 KB
|
007 Adding the OnOperator Functionality using Contains and StartsWith on Strings.mp4
|
32.0 MB
|
007 Adding the OnOperator Functionality using Contains and StartsWith on Strings_en.srt
|
15.6 KB
|
008 Adding Subtraction - Using split and substring methods on Strings.mp4
|
40.8 MB
|
008 Adding Subtraction - Using split and substring methods on Strings_en.srt
|
20.6 KB
|
009 Adding the Missing Operations and Finalizing the App.mp4
|
23.2 MB
|
009 Adding the Missing Operations and Finalizing the App_en.srt
|
9.3 KB
|
010 Summary Of The Calculator Chapter.mp4
|
14.8 MB
|
010 Summary Of The Calculator Chapter_en.srt
|
1.9 KB
|
/.../25 - Quiz App Android 12/
|
001 Intro Quiz App.mp4
|
5.7 MB
|
001 Intro Quiz App_en.srt
|
4.5 KB
|
002 Github-link.url
|
0.1 KB
|
002 Preparing The Projects Style and Manifest.mp4
|
12.1 MB
|
002 Preparing The Projects Style and Manifest_en.srt
|
5.4 KB
|
003 Github-link.url
|
0.1 KB
|
003 Setting up the ui and using cardview and disable the statusbar.mp4
|
63.4 MB
|
003 Setting up the ui and using cardview and disable the statusbar_en.srt
|
25.5 KB
|
004 Creating the question Model And Preparing the questions.mp4
|
61.8 MB
|
004 Creating the question Model And Preparing the questions_en.srt
|
28.7 KB
|
004 Github-link.url
|
0.1 KB
|
005 Github-link.url
|
0.1 KB
|
005 Setting Up The QUestion UI ANd Connecting the UI to the model part 1.mp4
|
36.8 MB
|
005 Setting Up The QUestion UI ANd Connecting the UI to the model part 1_en.srt
|
17.3 KB
|
006 Github-link.url
|
0.1 KB
|
006 Setting up The questions UI and Connecting the UI to the Model Part 2.mp4
|
58.4 MB
|
006 Setting up The questions UI and Connecting the UI to the Model Part 2_en.srt
|
25.3 KB
|
007 Adding The button Functionality to the questions activity.mp4
|
95.8 MB
|
007 Adding The button Functionality to the questions activity_en.srt
|
32.0 KB
|
007 Github-link.url
|
0.1 KB
|
008 Github-link.url
|
0.1 KB
|
008 Selecting the Right and Wrong Answer and Displaying the next question.mp4
|
47.8 MB
|
008 Selecting the Right and Wrong Answer and Displaying the next question_en.srt
|
18.1 KB
|
009 TODO - Register For Activity RESULT DEMO.html
|
0.1 KB
|
010 Github-Url.url
|
0.1 KB
|
010 Preparing the UI for the Result activity.mp4
|
18.3 MB
|
010 Preparing the UI for the Result activity_en.srt
|
8.3 KB
|
011 Final Touches And Sending Data Via Intent - putExtra.mp4
|
70.5 MB
|
011 Final Touches And Sending Data Via Intent - putExtra_en.srt
|
24.9 KB
|
011 Github-Url.url
|
0.1 KB
|
012 Generate a Signed APK.html
|
0.3 KB
|
013 Summary Quiz App.mp4
|
22.8 MB
|
013 Summary Quiz App_en.srt
|
2.6 KB
|
external-links.txt
|
0.8 KB
|
/.../26 - Drawing App - How to use Canvas, import Images and Export them - Android 12/
|
001 Introduction - Kids Drawing App.mp4
|
42.3 MB
|
001 Introduction - Kids Drawing App_en.srt
|
4.9 KB
|
002 What You Will Build In This Chapter.mp4
|
3.7 MB
|
002 What You Will Build In This Chapter_en.srt
|
2.4 KB
|
003 Setting Up The Kids Drawing App - Drawing View Part 1.mp4
|
56.8 MB
|
003 Setting Up The Kids Drawing App - Drawing View Part 1_en.srt
|
29.2 KB
|
004 Setting Up The Kids Drawing App - Drawing View Part 2.mp4
|
63.0 MB
|
004 Setting Up The Kids Drawing App - Drawing View Part 2_en.srt
|
26.7 KB
|
005 Let The Lines Persist On The View.mp4
|
10.9 MB
|
005 Let The Lines Persist On The View_en.srt
|
5.3 KB
|
006 Adding A Little Border Around The Canvas.mp4
|
7.8 MB
|
006 Adding A Little Border Around The Canvas_en.srt
|
4.3 KB
|
007 Preparing the BrushSizeSelector and How To Use DisplayMetrics.mp4
|
24.4 MB
|
007 Preparing the BrushSizeSelector and How To Use DisplayMetrics_en.srt
|
8.0 KB
|
008 Selecting the Brush Size From A Custom Dialog That we Created.mp4
|
60.8 MB
|
008 Selecting the Brush Size From A Custom Dialog That we Created_en.srt
|
26.1 KB
|
009 Adding the color pallet using custom drawables that we created.mp4
|
60.6 MB
|
009 Adding the color pallet using custom drawables that we created_en.srt
|
24.8 KB
|
010 Adding the Color selection.mp4
|
43.3 MB
|
010 Adding the Color selection_en.srt
|
14.9 KB
|
010 Github-link.url
|
0.1 KB
|
011 Adding the Background Image.mp4
|
25.8 MB
|
011 Adding the Background Image_en.srt
|
10.4 KB
|
011 Github-link.url
|
0.1 KB
|
012 Adding The Gallery ImageButton To The UI.mp4
|
17.4 MB
|
012 Adding The Gallery ImageButton To The UI_en.srt
|
6.1 KB
|
012 Github-link.url
|
0.1 KB
|
013 Github-link.url
|
0.1 KB
|
013 Permissions Demo.mp4
|
78.5 MB
|
013 Permissions Demo_en.srt
|
31.8 KB
|
014 Github-link.url
|
0.1 KB
|
014 Snackbar - AlertDialog - CustomDialogs Demo Part 1.mp4
|
28.6 MB
|
014 Snackbar - AlertDialog - CustomDialogs Demo Part 1_en.srt
|
13.4 KB
|
015 CustomDialogs Demo Part 2.mp4
|
24.0 MB
|
015 CustomDialogs Demo Part 2_en.srt
|
9.1 KB
|
015 Github-link.url
|
0.1 KB
|
016 Custom Progress Bar Dialogs.mp4
|
28.9 MB
|
016 Custom Progress Bar Dialogs_en.srt
|
9.7 KB
|
016 Github-link.url
|
0.1 KB
|
017 Adding Permission requests to our KidsDrawing App.mp4
|
56.4 MB
|
017 Adding Permission requests to our KidsDrawing App_en.srt
|
21.5 KB
|
017 Github-link.url
|
0.1 KB
|
018 Github-link.url
|
0.1 KB
|
018 Selecting An Image from the gallery using it as a background.mp4
|
37.4 MB
|
018 Selecting An Image from the gallery using it as a background_en.srt
|
14.3 KB
|
019 Adding an undo button and functionality.mp4
|
27.2 MB
|
019 Adding an undo button and functionality_en.srt
|
9.0 KB
|
019 Github-link.url
|
0.1 KB
|
020 Do something in the Background using Coroutines.mp4
|
38.2 MB
|
020 Do something in the Background using Coroutines_en.srt
|
20.5 KB
|
020 Github-link.url
|
0.1 KB
|
021 Adding a provider - path and a image sandwitch maker to our app.mp4
|
42.7 MB
|
021 Adding a provider - path and a image sandwitch maker to our app_en.srt
|
18.0 KB
|
021 Github-link.url
|
0.1 KB
|
022 Github-link.url
|
0.1 KB
|
022 Saving an Image on The Phone using Coroutines and OutPutStreams.mp4
|
76.8 MB
|
022 Saving an Image on The Phone using Coroutines and OutPutStreams_en.srt
|
24.8 KB
|
023 Displaying The Custom Progress Dialog and Hiding it When done.mp4
|
23.4 MB
|
023 Displaying The Custom Progress Dialog and Hiding it When done_en.srt
|
6.8 KB
|
023 Github-link.url
|
0.1 KB
|
024 Adding a Share Feature To Share The Image Via-Email - Whatsapp etc.mp4
|
28.4 MB
|
024 Adding a Share Feature To Share The Image Via-Email - Whatsapp etc_en.srt
|
9.9 KB
|
024 Github-link.url
|
0.1 KB
|
external-links.txt
|
1.4 KB
|
/.../27 - 7 Minute Workout App Android 12 Version/
|
001 Intro to 7 Minute Workout App.mp4
|
30.1 MB
|
001 Intro to 7 Minute Workout App_en.srt
|
3.4 KB
|
002 Github-link.url
|
0.1 KB
|
002 Setting up the UI.mp4
|
50.5 MB
|
002 Setting up the UI_en.srt
|
23.8 KB
|
003 Github-link.url
|
0.1 KB
|
003 Using Viewbinding and getting rid of our actionbar.mp4
|
25.8 MB
|
003 Using Viewbinding and getting rid of our actionbar_en.srt
|
11.0 KB
|
004 Adding The Exercise Screen - Intents and Customizing our Toolbar.mp4
|
39.4 MB
|
004 Adding The Exercise Screen - Intents and Customizing our Toolbar_en.srt
|
16.6 KB
|
004 Github-link.url
|
0.1 KB
|
005 Github-link.url
|
0.1 KB
|
005 Implementing Custom UI Elements For A PRogressbar To Tick Counterclock wise.mp4
|
53.1 MB
|
005 Implementing Custom UI Elements For A PRogressbar To Tick Counterclock wise_en.srt
|
20.9 KB
|
006 DEMO - Timers.mp4
|
24.7 MB
|
006 DEMO - Timers_en.srt
|
11.5 KB
|
007 Github-link.url
|
0.1 KB
|
007 Using CountDownTimers To Display The Seconds remaining.mp4
|
34.0 MB
|
007 Using CountDownTimers To Display The Seconds remaining_en.srt
|
14.2 KB
|
008 Adding the Exercise Timer.mp4
|
50.0 MB
|
008 Adding the Exercise Timer_en.srt
|
18.0 KB
|
008 Github-link.url
|
0.1 KB
|
009 Adding the Model, Our Constants For The Exercises and Testing It Part 1.mp4
|
46.0 MB
|
009 Adding the Model, Our Constants For The Exercises and Testing It Part 1_en.srt
|
16.8 KB
|
009 Github-link.url
|
0.1 KB
|
010 Adding the Model, Our Constants For The Exercises and Testing It Part 2.mp4
|
52.1 MB
|
010 Adding the Model, Our Constants For The Exercises and Testing It Part 2_en.srt
|
17.5 KB
|
010 Github-link.url
|
0.1 KB
|
011 Adding the Upcoming Exercise Text To the restview.mp4
|
30.1 MB
|
011 Adding the Upcoming Exercise Text To the restview_en.srt
|
8.8 KB
|
011 Github-link.url
|
0.1 KB
|
012 Github-link.url
|
0.1 KB
|
012 TextToSpeech Demo.mp4
|
37.9 MB
|
012 TextToSpeech Demo_en.srt
|
15.7 KB
|
013 Challenge TextToSpeech.html
|
0.2 KB
|
014 Adding Text to speech to our application.mp4
|
21.8 MB
|
014 Adding Text to speech to our application_en.srt
|
6.9 KB
|
014 Github-link.url
|
0.1 KB
|
015 Adding a Media Player to play a sounds once an exercise is over.mp4
|
25.4 MB
|
015 Adding a Media Player to play a sounds once an exercise is over_en.srt
|
9.7 KB
|
015 Github-link.url
|
0.1 KB
|
016 Github-link.url
|
0.1 KB
|
016 Intro to RecyclerViews.mp4
|
24.5 MB
|
016 Intro to RecyclerViews_en.srt
|
14.2 KB
|
017 Viewbinding with Recyclerviews.mp4
|
69.9 MB
|
017 Viewbinding with Recyclerviews_en.srt
|
33.9 KB
|
018 Github-link.url
|
0.1 KB
|
018 Preparing The RecyclerView For The Bottom To Display Exercise Numbers.mp4
|
21.4 MB
|
018 Preparing The RecyclerView For The Bottom To Display Exercise Numbers_en.srt
|
10.0 KB
|
019 Creating our own custom recyclerviewadapter and viewholder.mp4
|
36.2 MB
|
019 Creating our own custom recyclerviewadapter and viewholder_en.srt
|
14.6 KB
|
019 Github-link.url
|
0.1 KB
|
020 Displaying the Recyclerview with the Exercise Numbers.mp4
|
42.8 MB
|
020 Displaying the Recyclerview with the Exercise Numbers_en.srt
|
16.7 KB
|
020 Github-link.url
|
0.1 KB
|
021 Displaying at witch exercise we currently are.mp4
|
44.0 MB
|
021 Displaying at witch exercise we currently are_en.srt
|
14.9 KB
|
021 Github-link.url
|
0.1 KB
|
022 Creating the finish activity.mp4
|
56.6 MB
|
022 Creating the finish activity_en.srt
|
21.3 KB
|
022 Github-link.url
|
0.1 KB
|
023 Github-link.url
|
0.1 KB
|
023 Setting up the CustomDialog for the Backbutton.mp4
|
40.1 MB
|
023 Setting up the CustomDialog for the Backbutton_en.srt
|
15.0 KB
|
024 Github-link.url
|
0.1 KB
|
024 Preparing the BMI Screen.mp4
|
30.0 MB
|
024 Preparing the BMI Screen_en.srt
|
10.8 KB
|
025 BMI Screen for the Metric system.mp4
|
79.1 MB
|
025 BMI Screen for the Metric system_en.srt
|
30.8 KB
|
025 Github-link.url
|
0.1 KB
|
026 Adding Custom RadioGroups with Custom RadioButtons.mp4
|
23.7 MB
|
026 Adding Custom RadioGroups with Custom RadioButtons_en.srt
|
9.6 KB
|
026 Github-link.url
|
0.1 KB
|
027 Adding the US View Elements.mp4
|
63.5 MB
|
027 Adding the US View Elements_en.srt
|
20.3 KB
|
027 Github-link.url
|
0.1 KB
|
028 FInalizing the BMI Calcutator with the us system.mp4
|
26.9 MB
|
028 FInalizing the BMI Calcutator with the us system_en.srt
|
9.0 KB
|
028 Github-link.url
|
0.1 KB
|
029 Adding the History UI and Activity.mp4
|
34.9 MB
|
029 Adding the History UI and Activity_en.srt
|
11.8 KB
|
029 Github-link.url
|
0.1 KB
|
030 Looking at Lambdas once again.mp4
|
5.7 MB
|
030 Looking at Lambdas once again_en.srt
|
4.5 KB
|
031 Room Database Demo Part 1 - Introduction to Room Database.mp4
|
10.2 MB
|
031 Room Database Demo Part 1 - Introduction to Room Database_en.srt
|
6.4 KB
|
032 Github-link.url
|
0.1 KB
|
032 Room Database Demo Part 2 - Setting up the Data Class - Room Entity.mp4
|
24.1 MB
|
032 Room Database Demo Part 2 - Setting up the Data Class - Room Entity_en.srt
|
12.4 KB
|
033 Github-link.url
|
0.1 KB
|
033 Room Database Demo Part 3 - The Dao Interface and the Database Class.mp4
|
45.5 MB
|
033 Room Database Demo Part 3 - The Dao Interface and the Database Class_en.srt
|
21.5 KB
|
034 Github-link.url
|
0.1 KB
|
034 Room Database Demo Part 4 - CREATE and store data.mp4
|
67.5 MB
|
034 Room Database Demo Part 4 - CREATE and store data_en.srt
|
29.0 KB
|
035 Room Database Demo Part 5 - Preparing the ItemAdapter with Listeners.mp4
|
46.9 MB
|
035 Room Database Demo Part 5 - Preparing the ItemAdapter with Listeners_en.srt
|
18.1 KB
|
036 Room Database Demo Part 6 - Displaying the Database entries.mp4
|
31.3 MB
|
036 Room Database Demo Part 6 - Displaying the Database entries_en.srt
|
14.1 KB
|
037 Github-link.url
|
0.1 KB
|
037 Room Database Demo Part 7 - Updating and Deleting database entries.mp4
|
85.7 MB
|
037 Room Database Demo Part 7 - Updating and Deleting database entries_en.srt
|
30.4 KB
|
038 Adding the Room Database to Our Workout App - Inserting Workouts.mp4
|
81.6 MB
|
038 Adding the Room Database to Our Workout App - Inserting Workouts_en.srt
|
34.0 KB
|
038 Github-link.url
|
0.1 KB
|
039 Fetching Data from our Database and displaying it in the log.mp4
|
31.3 MB
|
039 Fetching Data from our Database and displaying it in the log_en.srt
|
13.6 KB
|
039 Github-link.url
|
0.1 KB
|
040 Displaying the Workout History on our Recyclerview.mp4
|
68.5 MB
|
040 Displaying the Workout History on our Recyclerview_en.srt
|
25.3 KB
|
040 Github-link.url
|
0.1 KB
|
041 Summary - 7 Minutes Workout App.mp4
|
23.8 MB
|
041 Summary - 7 Minutes Workout App_en.srt
|
3.0 KB
|
external-links.txt
|
3.3 KB
|
/.../28 - Happy Places App - Location, GPS, Google Maps API - Android 10/
|
001 Introduction to the chapter.mp4
|
26.5 MB
|
001 Introduction to the chapter_en.srt
|
2.9 KB
|
002 Concept of the App.mp4
|
4.3 MB
|
002 Concept of the App_en.srt
|
2.9 KB
|
003 Setting Up The Happy Places App.mp4
|
44.1 MB
|
003 Setting Up The Happy Places App_en.srt
|
19.6 KB
|
004 Adding The Add HappyPlaceActivity and using dimens, string, color.mp4
|
54.3 MB
|
004 Adding The Add HappyPlaceActivity and using dimens, string, color_en.srt
|
20.8 KB
|
005 Adding Calendar Picker And Populate Our Date Edit Text.mp4
|
36.8 MB
|
005 Adding Calendar Picker And Populate Our Date Edit Text_en.srt
|
15.4 KB
|
006 Using Third Party Libraries.mp4
|
15.9 MB
|
006 Using Third Party Libraries_en.srt
|
7.6 KB
|
007 Dexter-Documentation.url
|
0.1 KB
|
007 Using The Third Party Library DEXTER For Permission Handling.mp4
|
71.4 MB
|
007 Using The Third Party Library DEXTER For Permission Handling_en.srt
|
26.7 KB
|
008 DEMO - Taking Images With The Camera App and Using It In Our App.mp4
|
40.5 MB
|
008 DEMO - Taking Images With The Camera App and Using It In Our App_en.srt
|
16.4 KB
|
009 Adding The Gallery Picking Functionality.mp4
|
29.5 MB
|
009 Adding The Gallery Picking Functionality_en.srt
|
11.8 KB
|
010 Adding Camera Picking Functionality.mp4
|
22.9 MB
|
010 Adding Camera Picking Functionality_en.srt
|
7.7 KB
|
011 Storing The Images On The Device.mp4
|
38.6 MB
|
011 Storing The Images On The Device_en.srt
|
16.0 KB
|
012 Preparing The Database Handler And Creating Our Happy Place Model.mp4
|
46.4 MB
|
012 Preparing The Database Handler And Creating Our Happy Place Model_en.srt
|
19.1 KB
|
013 Saving A Happy Place Via SQLite.mp4
|
25.4 MB
|
013 Saving A Happy Place Via SQLite_en.srt
|
11.0 KB
|
014 Reading The Data From Our Local DB.mp4
|
37.4 MB
|
014 Reading The Data From Our Local DB_en.srt
|
16.0 KB
|
015 Preparing The RecyclerView.mp4
|
15.0 MB
|
015 Preparing The RecyclerView_en.srt
|
5.7 KB
|
016 Using A Third Party Library For Nice Rounded Images.mp4
|
69.4 MB
|
016 Using A Third Party Library For Nice Rounded Images_en.srt
|
25.8 KB
|
017 Adding ActivityForResult In Order To Update The List Dynamically.mp4
|
25.9 MB
|
017 Adding ActivityForResult In Order To Update The List Dynamically_en.srt
|
9.7 KB
|
018 Adding An OnClickListener To RecyclerView Element - Best Practice.mp4
|
51.5 MB
|
018 Adding An OnClickListener To RecyclerView Element - Best Practice_en.srt
|
20.4 KB
|
019 Passing Whole Objects from One Activity To Another - Serializable vs Parcalable.mp4
|
42.0 MB
|
019 Passing Whole Objects from One Activity To Another - Serializable vs Parcalable_en.srt
|
16.3 KB
|
020 Adding Swipe To Edit Functionality using ItemTouchHelper.mp4
|
69.1 MB
|
020 Adding Swipe To Edit Functionality using ItemTouchHelper_en.srt
|
23.9 KB
|
021 Fixing The Updating Duplication Bug.mp4
|
39.0 MB
|
021 Fixing The Updating Duplication Bug_en.srt
|
11.6 KB
|
022 Adding Swipe To Delete Functionality.mp4
|
36.9 MB
|
022 Adding Swipe To Delete Functionality_en.srt
|
14.0 KB
|
023 Using The Google Places API.mp4
|
66.0 MB
|
023 Using The Google Places API_en.srt
|
25.0 KB
|
024 Adding a Map Intent.mp4
|
27.4 MB
|
024 Adding a Map Intent_en.srt
|
10.3 KB
|
025 Displaying A Marker On The Map And Zooming In With An Animation.mp4
|
51.7 MB
|
025 Displaying A Marker On The Map And Zooming In With An Animation_en.srt
|
23.4 KB
|
026 Adding The Select Current Location Button And Permissions.mp4
|
46.7 MB
|
026 Adding The Select Current Location Button And Permissions_en.srt
|
14.7 KB
|
027 Getting The Users Location.mp4
|
58.6 MB
|
027 Getting The Users Location_en.srt
|
20.2 KB
|
028 Getting The Address From The Latitude And Longitude.mp4
|
69.5 MB
|
028 Getting The Address From The Latitude And Longitude_en.srt
|
28.7 KB
|
029 Steps to integrate AdMob in your Android App in Kotlin.html
|
0.3 KB
|
030 Summary - Happy Places.mp4
|
17.9 MB
|
030 Summary - Happy Places_en.srt
|
2.1 KB
|
external-links.txt
|
0.1 KB
|
/.../29 - Weather App - Downloading Website, JSON, GSON, Using APIs - Android 10/
|
001 Introduction - Weather App.mp4
|
15.0 MB
|
001 Introduction - Weather App_en.srt
|
1.7 KB
|
002 JSON And Tools - Introduction.mp4
|
17.3 MB
|
002 JSON And Tools - Introduction_en.srt
|
11.0 KB
|
003 DEMO - Downloading A Website And Its Text in Android.mp4
|
50.4 MB
|
003 DEMO - Downloading A Website And Its Text in Android_en.srt
|
22.9 KB
|
004 How Read And Use JSON Objects.mp4
|
34.8 MB
|
004 How Read And Use JSON Objects_en.srt
|
14.0 KB
|
005 Sending Post Requests.mp4
|
23.7 MB
|
005 Sending Post Requests_en.srt
|
10.2 KB
|
006 Using The GSON Library to Make Working With JSON Easier.mp4
|
32.4 MB
|
006 Using The GSON Library to Make Working With JSON Easier_en.srt
|
12.3 KB
|
007 Introduction To OpenWeatherMap And General Overview.mp4
|
27.3 MB
|
007 Introduction To OpenWeatherMap And General Overview_en.srt
|
11.5 KB
|
008 Preparing The Project And Checking If Location Provider Is Turned On.mp4
|
28.5 MB
|
008 Preparing The Project And Checking If Location Provider Is Turned On_en.srt
|
14.5 KB
|
009 Preparing Permissionrequests Using Dexter.mp4
|
45.0 MB
|
009 Preparing Permissionrequests Using Dexter_en.srt
|
17.2 KB
|
010 Preparing the Internet Connection For RETROFIT And The API Calls.mp4
|
43.5 MB
|
010 Preparing the Internet Connection For RETROFIT And The API Calls_en.srt
|
16.6 KB
|
011 Preparing The Models Based On The API.mp4
|
32.0 MB
|
011 Preparing The Models Based On The API_en.srt
|
15.9 KB
|
012 Creating The API Call with Retrofit and Getting A Response.mp4
|
76.8 MB
|
012 Creating The API Call with Retrofit and Getting A Response_en.srt
|
30.2 KB
|
013 Creating A Custom Dialog And Testing Different Internet Speeds.mp4
|
28.5 MB
|
013 Creating A Custom Dialog And Testing Different Internet Speeds_en.srt
|
11.8 KB
|
014 Adding The UI And Setting It Up.mp4
|
64.8 MB
|
014 Adding The UI And Setting It Up_en.srt
|
26.9 KB
|
015 Adding The Sunrise And Sunset Time.mp4
|
34.9 MB
|
015 Adding The Sunrise And Sunset Time_en.srt
|
15.7 KB
|
016 Changing The UI Depending On The Weather Data From The API.mp4
|
18.3 MB
|
016 Changing The UI Depending On The Weather Data From The API_en.srt
|
7.1 KB
|
017 Adding A Refresh Button In The Menu.mp4
|
25.3 MB
|
017 Adding A Refresh Button In The Menu_en.srt
|
10.6 KB
|
018 Storing The Data Via SharedPreferences And Preloading It.mp4
|
41.7 MB
|
018 Storing The Data Via SharedPreferences And Preloading It_en.srt
|
16.7 KB
|
019 Summary - Weather App.mp4
|
32.2 MB
|
019 Summary - Weather App_en.srt
|
3.6 KB
|
/.../30 - Trello Clone - Firebase - User Management - Drag And Drop - Online Database AN10/
|
001 Introduction to the chapter.mp4
|
42.1 MB
|
001 Introduction to the chapter_en.srt
|
4.7 KB
|
002 Concept of the App.mp4
|
4.3 MB
|
002 Concept of the App_en.srt
|
2.9 KB
|
003 Setting Up The Splashscreen, Using Custom Fonts And How To Find Them.mp4
|
49.3 MB
|
003 Setting Up The Splashscreen, Using Custom Fonts And How To Find Them_en.srt
|
21.5 KB
|
004 Setting Up The Intro Screen And Moving To It After 2 Second.mp4
|
40.1 MB
|
004 Setting Up The Intro Screen And Moving To It After 2 Second_en.srt
|
18.6 KB
|
005 Designing The SignUp Activity.mp4
|
55.6 MB
|
005 Designing The SignUp Activity_en.srt
|
22.0 KB
|
006 Challenge - Seting Up The SignIn Activity.mp4
|
20.3 MB
|
006 Challenge - Seting Up The SignIn Activity_en.srt
|
7.8 KB
|
007 Setting Up The BaseActivity For Reuse Functions.mp4
|
65.6 MB
|
007 Setting Up The BaseActivity For Reuse Functions_en.srt
|
28.8 KB
|
008 Preparing The Signup Feature in Firebase And In The App.mp4
|
38.3 MB
|
008 Preparing The Signup Feature in Firebase And In The App_en.srt
|
18.0 KB
|
009 Registering The User Via Email in Firebase.mp4
|
35.5 MB
|
009 Registering The User Via Email in Firebase_en.srt
|
17.5 KB
|
010 Signing In The User.mp4
|
49.5 MB
|
010 Signing In The User_en.srt
|
18.1 KB
|
011 Using The FireStore Database to Store The User Details Part 1.mp4
|
35.2 MB
|
011 Using The FireStore Database to Store The User Details Part 1_en.srt
|
18.0 KB
|
012 Using The FireStore Database to Store The User Details Part 2.mp4
|
36.6 MB
|
012 Using The FireStore Database to Store The User Details Part 2_en.srt
|
16.5 KB
|
013 Signing In And Getting The User Data.mp4
|
22.0 MB
|
013 Signing In And Getting The User Data_en.srt
|
10.5 KB
|
014 Auto Login.mp4
|
16.4 MB
|
014 Auto Login_en.srt
|
7.7 KB
|
015 Preparing The XML For The Drawer And Navigation Part 1.mp4
|
42.7 MB
|
015 Preparing The XML For The Drawer And Navigation Part 1_en.srt
|
20.2 KB
|
016 Preparing The XML For The Drawer And Navigation Part 2.mp4
|
49.8 MB
|
016 Preparing The XML For The Drawer And Navigation Part 2_en.srt
|
19.2 KB
|
017 Adding The Drawer Functionality In Code.mp4
|
43.5 MB
|
017 Adding The Drawer Functionality In Code_en.srt
|
17.6 KB
|
018 Loading The Image And Username To Display It In The Drawer.mp4
|
43.4 MB
|
018 Loading The Image And Username To Display It In The Drawer_en.srt
|
19.0 KB
|
019 Preparing The Profile Screen.mp4
|
46.8 MB
|
019 Preparing The Profile Screen_en.srt
|
17.8 KB
|
020 Populating The Profile Activity With User Data.mp4
|
29.3 MB
|
020 Populating The Profile Activity With User Data_en.srt
|
10.3 KB
|
021 Image Chooser For The Profile Image.mp4
|
59.4 MB
|
021 Image Chooser For The Profile Image_en.srt
|
21.8 KB
|
022 Uploading An Image To Storage.mp4
|
57.3 MB
|
022 Uploading An Image To Storage_en.srt
|
26.4 KB
|
023 Updating the User Data Via HashMap In The FireStore Database.mp4
|
58.7 MB
|
023 Updating the User Data Via HashMap In The FireStore Database_en.srt
|
24.3 KB
|
024 Updating The MainActivit Profile Details via ActivityForResult.mp4
|
17.4 MB
|
024 Updating The MainActivit Profile Details via ActivityForResult_en.srt
|
7.6 KB
|
025 The Create Board Activity.mp4
|
35.8 MB
|
025 The Create Board Activity_en.srt
|
12.4 KB
|
026 Select A Board Image.mp4
|
29.4 MB
|
026 Select A Board Image_en.srt
|
9.1 KB
|
027 Creating A Board Image.mp4
|
50.8 MB
|
027 Creating A Board Image_en.srt
|
20.9 KB
|
028 Creating A Board.mp4
|
45.8 MB
|
028 Creating A Board_en.srt
|
18.8 KB
|
029 Creating The Board In The Firestore Database.mp4
|
75.1 MB
|
029 Creating The Board In The Firestore Database_en.srt
|
29.2 KB
|
030 Preparing The Boards Recyclerview Adapter And UI Elements.mp4
|
56.8 MB
|
030 Preparing The Boards Recyclerview Adapter And UI Elements_en.srt
|
23.0 KB
|
031 Loading The Boards Into The Recyclerview.mp4
|
14.5 MB
|
031 Loading The Boards Into The Recyclerview_en.srt
|
5.0 KB
|
032 Updating The BoardsList After Creating A New Board.mp4
|
22.9 MB
|
032 Updating The BoardsList After Creating A New Board_en.srt
|
7.9 KB
|
033 The TasklistActivity.mp4
|
55.5 MB
|
033 The TasklistActivity_en.srt
|
20.6 KB
|
034 Loading The Board in The TaskListActivity.mp4
|
56.7 MB
|
034 Loading The Board in The TaskListActivity_en.srt
|
24.2 KB
|
035 Preparing The Tasklist Adapter.mp4
|
70.8 MB
|
035 Preparing The Tasklist Adapter_en.srt
|
28.0 KB
|
036 Creating Lists Inside A Board.mp4
|
56.1 MB
|
036 Creating Lists Inside A Board_en.srt
|
21.6 KB
|
037 Creating A List Inside A Board Part 2.mp4
|
38.9 MB
|
037 Creating A List Inside A Board Part 2_en.srt
|
17.4 KB
|
038 Editing And Deleting Lists.mp4
|
54.1 MB
|
038 Editing And Deleting Lists_en.srt
|
18.8 KB
|
039 Adding The Cards To Lists.mp4
|
69.4 MB
|
039 Adding The Cards To Lists_en.srt
|
29.3 KB
|
040 Displaying The Cards.mp4
|
34.5 MB
|
040 Displaying The Cards_en.srt
|
12.7 KB
|
041 Preparing The MembersActivity.mp4
|
24.6 MB
|
041 Preparing The MembersActivity_en.srt
|
10.7 KB
|
042 Creating The Member Item And The Toolbar.mp4
|
31.8 MB
|
042 Creating The Member Item And The Toolbar_en.srt
|
11.5 KB
|
043 Fetching And Displaying The Members Of A Board.mp4
|
48.4 MB
|
043 Fetching And Displaying The Members Of A Board_en.srt
|
21.5 KB
|
044 Adding New Members - UI.mp4
|
41.7 MB
|
044 Adding New Members - UI_en.srt
|
15.7 KB
|
045 Adding A New Member To A Board - Logic.mp4
|
70.7 MB
|
045 Adding A New Member To A Board - Logic_en.srt
|
29.3 KB
|
046 Reloading The Board Details On Change.mp4
|
36.3 MB
|
046 Reloading The Board Details On Change_en.srt
|
15.2 KB
|
047 Adding A Detail Screen For Cards.mp4
|
68.7 MB
|
047 Adding A Detail Screen For Cards_en.srt
|
21.9 KB
|
048 Loading Card Details To Set The Title Of The Card.mp4
|
42.2 MB
|
048 Loading Card Details To Set The Title Of The Card_en.srt
|
14.8 KB
|
049 Adding The Delete Card Menu Icon ANd Populating The EditText Of The Card.mp4
|
29.4 MB
|
049 Adding The Delete Card Menu Icon ANd Populating The EditText Of The Card_en.srt
|
10.7 KB
|
050 Deleting Cards.mp4
|
77.9 MB
|
050 Deleting Cards_en.srt
|
26.0 KB
|
051 Preparing The Cards Color Dialog And Adapter.mp4
|
92.2 MB
|
051 Preparing The Cards Color Dialog And Adapter_en.srt
|
31.4 KB
|
052 Selecting The Color And Updating The Card.mp4
|
43.1 MB
|
052 Selecting The Color And Updating The Card_en.srt
|
12.7 KB
|
053 Adding Colors To Our Cards.mp4
|
20.8 MB
|
053 Adding Colors To Our Cards_en.srt
|
7.8 KB
|
054 Passing The Memberslist To The Card.mp4
|
33.3 MB
|
054 Passing The Memberslist To The Card_en.srt
|
10.6 KB
|
055 Preparing And Displaying The Card Members Dialog.mp4
|
82.0 MB
|
055 Preparing And Displaying The Card Members Dialog_en.srt
|
30.1 KB
|
056 Prepare The Add Members Feature.mp4
|
67.8 MB
|
056 Prepare The Add Members Feature_en.srt
|
24.5 KB
|
057 Finish The Add Members Feature.mp4
|
47.2 MB
|
057 Finish The Add Members Feature_en.srt
|
15.0 KB
|
058 Displaying The Assigned Users Per Card On The List Level.mp4
|
48.6 MB
|
058 Displaying The Assigned Users Per Card On The List Level_en.srt
|
18.0 KB
|
059 Adding A Due Date To The App.mp4
|
36.3 MB
|
059 Adding A Due Date To The App_en.srt
|
14.7 KB
|
060 Adding The Drag And Drop Feature.mp4
|
47.9 MB
|
060 Adding The Drag And Drop Feature_en.srt
|
18.4 KB
|
061 Preparing The Notification Feature.mp4
|
69.3 MB
|
061 Preparing The Notification Feature_en.srt
|
26.5 KB
|
062 Adding The Token To The DB.mp4
|
47.7 MB
|
062 Adding The Token To The DB_en.srt
|
17.4 KB
|
063 Adding The Notifications Part 1.mp4
|
95.9 MB
|
063 Adding The Notifications Part 1_en.srt
|
35.7 KB
|
064 Final Steps For The Notification Feature.mp4
|
48.7 MB
|
064 Final Steps For The Notification Feature_en.srt
|
19.2 KB
|
065 Outro.mp4
|
23.6 MB
|
065 Outro_en.srt
|
2.8 KB
|
/.../31 - Where To Go Now/
|
001 How To Learn More.html
|
1.2 KB
|
002 Options To Make Money.html
|
1.2 KB
|
003 How to Publish Your App.html
|
0.2 KB
|
004 Thanks a lot for taking the course.mp4
|
27.5 MB
|
004 Thanks a lot for taking the course_en.srt
|
3.2 KB
|
005 How to Build Games for Android.html
|
0.5 KB
|
/.../32 - Thank you for completing the course!/
|
001 YOUR SPECIAL BONUS.html
|
0.8 KB
|
Total files 1028
|