zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeCourseSite.com] Udemy - The Complete Android Kotlin Developer Course
magnet:?xt=urn:btih:854b038d192fd65959861c957b69a09bad990b0d&dn=[FreeCourseSite.com] Udemy - The Complete Android Kotlin Developer Course
磁力链接详情
Hash值:
854b038d192fd65959861c957b69a09bad990b0d
点击数:
163
文件大小:
3.95 GB
文件数量:
199
创建日期:
2019-9-7 17:46
最后访问:
2025-1-15 09:35
访问标签:
FreeCourseSite
com
Udemy
-
The
Complete
Android
Kotlin
Developer
Course
文件列表详情
01 Introduction and Setup the environment/001 Introduction.mp4 13.75 MB
01 Introduction and Setup the environment/002 Install Java JDK.mp4 11.1 MB
01 Introduction and Setup the environment/003 Install IntelliJ IDEA.mp4 7.15 MB
02 Variables/005 Program concept.mp4 4.38 MB
02 Variables/006 Run first App.mp4 11.63 MB
02 Variables/007 Variable Concept.mp4 6.77 MB
02 Variables/008 Define Variables.mp4 18.28 MB
02 Variables/009 Var vs Val.mp4 3.05 MB
02 Variables/010 Input data - ReadLine.mp4 20.63 MB
02 Variables/011 Add Comments.mp4 7.08 MB
02 Variables/012 Null safety.mp4 9.49 MB
03 Operations and Priorities/013 Convert between Data Type.mp4 13.5 MB
03 Operations and Priorities/014 Math operations_.mp4 12.56 MB
03 Operations and Priorities/015 Priorites.mp4 12.65 MB
03 Operations and Priorities/016 Increment and Decrement.mp4 14.37 MB
03 Operations and Priorities/017 App __ Find my age.mp4 9.98 MB
03 Operations and Priorities/018 Debug your Code step by step.mp4 5.68 MB
04 Decision Making/019 Logic statement.mp4 22.9 MB
04 Decision Making/020 Simple IF.mp4 20.43 MB
04 Decision Making/021 IF- Else.mp4 5.79 MB
04 Decision Making/022 IF- ElseIF.mp4 11.19 MB
04 Decision Making/023 Nested IF.mp4 6.32 MB
04 Decision Making/024 When.mp4 11.64 MB
04 Decision Making/025 Expression If and When_.mp4 9.01 MB
05 Loop Control/026 Simple For Loop.mp4 10.02 MB
05 Loop Control/027 Nested For Loop.mp4 6.75 MB
05 Loop Control/028 While Loop.mp4 4.51 MB
05 Loop Control/029 Do While Loop.mp4 6.27 MB
05 Loop Control/030 Returns and Jumps.mp4 13.23 MB
06 Collections and Strings/031 String.mp4 22.11 MB
06 Collections and Strings/032 One-Dimension Array structure.mp4 15.09 MB
06 Collections and Strings/033 One-Dimension Array implementation.mp4 15.74 MB
06 Collections and Strings/034 ArrayList.mp4 13.9 MB
06 Collections and Strings/035 HashMap.mp4 9.91 MB
06 Collections and Strings/036 mapOf_ Arrayof_ listOf and mutableListOf.mp4 13.08 MB
06 Collections and Strings/037 setOf and mutableSetOf.mp4 5.05 MB
07 Functions/038 Simple Function.mp4 20.57 MB
07 Functions/039 Function Overload.mp4 7.99 MB
07 Functions/040 Polymorphism.mp4 6.65 MB
07 Functions/041 Global and Local Variables.mp4 4.25 MB
08 Object Oriented Programming/042 What is OOP.mp4 4.52 MB
08 Object Oriented Programming/043 Simple Class.mp4 24.35 MB
08 Object Oriented Programming/044 constructor.mp4 12.69 MB
08 Object Oriented Programming/045 Inheritance.mp4 11.63 MB
08 Object Oriented Programming/046 Visibility Modifiers.mp4 5.37 MB
08 Object Oriented Programming/047 Overriding.mp4 10.27 MB
08 Object Oriented Programming/048 Casting.mp4 7 MB
08 Object Oriented Programming/049 super and this.mp4 4.19 MB
08 Object Oriented Programming/050 interface.mp4 10.41 MB
08 Object Oriented Programming/051 Abstract.mp4 9.51 MB
08 Object Oriented Programming/052 Enum.mp4 5.46 MB
08 Object Oriented Programming/053 Generic.mp4 12.26 MB
08 Object Oriented Programming/054 Extensions.mp4 10.1 MB
08 Object Oriented Programming/055 Packages.mp4 11.27 MB
08 Object Oriented Programming/056 Inner and Nested Class.mp4 4.89 MB
08 Object Oriented Programming/057 Lazy and Singleton design pattern.mp4 10.55 MB
08 Object Oriented Programming/058 Comparable __ Sort array of Objects.mp4 21.79 MB
09 Storage__Files/059 Exceptions_ Try-Catch.mp4 13.73 MB
09 Storage__Files/060 File Write.mp4 13.44 MB
09 Storage__Files/061 File Read.mp4 15.95 MB
10 Multi Threading/062 Multi Threading Concept.mp4 4.48 MB
10 Multi Threading/063 Multi Threading example.mp4 24.91 MB
11 Android Startup/064 Install Android Studio.mp4 3.29 MB
11 Android Startup/065 Setup Kotlin in Android.mp4 18.06 MB
12 Find my age App/066 Find my age Preview.mp4 798.18 KB
12 Find my age App/067 Layout design with constraint layout.mp4 39.08 MB
12 Find my age App/068 Implement App code.mp4 26.17 MB
12 Find my age App/069 Debug and Find Errors.mp4 14.67 MB
13 Complete Tic Tac toy game/070 Tic Tac Toy overview.mp4 1.1 MB
13 Complete Tic Tac toy game/071 Layout desgin with TableLayout.mp4 24.3 MB
13 Complete Tic Tac toy game/072 Buttons call event.mp4 17.17 MB
13 Complete Tic Tac toy game/073 Find winner.mp4 26.02 MB
13 Complete Tic Tac toy game/074 Play with device.mp4 19.64 MB
13 Complete Tic Tac toy game/075 Add colors.mp4 15.29 MB
14 Calculator app/076 calculator preview.mp4 1.17 MB
14 Calculator app/077 layout design.mp4 26.74 MB
14 Calculator app/078 Add colors to app.mp4 25.46 MB
14 Calculator app/079 fix Design issue.mp4 19.49 MB
14 Calculator app/080 Number Click_.mp4 23.18 MB
14 Calculator app/081 Add math operations.mp4 26 MB
14 Calculator app/082 margin buttons.mp4 7.69 MB
14 Calculator app/083 Percent and Clean.mp4 9.4 MB
14 Calculator app/084 Supporting Multiple Screens.mp4 38.65 MB
15 Pockemon game in Android/085 Pockemon game overview.mp4 2.3 MB
15 Pockemon game in Android/086 Setting the project and use Google Map API.mp4 18.06 MB
15 Pockemon game in Android/087 Add marker with image on Map.mp4 11.15 MB
15 Pockemon game in Android/088 Request on run time permission.mp4 21.16 MB
15 Pockemon game in Android/089 Show player location on the map.mp4 24.18 MB
15 Pockemon game in Android/090 Place Pockemons on the map.mp4 42.85 MB
15 Pockemon game in Android/091 Catch Pockemon.mp4 19.59 MB
16 Zoo App/092 Zoo App preview.mp4 1015.38 KB
16 Zoo App/093 ListView layout design.mp4 38.39 MB
16 Zoo App/094 Load listView with Data.mp4 48.44 MB
16 Zoo App/095 Load different views in ListView.mp4 10.55 MB
16 Zoo App/096 ListView events.mp4 30.87 MB
16 Zoo App/097 Add or Remove item to listView.mp4 14.65 MB
16 Zoo App/098 Support Different image size.mp4 23.25 MB
17 Restaurant menu/099 Restaurant menu preview.mp4 1.44 MB
17 Restaurant menu/100 Design GridView Layout.mp4 39.3 MB
17 Restaurant menu/101 Load gridView with list of foods.mp4 40.59 MB
17 Restaurant menu/102 Show Food details.mp4 18.61 MB
18 Web services__ Find City Sunrise time App/103 Sunrise App preview.mp4 2.08 MB
18 Web services__ Find City Sunrise time App/104 HTTP calls.mp4 1.99 MB
18 Web services__ Find City Sunrise time App/105 Json and XML.mp4 14.02 MB
18 Web services__ Find City Sunrise time App/106 City Sunrise App __ UI layout design.mp4 21.48 MB
18 Web services__ Find City Sunrise time App/107 City Sunrise App__ HTTP calls and JSON read.mp4 45.76 MB
18 Web services__ Find City Sunrise time App/108 Add nice Shape and rectangle for layout.mp4 35.67 MB
19 Sqlite database__ My Notes App/109 My notes app overview.mp4 3.14 MB
19 Sqlite database__ My Notes App/110 Design notes ListView.mp4 37.4 MB
19 Sqlite database__ My Notes App/111 List dummy notes use ListView.mp4 41.46 MB
19 Sqlite database__ My Notes App/112 Design Add notes layout.mp4 19.44 MB
19 Sqlite database__ My Notes App/113 use Menu bar and Intent.mp4 41.24 MB
19 Sqlite database__ My Notes App/114 Styles.mp4 20.77 MB
19 Sqlite database__ My Notes App/115 Add notes to Sqlite database.mp4 54.63 MB
19 Sqlite database__ My Notes App/116 list notes from Sqlite database.mp4 31.93 MB
19 Sqlite database__ My Notes App/117 delete notes from Sqlite database.mp4 24.75 MB
19 Sqlite database__ My Notes App/118 update notes in Sqlite database.mp4 41.37 MB
19 Sqlite database__ My Notes App/119 Support different languages and change app icon.mp4 20.83 MB
19 Sqlite database__ My Notes App/120 The Activity Lifecycle.mp4 16.78 MB
20 Firebase__ Online Tic tac toy game/121 Online game game overview.mp4 1.62 MB
20 Firebase__ Online Tic tac toy game/122 Connect to firebase and FirebaseAnalytics.mp4 28.02 MB
20 Firebase__ Online Tic tac toy game/123 Login Page desgin.mp4 12.41 MB
20 Firebase__ Online Tic tac toy game/124 FirebaseAuth With email and password.mp4 25.09 MB
20 Firebase__ Online Tic tac toy game/125 Add player info In firebase Database.mp4 27.4 MB
20 Firebase__ Online Tic tac toy game/126 play Game layout Design.mp4 21.51 MB
20 Firebase__ Online Tic tac toy game/127 Send Game Play request.mp4 30 MB
20 Firebase__ Online Tic tac toy game/128 Accept game inviation.mp4 31.39 MB
20 Firebase__ Online Tic tac toy game/129 Play game live.mp4 36.12 MB
20 Firebase__ Online Tic tac toy game/130 Notification to play game.mp4 28.76 MB
20 Firebase__ Online Tic tac toy game/131 Notification Channels.mp4 56.54 MB
21 Firebase __ Twitter and Facebook App/132 Twitter app overview.mp4 1.87 MB
21 Firebase __ Twitter and Facebook App/133 Desgin login layout_.mp4 24.65 MB
21 Firebase __ Twitter and Facebook App/134 Load image from Phone.mp4 34.82 MB
21 Firebase __ Twitter and Facebook App/135 upload images to firebase.mp4 52.8 MB
21 Firebase __ Twitter and Facebook App/136 Tweets layout design.mp4 45.43 MB
21 Firebase __ Twitter and Facebook App/137 Add post.mp4 41.93 MB
21 Firebase __ Twitter and Facebook App/138 Load posts.mp4 37.48 MB
21 Firebase __ Twitter and Facebook App/139 Show post user info.mp4 14.37 MB
21 Firebase __ Twitter and Facebook App/140 Show loading now.mp4 16.16 MB
21 Firebase __ Twitter and Facebook App/141 Show Ads between feeds.mp4 30.29 MB
21 Firebase __ Twitter and Facebook App/142 Firebase Cloud Messaging.mp4 33.17 MB
22 Media Player for play online and Local songs App/143 Media Player overview.mp4 1.38 MB
22 Media Player for play online and Local songs App/144 Media player layout desgin.mp4 37.27 MB
22 Media Player for play online and Local songs App/145 List songs.mp4 38.37 MB
22 Media Player for play online and Local songs App/146 Play songs from online URL.mp4 23.32 MB
22 Media Player for play online and Local songs App/147 Play songs from Phone storage.mp4 21.97 MB
23 Complete Alarm app/148 Complete Alarm app overview.mp4 2.22 MB
23 Complete Alarm app/149 Android Studio Updates.mp4 3.06 MB
23 Complete Alarm app/150 Layout desgin.mp4 10.76 MB
23 Complete Alarm app/151 Fragments.mp4 18.22 MB
23 Complete Alarm app/152 Broadcast Receiver and Service concept.mp4 17.01 MB
23 Complete Alarm app/153 Broadcast Receiver and Set alarm time.mp4 27.5 MB
23 Complete Alarm app/154 SharedPreferences and start app with OS.mp4 31.1 MB
23 Complete Alarm app/155 Show Notification.mp4 6.77 MB
24 Sensors Apps/156 Light sensor__ Run music when light goes to off in room.mp4 21.38 MB
24 Sensors Apps/157 Accelerometer sensor__ Nimbuzz vibrate when phone is shake.mp4 38.06 MB
25 Firebase __ Find my phone App/158 Find my Phone Preview.mp4 7.25 MB
25 Firebase __ Find my phone App/159 User login with phone number.mp4 36.66 MB
25 Firebase __ Find my phone App/160 menus for Contact and main activity.mp4 21.19 MB
25 Firebase __ Find my phone App/161 dummy Contact List data.mp4 42.83 MB
25 Firebase __ Find my phone App/162 Pick Contacts from phone.mp4 45.69 MB
25 Firebase __ Find my phone App/163 Save my trackers in Shared Ref.mp4 61.01 MB
25 Firebase __ Find my phone App/164 Firebase signIn Anonymously.mp4 15.38 MB
25 Firebase __ Find my phone App/165 Save user info Firebase.mp4 9.18 MB
25 Firebase __ Find my phone App/166 Save my trackers in Realtime- database.mp4 18.65 MB
25 Firebase __ Find my phone App/167 People Who I Find Dummy Data.mp4 9.93 MB
25 Firebase __ Find my phone App/168 People Who I Find Firebase Data.mp4 40.71 MB
25 Firebase __ Find my phone App/169 Load user's contacts.mp4 41.95 MB
25 Firebase __ Find my phone App/170 Send phone location to the server.mp4 66.37 MB
25 Firebase __ Find my phone App/171 Find missing phone location.mp4 48.01 MB
25 Firebase __ Find my phone App/172 Services Vs Broadcast receiver Updates.mp4 12.96 MB
25 Firebase __ Find my phone App/173 Service __ Run App in background.mp4 32.04 MB
25 Firebase __ Find my phone App/174 Run App with OS.mp4 11.55 MB
26 Twitter App using MySql and PHP web service/176 What we Will Build.mp4 3.23 MB
26 Twitter App using MySql and PHP web service/177 Build MYSQL Database schema.mp4 6.33 MB
26 Twitter App using MySql and PHP web service/178 Build MYSQL database.mp4 47.19 MB
26 Twitter App using MySql and PHP web service/179 PHP Web service and MYSQL __ Register.mp4 37.29 MB
26 Twitter App using MySql and PHP web service/180 Connect to Firebase adn Add Assets.mp4 8.41 MB
26 Twitter App using MySql and PHP web service/181 Design Login and Register Pages.mp4 31.97 MB
26 Twitter App using MySql and PHP web service/182 signInAnonymously.mp4 15.51 MB
26 Twitter App using MySql and PHP web service/183 Select image from device and upload it to firebase.mp4 26.99 MB
26 Twitter App using MySql and PHP web service/184 Register User.mp4 36.25 MB
26 Twitter App using MySql and PHP web service/185 Disable button.mp4 9.44 MB
26 Twitter App using MySql and PHP web service/186 PHP Web service and MYSQL __ Login.mp4 16.64 MB
26 Twitter App using MySql and PHP web service/187 User Login.mp4 32.26 MB
26 Twitter App using MySql and PHP web service/188 Save user Data in Phone.mp4 17.57 MB
26 Twitter App using MySql and PHP web service/189 PHP Web service and MYSQL __ Add Post.mp4 10.94 MB
26 Twitter App using MySql and PHP web service/190 Desgin Layout for list post.mp4 57.61 MB
26 Twitter App using MySql and PHP web service/191 Add tweets.mp4 23.55 MB
26 Twitter App using MySql and PHP web service/192 PHP Web service and MYSQL __ List Post.mp4 26.58 MB
26 Twitter App using MySql and PHP web service/193 List posts.mp4 45.42 MB
26 Twitter App using MySql and PHP web service/194 One person posts.mp4 29.23 MB
26 Twitter App using MySql and PHP web service/195 PHP Web service and MYSQL __ follow- un follow.mp4 10.4 MB
26 Twitter App using MySql and PHP web service/196 PHP Web service and MYSQL __ Is following.mp4 5.01 MB
27 Build Web Services with Node_js and C#/198 Node_js Web service and MYSQL.mp4 47.49 MB
27 Build Web Services with Node_js and C#/199 C# Web service and SQL Server.mp4 52.48 MB
28 Publish App to Store/200 Publish App to Store.mp4 10.19 MB
28 Publish App to Store/201 Convert app to source code.mp4 14.66 MB
28 Publish App to Store/202 Avoid Convert app to source code.mp4 15.39 MB
其他位置