zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[Tutorialsplanet.NET] Udemy - The Complete Android 12 & Kotlin Development Masterclass
magnet:?xt=urn:btih:f4e7335a2725b19c7f850bdbe36c7d191ae9e232&dn=[Tutorialsplanet.NET] Udemy - The Complete Android 12 & Kotlin Development Masterclass
磁力链接详情
Hash值:
f4e7335a2725b19c7f850bdbe36c7d191ae9e232
点击数:
181
文件大小:
10.31 GB
文件数量:
213
创建日期:
2022-1-11 10:09
最后访问:
2025-1-11 23:17
访问标签:
Tutorialsplanet
NET
Udemy
-
The
Complete
Android
12
&
Kotlin
Development
Masterclass
文件列表详情
01 - Introduction/001 What you will learn in this course and how is it structured.mp4 29 MB
01 - Introduction/002 Thanks a lot for taking the course.mp4 6.73 MB
01 - Introduction/003 How to get most out of this course.mp4 97.9 MB
02 - Getting ready with Android Studio/001 Introduction to the chapter.mp4 21.85 MB
02 - Getting ready with Android Studio/002 Install Android Studio on Windows.mp4 33.61 MB
02 - Getting ready with Android Studio/003 Install Android Studio on Mac.mp4 31.93 MB
02 - Getting ready with Android Studio/005 Our first project - the UI and how to change the size of the text.mp4 59.05 MB
02 - Getting ready with Android Studio/006 Setting up the Emulator.mp4 32.9 MB
02 - Getting ready with Android Studio/007 Hello World.mp4 68.67 MB
02 - Getting ready with Android Studio/008 People Counter App.mp4 148.05 MB
02 - Getting ready with Android Studio/009 Testing The App On Your Phone.mp4 6.05 MB
02 - Getting ready with Android Studio/010 Outro - Setup.mp4 5.6 MB
03 - Kotlin Fundamentals/001 Introduction to the chapter.mp4 12.2 MB
03 - Kotlin Fundamentals/002 Variables and difference between val and var.mp4 29.49 MB
03 - Kotlin Fundamentals/003 Datatypes of numbers.mp4 29.42 MB
03 - Kotlin Fundamentals/004 Datatypes bool, char and string.mp4 22.87 MB
03 - Kotlin Fundamentals/008 String Interpolation - String Templates.mp4 9.15 MB
03 - Kotlin Fundamentals/009 Arithmetic Operators and why the type is important.mp4 26.78 MB
03 - Kotlin Fundamentals/010 Comparison Operators.mp4 28.39 MB
03 - Kotlin Fundamentals/011 assignment, incriment and decrement operators.mp4 39.76 MB
03 - Kotlin Fundamentals/013 If Statements.mp4 71.76 MB
03 - Kotlin Fundamentals/014 If Statements Part 2.mp4 13.82 MB
03 - Kotlin Fundamentals/016 When Expressions - Including Exercises.mp4 41.88 MB
03 - Kotlin Fundamentals/019 While Loop.mp4 42.08 MB
03 - Kotlin Fundamentals/020 Do While Loop.mp4 9.2 MB
03 - Kotlin Fundamentals/021 More On While Loops.mp4 11.89 MB
03 - Kotlin Fundamentals/022 For Loops.mp4 16.31 MB
03 - Kotlin Fundamentals/026 Break and Continue.mp4 14.06 MB
03 - Kotlin Fundamentals/027 Functions - Parameters - Arguments and Return - Exercise Included.mp4 72.45 MB
03 - Kotlin Fundamentals/029 Nullables In Kotlin.mp4 32.74 MB
03 - Kotlin Fundamentals/030 Nullables - Elvis Operator - Not Null Assertion.mp4 14.38 MB
03 - Kotlin Fundamentals/032 Summary - Kotlin Fundamentals I.mp4 9.54 MB
04 - Object Oriented Programming Basics In Kotlin/001 Introduction to the chapter.mp4 10.01 MB
04 - Object Oriented Programming Basics In Kotlin/002 Introduction to OOP.mp4 8.07 MB
04 - Object Oriented Programming Basics In Kotlin/003 Classes and Objects.mp4 10.15 MB
04 - Object Oriented Programming Basics In Kotlin/004 Classes And Initializers.mp4 35.95 MB
04 - Object Oriented Programming Basics In Kotlin/007 Scope And Shadowing.mp4 19.26 MB
04 - Object Oriented Programming Basics In Kotlin/008 Member Variables - Functions And Constructors.mp4 54.94 MB
04 - Object Oriented Programming Basics In Kotlin/009 Lateinit Plus Setters And Getters.mp4 33.95 MB
04 - Object Oriented Programming Basics In Kotlin/011 Data Classes.mp4 27.81 MB
04 - Object Oriented Programming Basics In Kotlin/014 Inheritance.mp4 100.62 MB
04 - Object Oriented Programming Basics In Kotlin/015 Interfaces.mp4 48.37 MB
04 - Object Oriented Programming Basics In Kotlin/016 Abstract Classes.mp4 26.69 MB
04 - Object Oriented Programming Basics In Kotlin/017 Typecasting.mp4 35.29 MB
04 - Object Oriented Programming Basics In Kotlin/018 Summary Of Classes And OOP.mp4 16.34 MB
05 - More Fundamentals of Kotlin/001 Introduction to the chapter.mp4 11.37 MB
05 - More Fundamentals of Kotlin/002 Overview Collections.mp4 3.16 MB
05 - More Fundamentals of Kotlin/003 Arrays.mp4 64.63 MB
05 - More Fundamentals of Kotlin/004 Lists.mp4 31.52 MB
05 - More Fundamentals of Kotlin/005 Sets and Maps.mp4 36.6 MB
05 - More Fundamentals of Kotlin/006 ArrayLists.mp4 10.53 MB
05 - More Fundamentals of Kotlin/009 Lambda Expressions.mp4 7.66 MB
05 - More Fundamentals of Kotlin/010 Visibility Modifiers - public - private- internal - protected and the keyword op.mp4 20.22 MB
05 - More Fundamentals of Kotlin/011 Nested and Inner Classes.mp4 9.57 MB
05 - More Fundamentals of Kotlin/012 Safe Cast and Unsafe Cast Operator.mp4 8.77 MB
05 - More Fundamentals of Kotlin/013 Exception Handling With Try And Catch.mp4 27.38 MB
05 - More Fundamentals of Kotlin/014 Summary Of This Chapter.mp4 18.18 MB
06 - Age In Minutes App - Android 10/002 Introduction to the chapter.mp4 11.13 MB
06 - Age In Minutes App - Android 10/003 Setting up the UI for the age calculator and how we can adjust the looks of our.mp4 63.93 MB
06 - Age In Minutes App - Android 10/004 Adding more TextViews and understanding the difference of SP, DP and Pixels.mp4 104.91 MB
06 - Age In Minutes App - Android 10/005 Finalizing the UI of our Age Calculator App.mp4 19.46 MB
06 - Age In Minutes App - Android 10/006 Adding a DatePickerDialog and OnDateSetListener.mp4 57.8 MB
06 - Age In Minutes App - Android 10/007 Using the selected Date to display it and looking into SimpleDateFormat and Date.mp4 82.57 MB
06 - Age In Minutes App - Android 10/008 Finalizing The Age in Minutes App.mp4 72.72 MB
06 - Age In Minutes App - Android 10/010 Summary - Age in Minutes App.mp4 9.67 MB
07 - Calculator App - Learning XML and how to create a UI - Android 10/002 Introduction to the chapter.mp4 7.42 MB
07 - Calculator App - Learning XML and how to create a UI - Android 10/003 What You Will Build In This Chapter.mp4 13.53 MB
07 - Calculator App - Learning XML and how to create a UI - Android 10/004 Building the Calculator UI using LinearLayouts and layout_weight and onClick.mp4 0 字节
07 - Calculator App - Learning XML and how to create a UI - Android 10/005 Using onClick And Implementing The CLR Functionality.mp4 24.27 MB
07 - Calculator App - Learning XML and how to create a UI - Android 10/006 Adding The onDecimalPoint Function.mp4 17.55 MB
07 - Calculator App - Learning XML and how to create a UI - Android 10/007 Adding The onOperatorFunctionality Using Contains And startsWith On Strings.mp4 0 字节
07 - Calculator App - Learning XML and how to create a UI - Android 10/008 Adding Subtraction - Using Split And Substring Methods On Strings.mp4 0 字节
07 - Calculator App - Learning XML and how to create a UI - Android 10/009 Adding The Missing Operations And Finalizing The App.mp4 72.98 MB
07 - Calculator App - Learning XML and how to create a UI - Android 10/010 Summary Of The Calculator Chapter.mp4 13.27 MB
08 - Quiz App - Android 10/002 Introduction - Quiz App.mp4 4.28 MB
08 - Quiz App - Android 10/003 Preparing The Projects Style And Manifest.mp4 63.12 MB
08 - Quiz App - Android 10/004 Setting Up The UI Using Cardview And Disable The Statusbar.mp4 77.87 MB
08 - Quiz App - Android 10/005 Creating The Question Model And Preparing The Questions.mp4 111.42 MB
08 - Quiz App - Android 10/006 Setting Up The Question UI And Connecting The UI To The Model Part 1.mp4 64.99 MB
08 - Quiz App - Android 10/007 Setting Up The Question UI And Connecting The UI To The Model Part 2.mp4 101.52 MB
08 - Quiz App - Android 10/008 Adding The Button Functionality To The Questions Activity.mp4 182.65 MB
08 - Quiz App - Android 10/009 Selecting The Right And Wrong Answers And Displaying The Next Question.mp4 128.34 MB
08 - Quiz App - Android 10/010 DEMO - StartActivityForResult.mp4 149.54 MB
08 - Quiz App - Android 10/011 Preparing The UI For The Result Activity.mp4 49.36 MB
08 - Quiz App - Android 10/012 Final Touches And Sending Data Via Intent - putExtra.mp4 70.8 MB
08 - Quiz App - Android 10/014 Summary - Quiz App.mp4 19.21 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/002 Introduction - Kids Drawing App.mp4 23.23 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/003 What You Will Build In This Chapter.mp4 2.83 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/004 Setting Up The Kids Drawing App - Drawing View Part 1.mp4 0 字节
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/005 Setting Up The Kids Drawing App - Drawing View Part 2.mp4 0 字节
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/006 Let The Lines Persist On The View.mp4 25.76 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/007 Adding A Little Border Around The Canvas.mp4 19.7 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/008 Preparing The BrushSizeSelector And How To Use DisplayMetrics.mp4 0 字节
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/009 Selecting The Brush Size From A Custom Dialog That We Created.mp4 0 字节
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/010 Adding The Color Pallet Using Custom Drawables That We Created.mp4 0 字节
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/011 Adding The Color Selection.mp4 111.81 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/012 Adding The Background Image.mp4 37.71 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/013 Adding The Gallery ImageButton To The UI.mp4 38.66 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/015 Permissions Demo.mp4 187.7 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/016 Snackbar - AlertDialog - CustomDialogs Demo Part 1.mp4 56.94 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/017 CustomDialogs Demo Part 2.mp4 61.8 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/018 Custom Progress Bar Dialogs.mp4 43.32 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/019 Adding Permissionrequest To Our KidsDrawing App.mp4 121.56 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/020 Selecting An Image From The Gallery Using It As A Background.mp4 0 字节
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/021 Adding An Undo Button And Functionality.mp4 37.62 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/022 AsyncTask Demo - Do Something In The Background.mp4 55.65 MB
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/023 Adding A Provider - Path And An Image Sandwitch Maker.mp4 0 字节
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/024 Saving An Image On The Phone Using AsingTask and OutputStream.mp4 0 字节
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/025 Displaying The Custom Progress Dialog And onPreExecute.mp4 0 字节
09 - Drawing App - How to use Canvas, import Images and Export them - Android 10/027 Introduction to the chapter.mp4 27.63 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/002 Structure of the App.mp4 3.04 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/003 Setting up the UI.mp4 159.28 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/004 How To Get Rid Of The Actionbar.mp4 5.5 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/005 Adding The Exercise Screen - Intents And Customizing Our Toolbar.mp4 0 字节
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/007 DEMO Timers.mp4 61.23 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/008 Using CountDownTimers To Display The Seconds Remaining.mp4 71.4 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/009 Challenge - Implementing The ExerciseTimer.mp4 110.41 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/010 Adding The Model, Our Constants For The Exercises And Testing It Part 1.mp4 0 字节
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/011 Adding The Model, Our Constants For The Exercises And Testing It Part 2.mp4 0 字节
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/012 Adding The Upcoming Exercise Text To The RestView.mp4 51.35 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/013 DEMO Text To Speech.mp4 55.99 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/015 Adding Text To Speech To Our App.mp4 98.31 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/016 Adding A Media Player To Play A Sound Once The Exercise Is Over.mp4 0 字节
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/017 Intro - RecyclerView.mp4 38.3 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/018 DEMO - RecyclerView.mp4 189.2 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/019 Preparing The RecyclerView For The Bottom To Display Exercise Numbers.mp4 0 字节
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/020 Creating Our Own Custom RecyclerViewAdapter And ViewHolder.mp4 86.11 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/021 Displaying The RecyclerView With The Exercise Numbers.mp4 106.89 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/022 Displaying At Witch Exercise We Currently Are.mp4 96.62 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/023 Creating The Finish Activity.mp4 150.52 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/024 Setting Up The CustomDialog For The BackButton.mp4 77.15 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/025 Preparing The BMI Screen.mp4 74.42 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/026 BMI Screen For The Metric System.mp4 142.9 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/027 Adding Custom RadioGroups With Custom RadioButtons.mp4 40.66 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/028 Adding The US View Elements.mp4 127.88 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/029 Difference Between View Gone And View Invisible.mp4 10.22 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/030 Finalizing The BMI Calculator With The US System.mp4 64.4 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/031 Adding The History UI And Activity.mp4 78.29 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/032 SQLITE Demo Part 1 - Overview Of The Project And UI.mp4 76.52 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/036 Adding The SqliteOpenHelper And Storing Date In The DB.mp4 64.58 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/037 Reading The Database Entries And Preparing The Listview Item Layout.mp4 0 字节
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/038 Adding The RecyclerView And Finishing The App.mp4 116.91 MB
10 - 7 Minute Workout App - UI - Timers - Multiple Activites - Android 10/039 Summary - 7 Minutes Workout App.mp4 22.79 MB
11 - Age in Minutes Calculator - Android 12/001 Intro Age in Minutes Calculator - Android 12.mp4 11.13 MB
11 - Age in Minutes Calculator - Android 12/002 Setting up the UI for the age calculator.mp4 137.89 MB
11 - Age in Minutes Calculator - Android 12/003 Adding more TextViews and Understanding SP, DP and Pixels.mp4 93.22 MB
11 - Age in Minutes Calculator - Android 12/004 Finalizing the UI of our Age Calculator App.mp4 46.95 MB
11 - Age in Minutes Calculator - Android 12/005 Adding a DatePickerDialog and OnDateSetListener.mp4 57.57 MB
11 - Age in Minutes Calculator - Android 12/006 Using the selected Date to display it and looking into simpledateformat and date.mp4 97.05 MB
11 - Age in Minutes Calculator - Android 12/007 Finalizing The Age In Minutes App.mp4 82.08 MB
11 - Age in Minutes Calculator - Android 12/008 Summary Age In Minutes App.mp4 9.66 MB
12 -/001 Intro Calculator App.mp4 7.41 MB
12 -/002 What you will build in this chapter.mp4 13.51 MB
12 -/003 Building The Calculator UI using Linear Layouts part 1.mp4 134.32 MB
12 -/004 Building The Calculator UI using Linear Layouts part 2.mp4 39.71 MB
12 -/005 Using OnClick and Implementing the CLR Functionality.mp4 33.86 MB
12 -/006 Adding the onDecimalPoint Function.mp4 35.25 MB
12 -/007 Adding the OnOperator Functionality using Contains and StartsWith on Strings.mp4 49.85 MB
12 -/008 Adding Subtraction - Using split and substring methods on Strings.mp4 100.53 MB
12 -/009 Adding the Missing Operations and Finalizing the App.mp4 42.76 MB
12 -/010 Summary Of The Calculator Chapter.mp4 13.24 MB
13 - Quiz App Android 12/001 Intro Quiz App.mp4 4.28 MB
13 - Quiz App Android 12/002 Preparing The Projects Style and Manifest.mp4 34.37 MB
13 - Quiz App Android 12/003 Setting up the ui and using cardview and disable the statusbar.mp4 161.68 MB
13 - Quiz App Android 12/004 Creating the question Model And Preparing the questions.mp4 158.97 MB
13 - Quiz App Android 12/005 Setting Up The QUestion UI ANd Connecting the UI to the model part 1.mp4 94.36 MB
13 - Quiz App Android 12/006 Setting up The questions UI and Connecting the UI to the Model Part 2.mp4 148.49 MB
13 - Quiz App Android 12/007 Adding The button Functionality to the questions activity.mp4 204.68 MB
13 - Quiz App Android 12/008 Selecting the Right and Wrong Answer and Displaying the next question.mp4 111.15 MB
13 - Quiz App Android 12/010 Preparing the UI for the Result activity.mp4 39.34 MB
13 - Quiz App Android 12/011 Final Touches And Sending Data Via Intent - putExtra.mp4 128.88 MB
13 - Quiz App Android 12/013 Summary Quiz App.mp4 19.17 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/001 Introduction - Kids Drawing App.mp4 23.24 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/002 What You Will Build In This Chapter.mp4 2.84 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/003 Setting Up The Kids Drawing App - Drawing View Part 1.mp4 0 字节
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/004 Setting Up The Kids Drawing App - Drawing View Part 2.mp4 0 字节
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/005 Let The Lines Persist On The View.mp4 25.76 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/006 Adding A Little Border Around The Canvas.mp4 19.69 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/007 Preparing the BrushSizeSelector and How To Use DisplayMetrics.mp4 0 字节
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/008 Selecting the Brush Size From A Custom Dialog That we Created.mp4 0 字节
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/009 Adding the color pallet using custom drawables that we created.mp4 0 字节
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/010 Adding the Color selection.mp4 98.61 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/011 Adding the Background Image.mp4 52.12 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/012 Adding The Gallery ImageButton To The UI.mp4 41.7 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/013 Permissions Demo.mp4 181.75 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/014 Snackbar - AlertDialog - CustomDialogs Demo Part 1.mp4 56.88 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/015 CustomDialogs Demo Part 2.mp4 60.01 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/016 Custom Progress Bar Dialogs.mp4 43.31 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/017 Adding Permission requests to our KidsDrawing App.mp4 133.3 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/018 Selecting An Image from the gallery using it as a background.mp4 0 字节
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/019 Adding an undo button and functionality.mp4 44 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/020 Do something in the Background using Coroutines.mp4 51.7 MB
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/021 Adding a provider - path and a image sandwitch maker to our app.mp4 0 字节
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/022 Saving an Image on The Phone using Coroutines and OutPutStreams.mp4 0 字节
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/023 Displaying The Custom Progress Dialog and Hiding it When done.mp4 0 字节
14 - Drawing App - How to use Canvas, import Images and Export them - Android 12/024 Adding a Share Feature To Share The Image Via-Email - Whatsapp etc.mp4 0 字节
15 - 7 Minute Workout App Android 12 Version/001 Intro to 7 Minute Workout App.mp4 16.89 MB
15 - 7 Minute Workout App Android 12 Version/002 Setting up the UI.mp4 107.6 MB
15 - 7 Minute Workout App Android 12 Version/003 Using Viewbinding and getting rid of our actionbar.mp4 54.93 MB
15 - 7 Minute Workout App Android 12 Version/004 Adding The Exercise Screen - Intents and Customizing our Toolbar.mp4 54.63 MB
15 - 7 Minute Workout App Android 12 Version/005 Implementing Custom UI Elements For A PRogressbar To Tick Counterclock wise.mp4 104.84 MB
15 - 7 Minute Workout App Android 12 Version/006 DEMO - Timers.mp4 61.22 MB
15 - 7 Minute Workout App Android 12 Version/007 Using CountDownTimers To Display The Seconds remaining.mp4 44.24 MB
15 - 7 Minute Workout App Android 12 Version/008 Adding the Exercise Timer.mp4 89.76 MB
15 - 7 Minute Workout App Android 12 Version/009 Adding the Model, Our Constants For The Exercises and Testing It Part 1.mp4 98.98 MB
15 - 7 Minute Workout App Android 12 Version/010 Adding the Model, Our Constants For The Exercises and Testing It Part 2.mp4 97.87 MB
15 - 7 Minute Workout App Android 12 Version/011 Adding the Upcoming Exercise Text To the restview.mp4 73.49 MB
15 - 7 Minute Workout App Android 12 Version/012 TextToSpeech Demo.mp4 90.23 MB
15 - 7 Minute Workout App Android 12 Version/014 Adding Text to speech to our application.mp4 36.97 MB
15 - 7 Minute Workout App Android 12 Version/015 Adding a Media Player to play a sounds once an exercise is over.mp4 46.25 MB
15 - 7 Minute Workout App Android 12 Version/016 Intro to RecyclerViews.mp4 38.32 MB
15 - 7 Minute Workout App Android 12 Version/017 Viewbinding with Recyclerviews.mp4 157.5 MB
15 - 7 Minute Workout App Android 12 Version/018 Preparing The RecyclerView For The Bottom To Display Exercise Numbers.mp4 44.1 MB
其他位置