zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[04-2020] android-kotlin-developer
magnet:?xt=urn:btih:76ebb4c0c565f77509f59cbc738885345e8801d7&dn=[04-2020] android-kotlin-developer
磁力链接详情
文件列表详情
76ebb4c0c565f77509f59cbc738885345e8801d7
infohash:
351
文件数量
32.58 GB
文件大小
2023-9-5 12:41
创建日期
2024-11-27 21:12
最后访问
相关分词
04-2020
android-kotlin-developer
13 Trello Clone/276 Adding The Notifications Part 1.mp4 235.88 MB
01 Introduction/002 Thanks a lot for taking the course.mp4 21.21 MB
01 Introduction/003 How to get most out of this course.mp4 97.93 MB
02 Getting ready with Android Studio/004 Introduction to the chapter.mp4 21.7 MB
02 Getting ready with Android Studio/005 Install Android Studio on Windows.mp4 19.86 MB
02 Getting ready with Android Studio/006 Install Android Studio on Mac.mp4 37.74 MB
02 Getting ready with Android Studio/008 Our first project - the ui and how to change the size of the text.mp4 52.81 MB
02 Getting ready with Android Studio/009 Setting up the Emulator.mp4 53.95 MB
02 Getting ready with Android Studio/010 Hello World.mp4 56.71 MB
02 Getting ready with Android Studio/011 People Counter App.mp4 122.64 MB
02 Getting ready with Android Studio/012 Testing The App On Your Phone.mp4 44.32 MB
02 Getting ready with Android Studio/013 Outro - Setup.mp4 19.38 MB
03 Kotlin Fundamentals/014 Introduction to the chapter.mp4 32.72 MB
03 Kotlin Fundamentals/015 Variables and difference between val and var.mp4 42.86 MB
03 Kotlin Fundamentals/016 Datatypes of numbers.mp4 54 MB
03 Kotlin Fundamentals/017 Datatypes bool char and string.mp4 42.76 MB
03 Kotlin Fundamentals/021 Arithmetic Operators and why the type is important.mp4 46.01 MB
03 Kotlin Fundamentals/022 Comparison Operators.mp4 50.85 MB
03 Kotlin Fundamentals/023 assignment incriment and decrement operators.mp4 39.77 MB
03 Kotlin Fundamentals/025 If Statements.mp4 71.78 MB
03 Kotlin Fundamentals/026 If Statements Part 2.mp4 25.68 MB
03 Kotlin Fundamentals/027 When Expressions - Including Exercises.mp4 77.67 MB
03 Kotlin Fundamentals/029 While Loop.mp4 42.1 MB
03 Kotlin Fundamentals/030 Do While Loop.mp4 21.67 MB
03 Kotlin Fundamentals/031 More On While Loops.mp4 20.97 MB
03 Kotlin Fundamentals/032 For Loops.mp4 28.58 MB
03 Kotlin Fundamentals/036 Functions - Parameters - Arguments and Return - Exercise Included.mp4 81.33 MB
03 Kotlin Fundamentals/038 Nullables In Kotlin.mp4 62.88 MB
03 Kotlin Fundamentals/039 Nullables - Elvis Operator - Not Null Assertion.mp4 32.37 MB
03 Kotlin Fundamentals/041 Summary - Kotlin Fundamentals I.mp4 32.95 MB
04 Object Oriented Programming Basics In Kotlin/042 Introduction to the chapter.mp4 31.14 MB
04 Object Oriented Programming Basics In Kotlin/043 Introduction to OOP.mp4 20.68 MB
04 Object Oriented Programming Basics In Kotlin/044 Classes and Objects.mp4 18.92 MB
04 Object Oriented Programming Basics In Kotlin/045 Classes And Initializers.mp4 40.32 MB
04 Object Oriented Programming Basics In Kotlin/048 Scope And Shadowing.mp4 31.29 MB
04 Object Oriented Programming Basics In Kotlin/049 Member Variables - Functions And Constructors.mp4 92.64 MB
04 Object Oriented Programming Basics In Kotlin/050 Lateinit Plus Setters And Getters.mp4 64.22 MB
04 Object Oriented Programming Basics In Kotlin/052 Data Classes.mp4 51.35 MB
04 Object Oriented Programming Basics In Kotlin/055 Inheritance.mp4 106.89 MB
04 Object Oriented Programming Basics In Kotlin/056 Interfaces.mp4 89.37 MB
04 Object Oriented Programming Basics In Kotlin/057 Abstract Classes.mp4 48.94 MB
04 Object Oriented Programming Basics In Kotlin/058 Typecasting.mp4 64.95 MB
04 Object Oriented Programming Basics In Kotlin/059 Summary Of Classes And OOP.mp4 30.93 MB
05 More Fundamentals of Kotlin/060 Introduction to the chapter.mp4 34.22 MB
05 More Fundamentals of Kotlin/061 ArrayLists.mp4 24.04 MB
05 More Fundamentals of Kotlin/064 Lambda Expressions.mp4 17.64 MB
05 More Fundamentals of Kotlin/065 Visibility Modifiers - public - private- internal - protected and the keyword op.mp4 44.32 MB
05 More Fundamentals of Kotlin/066 Nested and Inner Classes.mp4 18.1 MB
05 More Fundamentals of Kotlin/067 Safe Cast and Unsafe Cast Operator.mp4 18.55 MB
05 More Fundamentals of Kotlin/068 Exception Handling With Try And Catch.mp4 62.49 MB
05 More Fundamentals of Kotlin/069 Summary Of This Chapter.mp4 34.44 MB
06 Age In Minutes App/071 Introduction to the chapter.mp4 34 MB
06 Age In Minutes App/072 Setting up the UI for the age calculator and how we can adjust the looks of our.mp4 106.1 MB
06 Age In Minutes App/073 Adding more TextViews and understanding the difference of SP DP and Pixels.mp4 111.24 MB
06 Age In Minutes App/074 Finalizing the UI of our Age Calculator App.mp4 41.62 MB
06 Age In Minutes App/075 Adding a DatePickerDialog and OnDateSetListener.mp4 98.84 MB
06 Age In Minutes App/076 Using the selected Date to display it and looking into SimpleDateFormat and Date.mp4 91.4 MB
06 Age In Minutes App/077 Finalizing The Age in Minutes App.mp4 76.86 MB
06 Age In Minutes App/079 Summary - Age in Minutes App.mp4 28.64 MB
07 Calculator App - Learning XML and how to create a UI/080 Introduction to the chapter.mp4 24.77 MB
07 Calculator App - Learning XML and how to create a UI/081 What You Will Build In This Chapter.mp4 25.78 MB
07 Calculator App - Learning XML and how to create a UI/082 Building the Calculator UI using LinearLayouts and layout_weight and onClick.mp4 111.78 MB
07 Calculator App - Learning XML and how to create a UI/083 Using onClick And Implementing The CLR Functionality.mp4 39.75 MB
07 Calculator App - Learning XML and how to create a UI/084 Adding The onDecimalPoint Function.mp4 33.97 MB
07 Calculator App - Learning XML and how to create a UI/085 Adding The onOperatorFunctionality Using Contains And startsWith On Strings.mp4 53.64 MB
07 Calculator App - Learning XML and how to create a UI/086 Adding Subtraction - Using Split And Substring Methods On Strings.mp4 83.76 MB
07 Calculator App - Learning XML and how to create a UI/087 Adding The Missing Operations And Finalizing The App.mp4 81.17 MB
07 Calculator App - Learning XML and how to create a UI/088 Summary Of The Calculator Chapter.mp4 24.96 MB
08 Quiz App/089 Introduction - Quiz App.mp4 12.27 MB
08 Quiz App/090 Preparing The Projects Style And Manifest.mp4 66.05 MB
08 Quiz App/091 Setting Up The UI Using Cardview And Disable The Statusbar.mp4 146.29 MB
08 Quiz App/092 Creating The Question Model And Preparing The Questions.mp4 118.09 MB
08 Quiz App/093 Setting Up The Question UI And Connecting The UI To The Model Part 2.mp4 81.17 MB
08 Quiz App/094 Setting Up The Question UI And Connecting The UI To The Model Part 1.mp4 101.58 MB
08 Quiz App/095 Adding The Button Functionality To The Questions Activity.mp4 182.66 MB
08 Quiz App/096 Selecting The Right And Wrong Answers And Displaying The Next Question.mp4 128.34 MB
08 Quiz App/097 DEMO - StartActivityForResult.mp4 157.35 MB
08 Quiz App/098 Preparing The UI For The Result Activity.mp4 64.39 MB
08 Quiz App/099 Final Touches And Sending Data Via Intent - putExtra.mp4 137.85 MB
08 Quiz App/100 Summary - Quiz App.mp4 36.3 MB
09 Drawing App - How to use Canvas import Images and Export them/101 Introduction - Kids Drawing App.mp4 67.35 MB
09 Drawing App - How to use Canvas import Images and Export them/102 What You Will Build In This Chapter.mp4 10.44 MB
09 Drawing App - How to use Canvas import Images and Export them/103 Setting Up The Kids Drawing App - Drawing View Part 1.mp4 139.74 MB
09 Drawing App - How to use Canvas import Images and Export them/104 Setting Up The Kids Drawing App - Drawing View Part 2.mp4 159.61 MB
09 Drawing App - How to use Canvas import Images and Export them/105 Let The Lines Persist On The View.mp4 31.69 MB
09 Drawing App - How to use Canvas import Images and Export them/106 Adding A Little Border Around The Canvas.mp4 21.75 MB
09 Drawing App - How to use Canvas import Images and Export them/107 Preparing The BrushSizeSelector And How To Use DisplayMetrics.mp4 46.98 MB
09 Drawing App - How to use Canvas import Images and Export them/108 Selecting The Brush Size From A Custom Dialog That We Created.mp4 185.43 MB
09 Drawing App - How to use Canvas import Images and Export them/109 Adding The Color Pallet Using Custom Drawables That We Created.mp4 166.9 MB
09 Drawing App - How to use Canvas import Images and Export them/110 Adding The Color Selection.mp4 125.73 MB
09 Drawing App - How to use Canvas import Images and Export them/111 Adding The Background Image.mp4 87.57 MB
09 Drawing App - How to use Canvas import Images and Export them/112 Adding The Gallery ImageButton To The UI.mp4 50.03 MB
09 Drawing App - How to use Canvas import Images and Export them/114 Permissions Demo.mp4 196.69 MB
09 Drawing App - How to use Canvas import Images and Export them/115 Snackbar - AlertDialog - CustomDialogs Demo Part 1.mp4 75.21 MB
09 Drawing App - How to use Canvas import Images and Export them/116 CustomDialogs Demo Part 2.mp4 61.7 MB
09 Drawing App - How to use Canvas import Images and Export them/117 Custom Progress Bar Dialogs.mp4 57.76 MB
09 Drawing App - How to use Canvas import Images and Export them/118 Adding Permissionrequest To Our KidsDrawing App.mp4 136.28 MB
09 Drawing App - How to use Canvas import Images and Export them/119 Selecting An Image From The Gallery Using It As A Background.mp4 82.89 MB
09 Drawing App - How to use Canvas import Images and Export them/120 Adding An Undo Button And Functionality.mp4 48.35 MB
09 Drawing App - How to use Canvas import Images and Export them/121 AsyncTask Demo - Do Something In The Background.mp4 70.16 MB
09 Drawing App - How to use Canvas import Images and Export them/122 Adding A Provider - Path And An Image Sandwitch Maker.mp4 114.65 MB
09 Drawing App - How to use Canvas import Images and Export them/123 Saving An Image On The Phone Using AsingTask and OutputStream.mp4 140.07 MB
09 Drawing App - How to use Canvas import Images and Export them/124 Displaying The Custom Progress Dialog And onPreExecute.mp4 44.76 MB
09 Drawing App - How to use Canvas import Images and Export them/125 Adding A Share Feature To Share The Image Via E-Mail - Whatsapp etc.mp4 69.21 MB
09 Drawing App - How to use Canvas import Images and Export them/126 Summary - Kids Drawing App.mp4 16.18 MB
10 7 Minute Workout App/127 Introduction to the chapter.mp4 52.44 MB
10 7 Minute Workout App/128 Structure of the App.mp4 10.63 MB
10 7 Minute Workout App/129 Setting up the UI.mp4 167.95 MB
10 7 Minute Workout App/130 How To Get Rid Of The Actionbar.mp4 11.3 MB
10 7 Minute Workout App/131 Adding The Exercise Screen - Intents And Customizing Our Toolbar.mp4 115.88 MB
10 7 Minute Workout App/132 Implementing Custom UI Elements For A Progressbar to Tick Counterclock Wise.mp4 116.48 MB
10 7 Minute Workout App/133 DEMO Timers.mp4 63.79 MB
10 7 Minute Workout App/134 Using CountDownTimers To Display The Seconds Remaining.mp4 88.04 MB
10 7 Minute Workout App/135 Challenge - Implementing The ExerciseTimer.mp4 122.51 MB
10 7 Minute Workout App/136 Adding The Model Our Constants For The Exercises And Testing It Part 1.mp4 107.19 MB
10 7 Minute Workout App/137 Adding The Model Our Constants For The Exercises And Testing It Part 1.mp4 97.61 MB
10 7 Minute Workout App/138 Adding The Upcoming Exercise Text To The RestView.mp4 53.83 MB
10 7 Minute Workout App/139 DEMO Text To Speech.mp4 74.03 MB
10 7 Minute Workout App/141 Adding Text To Speech To Our App.mp4 122.55 MB
10 7 Minute Workout App/142 Adding A Media Player To Play A Sound Once The Exercise Is Over.mp4 48.95 MB
10 7 Minute Workout App/143 Intro - RecyclerView.mp4 52.08 MB
10 7 Minute Workout App/144 DEMO - RecyclerView.mp4 197.28 MB
10 7 Minute Workout App/145 Preparing The RecyclerView For The Bottom To Display Exercise Numbers.mp4 47.55 MB
10 7 Minute Workout App/146 Creating Our Own Custom RecyclerViewAdapter And ViewHolder.mp4 90.78 MB
10 7 Minute Workout App/147 Displaying The RecyclerView With The Exercise Numbers.mp4 112.35 MB
10 7 Minute Workout App/148 Displaying At Witch Exercise We Currently Are.mp4 101.34 MB
10 7 Minute Workout App/149 Creating The Finish Activity.mp4 157.85 MB
10 7 Minute Workout App/150 Setting Up The CustomDialog For The BackButton.mp4 97.43 MB
10 7 Minute Workout App/151 Preparing The BMI Screen.mp4 77.8 MB
10 7 Minute Workout App/152 BMI Screen For The Metric System.mp4 180.14 MB
10 7 Minute Workout App/153 Adding Custom RadioGroups With Custom RadioButtons.mp4 69.21 MB
10 7 Minute Workout App/154 Adding The US View Elements.mp4 162.7 MB
10 7 Minute Workout App/155 Difference Between View Gone And View Invisible.mp4 19.65 MB
10 7 Minute Workout App/156 Finalizing The BMI Calculator With The US System.mp4 67.52 MB
10 7 Minute Workout App/157 Adding The History UI And Activity.mp4 81.57 MB
10 7 Minute Workout App/158 SQLITE Demo Part 1 - Overview Of The Project And UI.mp4 96.29 MB
10 7 Minute Workout App/159 SQLITE DEMO Part 2 - Primary Key How To Create a Table And Datatypes in SQLite.mp4 124.96 MB
10 7 Minute Workout App/160 SQLITE DEMO Part 3 - The Database Class - How Tables Work - CRUD Operations etc.mp4 141.78 MB
10 7 Minute Workout App/161 SQLITE DEMO Part 4 - Checking the SQL Database on the Deveice Outside Of the App.mp4 178.97 MB
10 7 Minute Workout App/162 Adding The SqliteOpenHelper And Storing Date In The DB.mp4 115.59 MB
10 7 Minute Workout App/163 Reading The Database Entries And Preparing The Listview Item Layout.mp4 87.52 MB
10 7 Minute Workout App/164 Adding The RecyclerView And Finishing The App.mp4 129.91 MB
10 7 Minute Workout App/165 Summary - 7 Minutes Workout App.mp4 42.97 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/127 Introduction to the chapter.mp4 52.44 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/128 Structure of the App.mp4 10.63 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/129 Setting up the UI.mp4 167.95 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/130 How To Get Rid Of The Actionbar.mp4 11.3 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/131 Adding The Exercise Screen - Intents And Customizing Our Toolbar.mp4 115.88 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/133 DEMO Timers.mp4 63.79 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/134 Using CountDownTimers To Display The Seconds Remaining.mp4 88.04 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/135 Challenge - Implementing The ExerciseTimer.mp4 122.51 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/138 Adding The Upcoming Exercise Text To The RestView.mp4 53.83 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/139 DEMO Text To Speech.mp4 74.03 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/141 Adding Text To Speech To Our App.mp4 122.55 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/142 Adding A Media Player To Play A Sound Once The Exercise Is Over.mp4 48.95 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/143 Intro - RecyclerView.mp4 52.08 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/144 DEMO - RecyclerView.mp4 197.28 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/146 Creating Our Own Custom RecyclerViewAdapter And ViewHolder.mp4 90.78 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/147 Displaying The RecyclerView With The Exercise Numbers.mp4 112.35 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/148 Displaying At Witch Exercise We Currently Are.mp4 101.34 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/149 Creating The Finish Activity.mp4 157.85 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/150 Setting Up The CustomDialog For The BackButton.mp4 97.43 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/151 Preparing The BMI Screen.mp4 77.8 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/152 BMI Screen For The Metric System.mp4 180.14 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/153 Adding Custom RadioGroups With Custom RadioButtons.mp4 69.21 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/154 Adding The US View Elements.mp4 162.7 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/155 Difference Between View Gone And View Invisible.mp4 19.65 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/156 Finalizing The BMI Calculator With The US System.mp4 67.52 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/157 Adding The History UI And Activity.mp4 81.57 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/158 SQLITE Demo Part 1 - Overview Of The Project And UI.mp4 96.29 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/162 Adding The SqliteOpenHelper And Storing Date In The DB.mp4 115.59 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/164 Adding The RecyclerView And Finishing The App.mp4 129.91 MB
10 7 Minute Workout App - UI - Timers - Multiple Activites - Making Money with Apps/165 Summary - 7 Minutes Workout App.mp4 42.97 MB
11 Happy Places App - Location GPS Google Maps API/166 Introduction to the chapter.mp4 42.29 MB
11 Happy Places App - Location GPS Google Maps API/167 Concept of the App.mp4 11.31 MB
11 Happy Places App - Location GPS Google Maps API/168 Setting Up The Happy Places App.mp4 124.02 MB
11 Happy Places App - Location GPS Google Maps API/169 Adding The Add HappyPlaceActivity and using dimens string color.mp4 153.54 MB
11 Happy Places App - Location GPS Google Maps API/170 Adding Calendar Picker And Populate Our Date Edit Text.mp4 100.23 MB
11 Happy Places App - Location GPS Google Maps API/171 Using Third Party Libraries.mp4 40.46 MB
11 Happy Places App - Location GPS Google Maps API/172 Using The Third Party Library DEXTER For Permission Handling.mp4 180.56 MB
11 Happy Places App - Location GPS Google Maps API/173 DEMO - Taking Images With The Camera App and Using It In Our App.mp4 105.15 MB
11 Happy Places App - Location GPS Google Maps API/174 Adding The Gallery Picking Functionality.mp4 79.48 MB
11 Happy Places App - Location GPS Google Maps API/175 Adding Camera Picking Functionality.mp4 54.04 MB
11 Happy Places App - Location GPS Google Maps API/176 Storing The Images On The Device.mp4 104.92 MB
11 Happy Places App - Location GPS Google Maps API/177 Preparing The Database Handler And Creating Our Happy Place Model.mp4 119.84 MB
11 Happy Places App - Location GPS Google Maps API/178 Saving A Happy Place Via SQLite.mp4 69.17 MB
11 Happy Places App - Location GPS Google Maps API/179 Reading The Data From Our Local DB.mp4 97.03 MB
11 Happy Places App - Location GPS Google Maps API/180 Preparing The RecyclerView.mp4 42.3 MB
11 Happy Places App - Location GPS Google Maps API/181 Using A Third Party Library For Nice Rounded Images.mp4 190 MB
11 Happy Places App - Location GPS Google Maps API/182 Adding ActivityForResult In Order To Update The List Dynamically.mp4 66.72 MB
11 Happy Places App - Location GPS Google Maps API/183 Adding An OnClickListener To RecyclerView Element - Best Practice.mp4 145.15 MB
11 Happy Places App - Location GPS Google Maps API/184 Passing Whole Objects from One Activity To Another - Serializable vs Parcalable.mp4 109.54 MB
11 Happy Places App - Location GPS Google Maps API/185 Adding Swipe To Edit Functionality using ItemTouchHelper.mp4 174.28 MB
11 Happy Places App - Location GPS Google Maps API/186 Fixing The Updating Duplication Bug.mp4 94.72 MB
11 Happy Places App - Location GPS Google Maps API/187 Adding Swipe To Delete Functionality.mp4 102.36 MB
11 Happy Places App - Location GPS Google Maps API/188 Using The Google Places API.mp4 159.1 MB
11 Happy Places App - Location GPS Google Maps API/189 Adding a Map Intent.mp4 75.6 MB
11 Happy Places App - Location GPS Google Maps API/190 Displaying A Marker On The Map And Zooming In With An Animation.mp4 144.74 MB
11 Happy Places App - Location GPS Google Maps API/191 Adding The Select Current Location Button And Permissions.mp4 111.09 MB
11 Happy Places App - Location GPS Google Maps API/192 Getting The Users Location.mp4 149.85 MB
11 Happy Places App - Location GPS Google Maps API/193 Getting The Address From The Latitude And Longitude.mp4 194.54 MB
11 Happy Places App - Location GPS Google Maps API/194 Summary - Happy Places.mp4 29.88 MB
12 Weather App - Downloading Website JSON GSON Using APIs/195 Introduction - Weather App.mp4 25.08 MB
12 Weather App - Downloading Website JSON GSON Using APIs/196 JSON And Tools - Introduction.mp4 39.08 MB
12 Weather App - Downloading Website JSON GSON Using APIs/197 DEMO - Downloading A Website And Its Text in Android.mp4 130.4 MB
12 Weather App - Downloading Website JSON GSON Using APIs/198 How Read And Use JSON Objects.mp4 94.11 MB
12 Weather App - Downloading Website JSON GSON Using APIs/199 Sending Post Requests.mp4 64.98 MB
12 Weather App - Downloading Website JSON GSON Using APIs/200 Using The GSON Library to Make Working With JSON Easier.mp4 83.03 MB
12 Weather App - Downloading Website JSON GSON Using APIs/201 Introduction To OpenWeatherMap And General Overview.mp4 55.52 MB
12 Weather App - Downloading Website JSON GSON Using APIs/202 Preparing The Project And Checking If Location Provider Is Turned On.mp4 72.8 MB
12 Weather App - Downloading Website JSON GSON Using APIs/203 Preparing Permissionrequests Using Dexter.mp4 108.98 MB
12 Weather App - Downloading Website JSON GSON Using APIs/204 Preparing the Internet Connection For RETROFIT And The API Calls.mp4 112.13 MB
12 Weather App - Downloading Website JSON GSON Using APIs/205 Preparing The Models Based On The API.mp4 79.91 MB
12 Weather App - Downloading Website JSON GSON Using APIs/206 Creating The API Call with Retrofit and Getting A Response.mp4 190.71 MB
12 Weather App - Downloading Website JSON GSON Using APIs/207 Creating A Custom Dialog And Testing Different Internet Speeds.mp4 72.77 MB
12 Weather App - Downloading Website JSON GSON Using APIs/208 Adding The UI And Setting It Up.mp4 163.62 MB
12 Weather App - Downloading Website JSON GSON Using APIs/209 Adding The Sunrise And Sunset Time.mp4 91.56 MB
12 Weather App - Downloading Website JSON GSON Using APIs/210 Changing The UI Depending On The Weather Data From The API.mp4 44.25 MB
12 Weather App - Downloading Website JSON GSON Using APIs/211 Adding A Refresh Button In The Menu.mp4 66.22 MB
12 Weather App - Downloading Website JSON GSON Using APIs/212 Storing The Data Via SharedPreferences And Preloading It.mp4 111.12 MB
12 Weather App - Downloading Website JSON GSON Using APIs/213 Summary - Weather App.mp4 51.39 MB
13 Trello Clone/214 Introduction to the chapter.mp4 68.92 MB
13 Trello Clone/215 Concept of the App.mp4 11.17 MB
13 Trello Clone/216 Setting Up The Splashscreen Using Custom Fonts And How To Find Them.mp4 131.97 MB
13 Trello Clone/217 Setting Up The Intro Screen And Moving To It After 2 Second.mp4 110.46 MB
13 Trello Clone/218 Designing The SignUp Activity.mp4 145.18 MB
13 Trello Clone/219 Challenge - Seting Up The SignIn Activity.mp4 51.4 MB
13 Trello Clone/220 Setting Up The BaseActivity For Reuse Functions.mp4 169.07 MB
13 Trello Clone/221 Preparing The Signup Feature in Firebase And In The App.mp4 101.07 MB
13 Trello Clone/222 Registering The User Via Email in Firebase.mp4 97.13 MB
13 Trello Clone/223 Signing In The User.mp4 122.81 MB
13 Trello Clone/224 Using The FireStore Database to Store The User Details Part 1.mp4 91.09 MB
13 Trello Clone/225 Using The FireStore Database to Store The User Details Part 2.mp4 94.09 MB
13 Trello Clone/226 Signing In And Getting The User Data.mp4 58 MB
13 Trello Clone/227 Auto Login.mp4 40.58 MB
13 Trello Clone/228 Preparing The XML For The Drawer And Navigation Part 1.mp4 117.2 MB
13 Trello Clone/229 Preparing The XML For The Drawer And Navigation Part 2.mp4 140.58 MB
13 Trello Clone/230 Adding The Drawer Functionality In Code.mp4 112.24 MB
13 Trello Clone/231 Loading The Image And Username To Display It In The Drawer.mp4 106.58 MB
13 Trello Clone/232 Preparing The Profile Screen.mp4 123.32 MB
13 Trello Clone/233 Populating The Profile Activity With User Data.mp4 69.17 MB
13 Trello Clone/234 Image Chooser For The Profile Image.mp4 148.01 MB
13 Trello Clone/235 Uploading An Image To Storage.mp4 143.1 MB
13 Trello Clone/236 Updating the User Data Via HashMap In The FireStore Database.mp4 148.34 MB
13 Trello Clone/237 Updating The MainActivit Profile Details via ActivityForResult.mp4 46.9 MB
13 Trello Clone/238 The Create Board Activity.mp4 88.22 MB
13 Trello Clone/239 Select A Board Image.mp4 66.42 MB
13 Trello Clone/240 Creating A Board Image.mp4 129.93 MB
13 Trello Clone/241 Creating A Board.mp4 107.73 MB
13 Trello Clone/242 Creating The Board In The Firestore Database.mp4 201.3 MB
13 Trello Clone/243 Preparing The Boards Recyclerview Adapter And UI Elements.mp4 153.73 MB
13 Trello Clone/244 Loading The Boards Into The Recyclerview.mp4 36.97 MB
13 Trello Clone/245 Updating The BoardsList After Creating A New Board.mp4 54.96 MB
13 Trello Clone/246 The TasklistActivity.mp4 146.97 MB
13 Trello Clone/247 Loading The Board in The TaskListActivity.mp4 147.05 MB
13 Trello Clone/248 Preparing The Tasklist Adapter.mp4 195.86 MB
13 Trello Clone/249 Creating Lists Inside A Board.mp4 144.59 MB
13 Trello Clone/250 Creating A List Inside A Board Part 2.mp4 106.85 MB
13 Trello Clone/251 Editing And Deleting Lists.mp4 134.43 MB
13 Trello Clone/252 Adding The Cards To Lists.mp4 176.51 MB
13 Trello Clone/253 Displaying The Cards.mp4 85.83 MB
13 Trello Clone/254 Preparing The MembersActivity.mp4 66 MB
13 Trello Clone/255 Creating The Member Item And The Toolbar.mp4 79.62 MB
13 Trello Clone/256 Fetching And Displaying The Members Of A Board.mp4 126.6 MB
13 Trello Clone/257 Adding New Members - UI.mp4 106.57 MB
13 Trello Clone/258 Adding A New Member To A Board - Logic.mp4 184.11 MB
13 Trello Clone/259 Reloading The Board Details On Change.mp4 93.42 MB
13 Trello Clone/260 Adding A Detail Screen For Cards.mp4 158.55 MB
13 Trello Clone/261 Loading Card Details To Set The Title Of The Card.mp4 108.95 MB
13 Trello Clone/262 Adding The Delete Card Menu Icon ANd Populating The EditText Of The Card.mp4 79.95 MB
13 Trello Clone/263 Deleting Cards.mp4 179.65 MB
13 Trello Clone/264 Preparing The Cards Color Dialog And Adapter.mp4 229.21 MB
13 Trello Clone/265 Selecting The Color And Updating The Card.mp4 95.6 MB
13 Trello Clone/266 Adding Colors To Our Cards.mp4 56.67 MB
13 Trello Clone/267 Passing The Memberslist To The Card.mp4 83.03 MB
13 Trello Clone/268 Preparing And Displaying The Card Members Dialog.mp4 221.2 MB
13 Trello Clone/269 Prepare The Add Members Feature.mp4 166.94 MB
13 Trello Clone/270 Finish The Add Members Feature.mp4 118.27 MB
13 Trello Clone/271 Displaying The Assigned Users Per Card On The List Level.mp4 130.81 MB
13 Trello Clone/272 Adding A Due Date To The App.mp4 97.2 MB
13 Trello Clone/273 Adding The Drag And Drop Feature.mp4 125.71 MB
13 Trello Clone/274 Preparing The Notification Feature.mp4 180.35 MB
13 Trello Clone/275 Adding The Token To The DB.mp4 127.12 MB
01 Introduction/001 What you will learn in this course and how is it structured.mp4 94.09 MB
13 Trello Clone/277 Final Steps For The Notification Feature.mp4 130.88 MB
13 Trello Clone/278 Outro.mp4 38.23 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/214 Introduction to the chapter.mp4 68.92 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/215 Concept of the App.mp4 11.17 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/216 Setting Up The Splashscreen Using Custom Fonts And How To Find Them.mp4 131.97 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/217 Setting Up The Intro Screen And Moving To It After 2 Second.mp4 110.46 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/218 Designing The SignUp Activity.mp4 145.18 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/219 Challenge - Seting Up The SignIn Activity.mp4 51.4 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/220 Setting Up The BaseActivity For Reuse Functions.mp4 169.07 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/221 Preparing The Signup Feature in Firebase And In The App.mp4 101.07 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/222 Registering The User Via Email in Firebase.mp4 97.13 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/223 Signing In The User.mp4 122.81 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/224 Using The FireStore Database to Store The User Details Part 1.mp4 91.09 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/225 Using The FireStore Database to Store The User Details Part 2.mp4 94.09 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/226 Signing In And Getting The User Data.mp4 58 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/227 Auto Login.mp4 40.58 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/228 Preparing The XML For The Drawer And Navigation Part 1.mp4 117.2 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/229 Preparing The XML For The Drawer And Navigation Part 2.mp4 140.58 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/230 Adding The Drawer Functionality In Code.mp4 112.24 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/231 Loading The Image And Username To Display It In The Drawer.mp4 106.58 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/232 Preparing The Profile Screen.mp4 123.32 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/233 Populating The Profile Activity With User Data.mp4 69.17 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/234 Image Chooser For The Profile Image.mp4 148.01 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/235 Uploading An Image To Storage.mp4 143.1 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/236 Updating the User Data Via HashMap In The FireStore Database.mp4 148.34 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/237 Updating The MainActivit Profile Details via ActivityForResult.mp4 46.9 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/238 The Create Board Activity.mp4 88.22 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/239 Select A Board Image.mp4 66.42 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/240 Creating A Board Image.mp4 129.93 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/241 Creating A Board.mp4 107.73 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/242 Creating The Board In The Firestore Database.mp4 201.3 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/243 Preparing The Boards Recyclerview Adapter And UI Elements.mp4 153.73 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/244 Loading The Boards Into The Recyclerview.mp4 36.97 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/245 Updating The BoardsList After Creating A New Board.mp4 54.96 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/246 The TasklistActivity.mp4 146.97 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/247 Loading The Board in The TaskListActivity.mp4 147.05 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/248 Preparing The Tasklist Adapter.mp4 195.86 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/249 Creating Lists Inside A Board.mp4 144.59 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/250 Creating A List Inside A Board Part 2.mp4 106.85 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/251 Editing And Deleting Lists.mp4 134.43 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/252 Adding The Cards To Lists.mp4 176.51 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/253 Displaying The Cards.mp4 85.83 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/254 Preparing The MembersActivity.mp4 66 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/255 Creating The Member Item And The Toolbar.mp4 79.62 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/256 Fetching And Displaying The Members Of A Board.mp4 126.6 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/257 Adding New Members - UI.mp4 106.57 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/258 Adding A New Member To A Board - Logic.mp4 184.11 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/259 Reloading The Board Details On Change.mp4 93.42 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/260 Adding A Detail Screen For Cards.mp4 158.55 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/261 Loading Card Details To Set The Title Of The Card.mp4 108.95 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/263 Deleting Cards.mp4 179.65 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/264 Preparing The Cards Color Dialog And Adapter.mp4 229.21 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/265 Selecting The Color And Updating The Card.mp4 95.6 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/266 Adding Colors To Our Cards.mp4 56.67 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/267 Passing The Memberslist To The Card.mp4 83.03 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/268 Preparing And Displaying The Card Members Dialog.mp4 221.2 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/269 Prepare The Add Members Feature.mp4 166.94 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/270 Finish The Add Members Feature.mp4 118.27 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/271 Displaying The Assigned Users Per Card On The List Level.mp4 130.81 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/272 Adding A Due Date To The App.mp4 97.2 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/273 Adding The Drag And Drop Feature.mp4 125.71 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/274 Preparing The Notification Feature.mp4 180.35 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/275 Adding The Token To The DB.mp4 127.12 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/276 Adding The Notifications Part 1.mp4 235.88 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/277 Final Steps For The Notification Feature.mp4 130.88 MB
13 Trello Clone - Firebase - User Management - Drag And Drop - Online Database etc/278 Outro.mp4 38.23 MB
14 Where To Go Now/282 Thanks a lot for taking the course.mp4 45.61 MB
其他位置