File | Size |
---|
Course/01 Getting Started/001 Android Studio setup (Windows).en.srt | 9.59 kB |
Course/01 Getting Started/001 Android Studio setup (Windows).mp4 | 55.89 MB |
Course/01 Getting Started/002 Android Studio setup (Mac).en.srt | 8.61 kB |
Course/01 Getting Started/002 Android Studio setup (Mac).mp4 | 67.69 MB |
Course/01 Getting Started/003 Create a new project _ Android Studio tour.en.srt | 15.22 kB |
Course/01 Getting Started/003 Create a new project _ Android Studio tour.mp4 | 64.01 MB |
Course/01 Getting Started/004 Run project on an Android Virtual Device (Emulator).en.srt | 12.67 kB |
Course/01 Getting Started/004 Run project on an Android Virtual Device (Emulator).mp4 | 33.96 MB |
Course/01 Getting Started/005 Run project on a real Android device.en.srt | 14.24 kB |
Course/01 Getting Started/005 Run project on a real Android device.mp4 | 42.73 MB |
Course/01 Getting Started/006 Make some changes to the app.en.srt | 7.63 kB |
Course/01 Getting Started/006 Make some changes to the app.mp4 | 34.58 MB |
Course/01 Getting Started/007 Closing a project _ Creating a new one.en.srt | 3.22 kB |
Course/01 Getting Started/007 Closing a project _ Creating a new one.mp4 | 25.24 MB |
Course/02 _Challenge_ - Creating New Projects/008 _Challenge_ - The Motivational Quote App.en.srt | 5.87 kB |
Course/02 _Challenge_ - Creating New Projects/008 _Challenge_ - The Motivational Quote App.mp4 | 23.47 MB |
Course/02 _Challenge_ - Creating New Projects/009 Challenge Details.html | 2.42 kB |
Course/02 _Challenge_ - Creating New Projects/010 Challenge Solution.en.srt | 7.25 kB |
Course/02 _Challenge_ - Creating New Projects/010 Challenge Solution.mp4 | 25.04 MB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/011 Layout Files & XML.en.srt | 11.68 kB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/011 Layout Files & XML.mp4 | 33.97 MB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/012 The Android 'res' folder & layout file location.en.srt | 5.87 kB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/012 The Android 'res' folder & layout file location.mp4 | 15.41 MB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/013 Understanding XML Syntax.en.srt | 10.82 kB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/013 Understanding XML Syntax.mp4 | 49.01 MB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/014 Working with XML.en.srt | 15.91 kB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/014 Working with XML.mp4 | 78.21 MB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/015 Planning the BMI Calculator Layout (and some final bits and bobs!).en.srt | 15.04 kB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/015 Planning the BMI Calculator Layout (and some final bits and bobs!).mp4 | 47.67 MB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/016 Building the layout.en.srt | 17.46 kB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/016 Building the layout.mp4 | 76.21 MB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/017 Importing images.en.srt | 8.50 kB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/017 Importing images.mp4 | 39.75 MB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/018 Useful layout attributes_ src, padding, margin, inputType.en.srt | 14.11 kB |
Course/03 Android Developer Foundations - Part 1_ XML & Layouts/018 Useful layout attributes_ src, padding, margin, inputType.mp4 | 80.68 MB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/019 Java Files & Programming Languages.en.srt | 10.35 kB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/019 Java Files & Programming Languages.mp4 | 47.89 MB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/020 Starting to program_ making the app do something.en.srt | 12.58 kB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/020 Starting to program_ making the app do something.mp4 | 55.62 MB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/021 _Programming Concept_ - Variables.en.srt | 22.35 kB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/021 _Programming Concept_ - Variables.mp4 | 93.75 MB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/022 Find your views_ how the java files know what's in the layout file.en.srt | 16.46 kB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/022 Find your views_ how the java files know what's in the layout file.mp4 | 83.31 MB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/023 Click listeners_ make the buttons do something.en.srt | 9.53 kB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/023 Click listeners_ make the buttons do something.mp4 | 49.98 MB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/024 _Programming Concept_ - Methods.en.srt | 25.18 kB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/024 _Programming Concept_ - Methods.mp4 | 127.10 MB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/025 Organising the code into methods & Variable Scope.en.srt | 20.24 kB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/025 Organising the code into methods & Variable Scope.mp4 | 124.74 MB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/026 Capturing values from layout Views.en.srt | 9.03 kB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/026 Capturing values from layout Views.mp4 | 48.94 MB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/027 Using mathematical operators to calculate BMI & String_int conversions.en.srt | 14.36 kB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/027 Using mathematical operators to calculate BMI & String_int conversions.mp4 | 73.55 MB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/028 _Programming Concept_ - Conditional Logic (_IF_ statements).en.srt | 25.73 kB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/028 _Programming Concept_ - Conditional Logic (_IF_ statements).mp4 | 101.48 MB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/029 Finishing the BMI Calculator.en.srt | 26.61 kB |
Course/04 Android Developer Foundations - Part 2_ Java & Programming/029 Finishing the BMI Calculator.mp4 | 137.62 MB |
Course/05 _Challenge_ - Junior Developer Tech Test - Make A Calculation App/030 Put It All Together_ Create your own simple calculation app.en.srt | 5.94 kB |
Course/05 _Challenge_ - Junior Developer Tech Test - Make A Calculation App/030 Put It All Together_ Create your own simple calculation app.mp4 | 33.78 MB |
Course/05 _Challenge_ - Junior Developer Tech Test - Make A Calculation App/031 Inches Converter Solution _ Codealong.en.srt | 17.01 kB |
Course/05 _Challenge_ - Junior Developer Tech Test - Make A Calculation App/031 Inches Converter Solution _ Codealong.mp4 | 97.71 MB |
Course/06 Activities, Intents, & The Android Manifest/032 Understanding Android Activities.en.srt | 8.04 kB |
Course/06 Activities, Intents, & The Android Manifest/032 Understanding Android Activities.mp4 | 34.90 MB |
Course/06 Activities, Intents, & The Android Manifest/033 Building the home screen layout, introducing RelativeLayout.en.srt | 20.01 kB |
Course/06 Activities, Intents, & The Android Manifest/033 Building the home screen layout, introducing RelativeLayout.mp4 | 83.77 MB |
Course/06 Activities, Intents, & The Android Manifest/034 App Dependencies & build.gradle first look.en.srt | 14.63 kB |
Course/06 Activities, Intents, & The Android Manifest/034 App Dependencies & build.gradle first look.mp4 | 68.67 MB |
Course/06 Activities, Intents, & The Android Manifest/035 CardView.en.srt | 20.48 kB |
Course/06 Activities, Intents, & The Android Manifest/035 CardView.mp4 | 104.47 MB |
Course/06 Activities, Intents, & The Android Manifest/035 main.jpg | 699.37 kB |
Course/06 Activities, Intents, & The Android Manifest/035 starter.jpg | 848.84 kB |
Course/06 Activities, Intents, & The Android Manifest/036 ScrollView.en.srt | 8.28 kB |
Course/06 Activities, Intents, & The Android Manifest/036 ScrollView.mp4 | 32.70 MB |
Course/06 Activities, Intents, & The Android Manifest/037 Creating a new Activity.en.srt | 8.17 kB |
Course/06 Activities, Intents, & The Android Manifest/037 Creating a new Activity.mp4 | 34.60 MB |
Course/06 Activities, Intents, & The Android Manifest/038 The Android Manifest.en.srt | 7.15 kB |
Course/06 Activities, Intents, & The Android Manifest/038 The Android Manifest.mp4 | 35.17 MB |
Course/06 Activities, Intents, & The Android Manifest/039 Intents - Moving to a new Activity.en.srt | 12.99 kB |
Course/06 Activities, Intents, & The Android Manifest/039 Intents - Moving to a new Activity.mp4 | 62.31 MB |
Course/06 Activities, Intents, & The Android Manifest/040 ListView.en.srt | 7.04 kB |
Course/06 Activities, Intents, & The Android Manifest/040 ListView.mp4 | 47.76 MB |
Course/06 Activities, Intents, & The Android Manifest/041 _Programming Concept_ - Arrays.en.srt | 25.74 kB |
Course/06 Activities, Intents, & The Android Manifest/041 _Programming Concept_ - Arrays.mp4 | 136.34 MB |
Course/06 Activities, Intents, & The Android Manifest/042 _Programming Concept_ - For Loops.en.srt | 20.60 kB |
Course/06 Activities, Intents, & The Android Manifest/042 _Programming Concept_ - For Loops.mp4 | 128.59 MB |
Course/06 Activities, Intents, & The Android Manifest/043 Creating the array for the Starter DIshes.en.srt | 4.75 kB |
Course/06 Activities, Intents, & The Android Manifest/043 Creating the array for the Starter DIshes.mp4 | 43.12 MB |
Course/06 Activities, Intents, & The Android Manifest/043 starters.txt | 602.00 B |
Course/06 Activities, Intents, & The Android Manifest/044 ArrayAdapter - Adapting our Array into Views.en.srt | 11.96 kB |
Course/06 Activities, Intents, & The Android Manifest/044 ArrayAdapter - Adapting our Array into Views.mp4 | 93.63 MB |
Course/06 Activities, Intents, & The Android Manifest/045 _Programming Concept_ - Classes & Objects.en.srt | 33.60 kB |
Course/06 Activities, Intents, & The Android Manifest/045 _Programming Concept_ - Classes & Objects.mp4 | 176.42 MB |
Course/06 Activities, Intents, & The Android Manifest/046 Creating the 'Dish' class.en.srt | 13.32 kB |
Course/06 Activities, Intents, & The Android Manifest/046 Creating the 'Dish' class.mp4 | 90.04 MB |
Course/06 Activities, Intents, & The Android Manifest/047 dishes.txt | 823.00 B |
Course/06 Activities, Intents, & The Android Manifest/047 Working with a 'Dish' Array.en.srt | 16.23 kB |
Course/06 Activities, Intents, & The Android Manifest/047 Working with a 'Dish' Array.mp4 | 121.40 MB |
Course/06 Activities, Intents, & The Android Manifest/048 Creating a new Activity class from scratch - Main Courses screen.en.srt | 13.61 kB |
Course/06 Activities, Intents, & The Android Manifest/048 Creating a new Activity class from scratch - Main Courses screen.mp4 | 86.22 MB |
Course/06 Activities, Intents, & The Android Manifest/049 main-courses.txt | 825.00 B |
Course/06 Activities, Intents, & The Android Manifest/049 _Review_ - Intents, ListViews, Arrays, ArrayAdapters.en.srt | 11.40 kB |
Course/06 Activities, Intents, & The Android Manifest/049 _Review_ - Intents, ListViews, Arrays, ArrayAdapters.mp4 | 102.06 MB |
Course/06 Activities, Intents, & The Android Manifest/050 Implicit Intents - Moving to another app.en.srt | 17.66 kB |
Course/06 Activities, Intents, & The Android Manifest/050 Implicit Intents - Moving to another app.mp4 | 128.51 MB |
Course/07 _Challenge_ - Creating New Activities, Intents, & Lists/051 desserts.jpg | 106.32 kB |
Course/07 _Challenge_ - Creating New Activities, Intents, & Lists/051 desserts.txt | 530.00 B |
Course/07 _Challenge_ - Creating New Activities, Intents, & Lists/051 _Challenge_ - Add The Desserts Screen.en.srt | 5.96 kB |
Course/07 _Challenge_ - Creating New Activities, Intents, & Lists/051 _Challenge_ - Add The Desserts Screen.mp4 | 14.30 MB |
Course/07 _Challenge_ - Creating New Activities, Intents, & Lists/052 Challenge Details.html | 2.27 kB |
Course/07 _Challenge_ - Creating New Activities, Intents, & Lists/053 Deserts Section Solution _ Codealong.en.srt | 13.37 kB |
Course/07 _Challenge_ - Creating New Activities, Intents, & Lists/053 Deserts Section Solution _ Codealong.mp4 | 140.70 MB |
Course/08 RecyclerViews_ Super-powered Lists/054 Introduction to RecyclerViews.en.srt | 7.48 kB |
Course/08 RecyclerViews_ Super-powered Lists/054 Introduction to RecyclerViews.mp4 | 26.21 MB |
Course/08 RecyclerViews_ Super-powered Lists/055 Portfolio App_ Project setup and adding dependencies.en.srt | 11.31 kB |
Course/08 RecyclerViews_ Super-powered Lists/055 Portfolio App_ Project setup and adding dependencies.mp4 | 58.21 MB |
Course/08 RecyclerViews_ Super-powered Lists/056 Adding the RecyclerView to the layout.en.srt | 7.07 kB |
Course/08 RecyclerViews_ Super-powered Lists/056 Adding the RecyclerView to the layout.mp4 | 13.85 MB |
Course/08 RecyclerViews_ Super-powered Lists/057 Creating the RecyclerView item layout.en.srt | 23.99 kB |
Course/08 RecyclerViews_ Super-powered Lists/057 Creating the RecyclerView item layout.mp4 | 73.01 MB |
Course/08 RecyclerViews_ Super-powered Lists/058 Make the 'Project' class.en.srt | 17.24 kB |
Course/08 RecyclerViews_ Super-powered Lists/058 Make the 'Project' class.mp4 | 55.25 MB |
Course/08 RecyclerViews_ Super-powered Lists/059 Creating the 'Project' array.en.srt | 8.66 kB |
Course/08 RecyclerViews_ Super-powered Lists/059 Creating the 'Project' array.mp4 | 19.34 MB |
Course/08 RecyclerViews_ Super-powered Lists/060 Add the Drawables and use the IDs in java code.en.srt | 6.31 kB |
Course/08 RecyclerViews_ Super-powered Lists/060 Add the Drawables and use the IDs in java code.mp4 | 30.71 MB |
Course/08 RecyclerViews_ Super-powered Lists/060 project-images.zip | 738.53 kB |
Course/08 RecyclerViews_ Super-powered Lists/061 _Programming Concept_ - Inheritance.en.srt | 24.45 kB |
Course/08 RecyclerViews_ Super-powered Lists/061 _Programming Concept_ - Inheritance.mp4 | 170.97 MB |
Course/08 RecyclerViews_ Super-powered Lists/062 _Programming Concept_ - Override Methods.en.srt | 32.65 kB |
Course/08 RecyclerViews_ Super-powered Lists/062 _Programming Concept_ - Override Methods.mp4 | 103.24 MB |
Course/08 RecyclerViews_ Super-powered Lists/063 Intro to Abstract & the 'toString()' method.en.srt | 11.57 kB |
Course/08 RecyclerViews_ Super-powered Lists/063 Intro to Abstract & the 'toString()' method.mp4 | 18.47 MB |
Course/08 RecyclerViews_ Super-powered Lists/064 _Programming Concept_ - Abstract classes and methods.en.srt | 19.13 kB |
Course/08 RecyclerViews_ Super-powered Lists/064 _Programming Concept_ - Abstract classes and methods.mp4 | 41.74 MB |
Course/08 RecyclerViews_ Super-powered Lists/065 _Bonus Concept_ - Polymorphism.en.srt | 7.61 kB |
Course/08 RecyclerViews_ Super-powered Lists/065 _Bonus Concept_ - Polymorphism.mp4 | 31.86 MB |
Course/08 RecyclerViews_ Super-powered Lists/066 The RecyclerView Adapter and ViewHolder.en.srt | 16.81 kB |
Course/08 RecyclerViews_ Super-powered Lists/066 The RecyclerView Adapter and ViewHolder.mp4 | 108.51 MB |
Course/08 RecyclerViews_ Super-powered Lists/067 Completing the ProjectsAdapter and ProjectsViewHolder.en.srt | 23.83 kB |
Course/08 RecyclerViews_ Super-powered Lists/067 Completing the ProjectsAdapter and ProjectsViewHolder.mp4 | 93.66 MB |
Course/08 RecyclerViews_ Super-powered Lists/068 Finishing Touches Part 1 - Item margin, Image 'scaleType'.en.srt | 13.15 kB |
Course/08 RecyclerViews_ Super-powered Lists/068 Finishing Touches Part 1 - Item margin, Image 'scaleType'.mp4 | 42.88 MB |
Course/08 RecyclerViews_ Super-powered Lists/069 Finishing Touches Part 2 - Card Corner Radius, Elevation, Text Styling.en.srt | 15.56 kB |
Course/08 RecyclerViews_ Super-powered Lists/069 Finishing Touches Part 2 - Card Corner Radius, Elevation, Text Styling.mp4 | 57.88 MB |
Course/08 RecyclerViews_ Super-powered Lists/070 The 'tools' namespace in the layout files.en.srt | 9.69 kB |
Course/08 RecyclerViews_ Super-powered Lists/070 The 'tools' namespace in the layout files.mp4 | 64.31 MB |
Course/09 _Challenge_ - Beautiful List Showcase App - Make Your Own Bucket List/071 _Challenge_ - The Bucket List App.en.srt | 9.94 kB |
Course/09 _Challenge_ - Beautiful List Showcase App - Make Your Own Bucket List/071 _Challenge_ - The Bucket List App.mp4 | 28.21 MB |
Course/09 _Challenge_ - Beautiful List Showcase App - Make Your Own Bucket List/072 Challenge Details.html | 2.80 kB |
Course/09 _Challenge_ - Beautiful List Showcase App - Make Your Own Bucket List/073 places.zip | 565.96 kB |
Course/09 _Challenge_ - Beautiful List Showcase App - Make Your Own Bucket List/073 Solution part 1_ LinearLayout 'weight', 'View' widget, gradient drawable.en.srt | 25.71 kB |
Course/09 _Challenge_ - Beautiful List Showcase App - Make Your Own Bucket List/073 Solution part 1_ LinearLayout 'weight', 'View' widget, gradient drawable.mp4 | 261.63 MB |
Course/09 _Challenge_ - Beautiful List Showcase App - Make Your Own Bucket List/073 things.zip | 484.65 kB |
Course/09 _Challenge_ - Beautiful List Showcase App - Make Your Own Bucket List/074 Solution part 2_ RatingBar, 'style' first look, 'float' decimal variable type.en.srt | 31.31 kB |
Course/09 _Challenge_ - Beautiful List Showcase App - Make Your Own Bucket List/074 Solution part 2_ RatingBar, 'style' first look, 'float' decimal variable type.mp4 | 218.29 MB |
Course/09 _Challenge_ - Beautiful List Showcase App - Make Your Own Bucket List/075 Solution part 3_ 'float' vs 'double', @DrawableRes annotation, final bits.en.srt | 35.73 kB |
Course/09 _Challenge_ - Beautiful List Showcase App - Make Your Own Bucket List/075 Solution part 3_ 'float' vs 'double', @DrawableRes annotation, final bits.mp4 | 208.35 MB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/076 Kotlin - Section Overview.en.srt | 12.94 kB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/076 Kotlin - Section Overview.mp4 | 21.17 MB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/077 Creating a new Kotlin Project _ First look at Kotlin code.en.srt | 14.09 kB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/077 Creating a new Kotlin Project _ First look at Kotlin code.mp4 | 35.56 MB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/078 Why Kotlin_.en.srt | 31.72 kB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/078 Why Kotlin_.mp4 | 127.86 MB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/079 _Kotlin Foundations_ - Variables.en.srt | 16.87 kB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/079 _Kotlin Foundations_ - Variables.mp4 | 35.68 MB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/080 Self-Promo App - Building the form layout.en.srt | 17.69 kB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/080 Self-Promo App - Building the form layout.mp4 | 47.63 MB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/081 TextInputLayout & TextInputEditText.en.srt | 19.88 kB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/081 TextInputLayout & TextInputEditText.mp4 | 153.94 MB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/082 View references in Kotlin & Easier Button ClickListeners.en.srt | 12.59 kB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/082 View references in Kotlin & Easier Button ClickListeners.mp4 | 46.75 MB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/083 _Programming Concept_ - Null.en.srt | 20.83 kB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/083 _Programming Concept_ - Null.mp4 | 62.20 MB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/084 _Kotlin Foundations_ - Null Safety.en.srt | 24.28 kB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/084 _Kotlin Foundations_ - Null Safety.mp4 | 142.54 MB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/085 Declaring Class Variables_Properties in Kotlin.en.srt | 12.18 kB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/085 Declaring Class Variables_Properties in Kotlin.mp4 | 94.12 MB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/086 Logcat.en.srt | 15.62 kB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/086 Logcat.mp4 | 124.90 MB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/087 Debugging.en.srt | 18.62 kB |
Course/10 Kotlin Part 1_ Kotlin Overview, Variables, Null Safety, Debugging/087 Debugging.mp4 | 188.56 MB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/088 Kotlinx - No more findViewById().en.srt | 16.18 kB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/088 Kotlinx - No more findViewById().mp4 | 100.30 MB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/089 Kotlin String Templates.en.srt | 16.94 kB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/089 Kotlin String Templates.mp4 | 77.58 MB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/090 _Kotlin Foundations_ - Functions.en.srt | 26.69 kB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/090 _Kotlin Foundations_ - Functions.mp4 | 140.33 MB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/091 _Programming Concept_ - Access Level Modifiers.en.srt | 19.19 kB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/091 _Programming Concept_ - Access Level Modifiers.mp4 | 121.53 MB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/092 Why access level modifiers are important.en.srt | 19.07 kB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/092 Why access level modifiers are important.mp4 | 121.09 MB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/093 Adding the Message Preview Activity.en.srt | 25.20 kB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/093 Adding the Message Preview Activity.mp4 | 211.76 MB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/094 Passing data to a new Activity.en.srt | 21.99 kB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/094 Passing data to a new Activity.mp4 | 188.26 MB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/095 Spinners & Kotlin Arrays.en.srt | 11.88 kB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/095 Spinners & Kotlin Arrays.mp4 | 73.74 MB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/096 _Kotlin Foundations_ - Classes, Objects & Constructors.en.srt | 22.07 kB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/096 _Kotlin Foundations_ - Classes, Objects & Constructors.mp4 | 141.95 MB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/097 _Kotlin Foundations_ - Data Classes.en.srt | 5.40 kB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/097 _Kotlin Foundations_ - Data Classes.mp4 | 46.65 MB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/098 Creating the Message class.en.srt | 13.39 kB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/098 Creating the Message class.mp4 | 97.99 MB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/099 _Programming Concept_ - Serialization.en.srt | 18.42 kB |
Course/11 Kotlin Part 2_ More Goodies, Functions, Classes, Passing Data To Activities/099 _Programming Concept_ - Serialization.mp4 | 99.67 MB |
Course/code.zip | 3.36 MB |
Torrent downloaded from 1337x.to.txt | 100.00 B |
Torrent downloaded from Demonoid.is.txt | 112.00 B |
Torrent downloaded from ettvcentral.com.txt | 110.00 B |
[TGx]Downloaded from torrentgalaxy.to .txt | 642.00 B |
[UdemyLibrary.com] Join for free courses and tutorials.txt | 265.00 B |