Name [FreeCourseSite.com] Udemy - The Complete Android Kotlin Developer Course
File Type video
Size 4.02GB
UpdateDate 2024-11-16
hash *****38D192FD65959861C957B69A09BAD990B0
Hot 1
Files 01 Introduction and Setup the environment/001 Introduction-subtitle-en.srt | 1.55KB 01 Introduction and Setup the environment/001 Introduction.mp4 | 13.75MB 01 Introduction and Setup the environment/002 Install Java JDK-subtitle-en.srt | 4.96KB 01 Introduction and Setup the environment/002 Install Java JDK.mp4 | 11.10MB 01 Introduction and Setup the environment/003 Install IntelliJ IDEA-subtitle-en.srt | 3.65KB 01 Introduction and Setup the environment/003 Install IntelliJ IDEA.mp4 | 7.15MB 01 Introduction and Setup the environment/004 Exercise files.html | 1.28KB 02 Variables/005 Program concept-subtitle-en.srt | 3.34KB 02 Variables/005 Program concept.mp4 | 4.38MB 02 Variables/006 Run first App-subtitle-en.srt | 12.14KB 02 Variables/006 Run first App.mp4 | 11.63MB 02 Variables/007 Variable Concept-subtitle-en.srt | 4.86KB 02 Variables/007 Variable Concept.mp4 | 6.77MB 02 Variables/008 Define Variables-subtitle-en.srt | 13.08KB 02 Variables/008 Define Variables.mp4 | 18.28MB 02 Variables/009 Var vs Val-subtitle-en.srt | 2.78KB 02 Variables/009 Var vs Val.mp4 | 3.05MB 02 Variables/010 Input data - ReadLine-subtitle-en.srt | 17.18KB 02 Variables/010 Input data - ReadLine.mp4 | 20.63MB 02 Variables/011 Add Comments-subtitle-en.srt | 4.11KB 02 Variables/011 Add Comments.mp4 | 7.08MB 02 Variables/012 Null safety-subtitle-en.srt | 6.69KB 02 Variables/012 Null safety.mp4 | 9.49MB 02 Variables/external_links.txt | 79B 03 Operations and Priorities/013 Convert between Data Type-subtitle-en.srt | 10.36KB 03 Operations and Priorities/013 Convert between Data Type.mp4 | 13.50MB 03 Operations and Priorities/014 Math operations_-subtitle-en.srt | 8.18KB 03 Operations and Priorities/014 Math operations_.mp4 | 12.56MB 03 Operations and Priorities/015 Priorites-subtitle-en.srt | 11.27KB 03 Operations and Priorities/015 Priorites.mp4 | 12.65MB 03 Operations and Priorities/016 Increment and Decrement-subtitle-en.srt | 11.19KB 03 Operations and Priorities/016 Increment and Decrement.mp4 | 14.37MB 03 Operations and Priorities/017 App __ Find my age-subtitle-en.srt | 8.64KB 03 Operations and Priorities/017 App __ Find my age.mp4 | 9.98MB 03 Operations and Priorities/018 Debug your Code step by step-subtitle-en.srt | 5.30KB 03 Operations and Priorities/018 Debug your Code step by step.mp4 | 5.68MB 04 Decision Making/019 Logic statement-subtitle-en.srt | 16.22KB 04 Decision Making/019 Logic statement.mp4 | 22.90MB 04 Decision Making/020 Simple IF-subtitle-en.srt | 13.60KB 04 Decision Making/020 Simple IF.mp4 | 20.43MB 04 Decision Making/021 IF- Else-subtitle-en.srt | 4.43KB 04 Decision Making/021 IF- Else.mp4 | 5.79MB 04 Decision Making/022 IF- ElseIF-subtitle-en.srt | 6.05KB 04 Decision Making/022 IF- ElseIF.mp4 | 11.19MB 04 Decision Making/023 Nested IF-subtitle-en.srt | 4.84KB 04 Decision Making/023 Nested IF.mp4 | 6.32MB 04 Decision Making/024 When-subtitle-en.srt | 8.26KB 04 Decision Making/024 When.mp4 | 11.64MB 04 Decision Making/025 Expression If and When_-subtitle-en.srt | 5.06KB 04 Decision Making/025 Expression If and When_.mp4 | 9.01MB 05 Loop Control/026 Simple For Loop-subtitle-en.srt | 7.79KB 05 Loop Control/026 Simple For Loop.mp4 | 10.02MB 05 Loop Control/027 Nested For Loop-subtitle-en.srt | 3.84KB 05 Loop Control/027 Nested For Loop.mp4 | 6.75MB 05 Loop Control/028 While Loop-subtitle-en.srt | 2.61KB 05 Loop Control/028 While Loop.mp4 | 4.51MB 05 Loop Control/029 Do While Loop-subtitle-en.srt | 4.51KB 05 Loop Control/029 Do While Loop.mp4 | 6.27MB 05 Loop Control/030 Returns and Jumps-subtitle-en.srt | 9.98KB 05 Loop Control/030 Returns and Jumps.mp4 | 13.23MB 06 Collections and Strings/031 String-subtitle-en.srt | 13.14KB 06 Collections and Strings/031 String.mp4 | 22.11MB 06 Collections and Strings/032 One-Dimension Array structure-subtitle-en.srt | 11.79KB 06 Collections and Strings/032 One-Dimension Array structure.mp4 | 15.09MB 06 Collections and Strings/033 One-Dimension Array implementation-subtitle-en.srt | 11.90KB 06 Collections and Strings/033 One-Dimension Array implementation.mp4 | 15.74MB 06 Collections and Strings/034 ArrayList-subtitle-en.srt | 9.67KB 06 Collections and Strings/034 ArrayList.mp4 | 13.90MB 06 Collections and Strings/035 HashMap-subtitle-en.srt | 6.55KB 06 Collections and Strings/035 HashMap.mp4 | 9.91MB 06 Collections and Strings/036 mapOf_ Arrayof_ listOf and mutableListOf-subtitle-en.srt | 7.95KB 06 Collections and Strings/036 mapOf_ Arrayof_ listOf and mutableListOf.mp4 | 13.08MB 06 Collections and Strings/037 setOf and mutableSetOf-subtitle-en.srt | 3.52KB 06 Collections and Strings/037 setOf and mutableSetOf.mp4 | 5.05MB 07 Functions/038 Simple Function-subtitle-en.srt | 13.15KB 07 Functions/038 Simple Function.mp4 | 20.57MB 07 Functions/039 Function Overload-subtitle-en.srt | 4.75KB 07 Functions/039 Function Overload.mp4 | 7.99MB 07 Functions/040 Polymorphism-subtitle-en.srt | 4.11KB 07 Functions/040 Polymorphism.mp4 | 6.65MB 07 Functions/041 Global and Local Variables-subtitle-en.srt | 3.95KB 07 Functions/041 Global and Local Variables.mp4 | 4.25MB 08 Object Oriented Programming/042 What is OOP-subtitle-en.srt | 3.81KB 08 Object Oriented Programming/042 What is OOP.mp4 | 4.52MB 08 Object Oriented Programming/043 Simple Class-subtitle-en.srt | 14.25KB 08 Object Oriented Programming/043 Simple Class.mp4 | 24.35MB 08 Object Oriented Programming/044 constructor-subtitle-en.srt | 6.70KB 08 Object Oriented Programming/044 constructor.mp4 | 12.69MB 08 Object Oriented Programming/045 Inheritance-subtitle-en.srt | 9.06KB 08 Object Oriented Programming/045 Inheritance.mp4 | 11.63MB 08 Object Oriented Programming/046 Visibility Modifiers-subtitle-en.srt | 4.13KB 08 Object Oriented Programming/046 Visibility Modifiers.mp4 | 5.37MB 08 Object Oriented Programming/047 Overriding-subtitle-en.srt | 6.59KB 08 Object Oriented Programming/047 Overriding.mp4 | 10.27MB 08 Object Oriented Programming/048 Casting-subtitle-en.srt | 5.12KB 08 Object Oriented Programming/048 Casting.mp4 | 7.00MB 08 Object Oriented Programming/049 super and this-subtitle-en.srt | 3.91KB 08 Object Oriented Programming/049 super and this.mp4 | 4.19MB 08 Object Oriented Programming/050 interface-subtitle-en.srt | 8.05KB 08 Object Oriented Programming/050 interface.mp4 | 10.41MB 08 Object Oriented Programming/051 Abstract-subtitle-en.srt | 6.16KB 08 Object Oriented Programming/051 Abstract.mp4 | 9.51MB 08 Object Oriented Programming/052 Enum-subtitle-en.srt | 3.82KB 08 Object Oriented Programming/052 Enum.mp4 | 5.46MB 08 Object Oriented Programming/053 Generic-subtitle-en.srt | 8.82KB 08 Object Oriented Programming/053 Generic.mp4 | 12.26MB 08 Object Oriented Programming/054 Extensions-subtitle-en.srt | 8.38KB 08 Object Oriented Programming/054 Extensions.mp4 | 10.10MB 08 Object Oriented Programming/055 Packages-subtitle-en.srt | 8.90KB 08 Object Oriented Programming/055 Packages.mp4 | 11.27MB 08 Object Oriented Programming/056 Inner and Nested Class-subtitle-en.srt | 3.32KB 08 Object Oriented Programming/056 Inner and Nested Class.mp4 | 4.89MB 08 Object Oriented Programming/057 Lazy and Singleton design pattern-subtitle-en.srt | 9.01KB 08 Object Oriented Programming/057 Lazy and Singleton design pattern.mp4 | 10.55MB 08 Object Oriented Programming/058 Comparable __ Sort array of Objects-subtitle-en.srt | 12.35KB 08 Object Oriented Programming/058 Comparable __ Sort array of Objects.mp4 | 21.79MB 09 Storage__Files/059 Exceptions_ Try-Catch-subtitle-en.srt | 9.42KB 09 Storage__Files/059 Exceptions_ Try-Catch.mp4 | 13.73MB 09 Storage__Files/060 File Write-subtitle-en.srt | 10.83KB 09 Storage__Files/060 File Write.mp4 | 13.44MB 09 Storage__Files/061 File Read-subtitle-en.srt | 9.90KB 09 Storage__Files/061 File Read.mp4 | 15.95MB 10 Multi Threading/062 Multi Threading Concept-subtitle-en.srt | 4.12KB 10 Multi Threading/062 Multi Threading Concept.mp4 | 4.48MB 10 Multi Threading/063 Multi Threading example-subtitle-en.srt | 18.88KB 10 Multi Threading/063 Multi Threading example.mp4 | 24.91MB 11 Android Startup/064 Install Android Studio-subtitle-en.srt | 1.78KB 11 Android Startup/064 Install Android Studio.mp4 | 3.29MB 11 Android Startup/065 Setup Kotlin in Android-subtitle-en.srt | 13.41KB 11 Android Startup/065 Setup Kotlin in Android.mp4 | 18.06MB 11 Android Startup/065 StartUp.zip | 3.85MB 12 Find my age App/066 Find my age Preview-subtitle-en.srt | 769B 12 Find my age App/066 Find my age Preview.mp4 | 798.18KB 12 Find my age App/066 FindMyAge.zip | 136.26KB 12 Find my age App/067 Layout design with constraint layout-subtitle-en.srt | 32.10KB 12 Find my age App/067 Layout design with constraint layout.mp4 | 39.08MB 12 Find my age App/068 Implement App code-subtitle-en.srt | 20.49KB 12 Find my age App/068 Implement App code.mp4 | 26.17MB 12 Find my age App/069 Debug and Find Errors-subtitle-en.srt | 9.40KB 12 Find my age App/069 Debug and Find Errors.mp4 | 14.67MB 13 Complete Tic Tac toy game/070 Tic Tac Toy overview-subtitle-en.srt | 971B 13 Complete Tic Tac toy game/070 Tic Tac Toy overview.mp4 | 1.10MB 13 Complete Tic Tac toy game/070 TicTacToyLocal.zip | 141.39KB 13 Complete Tic Tac toy game/071 Layout desgin with TableLayout-subtitle-en.srt | 15.49KB 13 Complete Tic Tac toy game/071 Layout desgin with TableLayout.mp4 | 24.30MB 13 Complete Tic Tac toy game/072 Buttons call event-subtitle-en.srt | 11.09KB 13 Complete Tic Tac toy game/072 Buttons call event.mp4 | 17.17MB 13 Complete Tic Tac toy game/073 Find winner-subtitle-en.srt | 14.44KB 13 Complete Tic Tac toy game/073 Find winner.mp4 | 26.02MB 13 Complete Tic Tac toy game/074 Play with device-subtitle-en.srt | 14.87KB 13 Complete Tic Tac toy game/074 Play with device.mp4 | 19.64MB 13 Complete Tic Tac toy game/075 Add colors-subtitle-en.srt | 8.14KB 13 Complete Tic Tac toy game/075 Add colors.mp4 | 15.29MB 14 Calculator app/076 Calculator.zip | 144.48KB 14 Calculator app/076 calculator preview-subtitle-en.srt | 964B 14 Calculator app/076 calculator preview.mp4 | 1.17MB 14 Calculator app/077 layout design-subtitle-en.srt | 18.90KB 14 Calculator app/077 layout design.mp4 | 26.74MB 14 Calculator app/078 Add colors to app-subtitle-en.srt | 16.79KB 14 Calculator app/078 Add colors to app.mp4 | 25.46MB 14 Calculator app/079 fix Design issue-subtitle-en.srt | 15.17KB 14 Calculator app/079 fix Design issue.mp4 | 19.49MB 14 Calculator app/080 Number Click_-subtitle-en.srt | 15.33KB 14 Calculator app/080 Number Click_.mp4 | 23.18MB 14 Calculator app/081 Add math operations-subtitle-en.srt | 16.07KB 14 Calculator app/081 Add math operations.mp4 | 26.00MB 14 Calculator app/082 margin buttons-subtitle-en.srt | 4.48KB 14 Calculator app/082 margin buttons.mp4 | 7.69MB 14 Calculator app/083 Percent and Clean-subtitle-en.srt | 5.65KB 14 Calculator app/083 Percent and Clean.mp4 | 9.40MB 14 Calculator app/084 Supporting Multiple Screens-subtitle-en.srt | 18.54KB 14 Calculator app/084 Supporting Multiple Screens.mp4 | 38.65MB 15 Pockemon game in Android/085 Pockemon game overview-subtitle-en.srt | 1.46KB 15 Pockemon game in Android/085 Pockemon game overview.mp4 | 2.30MB 15 Pockemon game in Android/085 PockemonAndroid.zip | 204.43KB 15 Pockemon game in Android/086 Setting the project and use Google Map API-subtitle-en.srt | 10.99KB 15 Pockemon game in Android/086 Setting the project and use Google Map API.mp4 | 18.06MB 15 Pockemon game in Android/087 Add marker with image on Map-subtitle-en.srt | 8.13KB 15 Pockemon game in Android/087 Add marker with image on Map.mp4 | 11.15MB 15 Pockemon game in Android/088 Request on run time permission-subtitle-en.srt | 15.51KB 15 Pockemon game in Android/088 Request on run time permission.mp4 | 21.16MB 15 Pockemon game in Android/089 Show player location on the map-subtitle-en.srt | 18.05KB 15 Pockemon game in Android/089 Show player location on the map.mp4 | 24.18MB 15 Pockemon game in Android/090 Place Pockemons on the map-subtitle-en.srt | 25.12KB 15 Pockemon game in Android/090 Place Pockemons on the map.mp4 | 42.85MB 15 Pockemon game in Android/091 Catch Pockemon-subtitle-en.srt | 11.21KB 15 Pockemon game in Android/091 Catch Pockemon.mp4 | 19.59MB 16 Zoo App/092 Zoo App preview-subtitle-en.srt | 748B 16 Zoo App/092 Zoo App preview.mp4 | 1015.38KB 16 Zoo App/092 ZooApp.zip | 17.05MB 16 Zoo App/093 ListView layout design-subtitle-en.srt | 29.77KB 16 Zoo App/093 ListView layout design.mp4 | 38.39MB 16 Zoo App/094 Load listView with Data-subtitle-en.srt | 26.87KB 16 Zoo App/094 Load listView with Data.mp4 | 48.44MB 16 Zoo App/095 Load different views in ListView-subtitle-en.srt | 7.57KB 16 Zoo App/095 Load different views in ListView.mp4 | 10.55MB 16 Zoo App/096 ListView events-subtitle-en.srt | 16.64KB 16 Zoo App/096 ListView events.mp4 | 30.87MB 16 Zoo App/097 Add or Remove item to listView-subtitle-en.srt | 10.09KB 16 Zoo App/097 Add or Remove item to listView.mp4 | 14.65MB 16 Zoo App/098 Support Different image size-subtitle-en.srt | 9.43KB 16 Zoo App/098 Support Different image size.mp4 | 23.25MB 16 Zoo App/external_links.txt | 81B 17 Restaurant menu/099 FoodApp.zip | 18.79MB 17 Restaurant menu/099 Restaurant menu preview-subtitle-en.srt | 803B 17 Restaurant menu/099 Restaurant menu preview.mp4 | 1.44MB 17 Restaurant menu/100 Design GridView Layout-subtitle-en.srt | 24.68KB 17 Restaurant menu/100 Design GridView Layout.mp4 | 39.30MB 17 Restaurant menu/101 Load gridView with list of foods-subtitle-en.srt | 27.99KB 17 Restaurant menu/101 Load gridView with list of foods.mp4 | 40.59MB 17 Restaurant menu/102 Show Food details-subtitle-en.srt | 12.30KB 17 Restaurant menu/102 Show Food details.mp4 | 18.61MB 18 Web services__ Find City Sunrise time App/103 GetSunSet.zip | 138.02KB 18 Web services__ Find City Sunrise time App/103 Sunrise App preview-subtitle-en.srt | 1.25KB 18 Web services__ Find City Sunrise time App/103 Sunrise App preview.mp4 | 2.08MB 18 Web services__ Find City Sunrise time App/104 HTTP calls-subtitle-en.srt | 2.14KB 18 Web services__ Find City Sunrise time App/104 HTTP calls.mp4 | 1.99MB 18 Web services__ Find City Sunrise time App/105 Json and XML-subtitle-en.srt | 15.52KB 18 Web services__ Find City Sunrise time App/105 Json and XML.mp4 | 14.02MB 18 Web services__ Find City Sunrise time App/106 City Sunrise App __ UI layout design-subtitle-en.srt | 13.82KB 18 Web services__ Find City Sunrise time App/106 City Sunrise App __ UI layout design.mp4 | 21.48MB 18 Web services__ Find City Sunrise time App/107 City Sunrise App__ HTTP calls and JSON read-subtitle-en.srt | 31.19KB 18 Web services__ Find City Sunrise time App/107 City Sunrise App__ HTTP calls and JSON read.mp4 | 45.76MB 18 Web services__ Find City Sunrise time App/108 Add nice Shape and rectangle for layout-subtitle-en.srt | 26.87KB 18 Web services__ Find City Sunrise time App/108 Add nice Shape and rectangle for layout.mp4 | 35.67MB 19 Sqlite database__ My Notes App/109 My notes app overview-subtitle-en.srt | 1.75KB 19 Sqlite database__ My Notes App/109 My notes app overview.mp4 | 3.14MB 19 Sqlite database__ My Notes App/109 NoteApp.zip | 152.43KB 19 Sqlite database__ My Notes App/110 Design notes ListView-subtitle-en.srt | 25.25KB 19 Sqlite database__ My Notes App/110 Design notes ListView.mp4 | 37.40MB 19 Sqlite database__ My Notes App/111 List dummy notes use ListView-subtitle-en.srt | 25.20KB 19 Sqlite database__ My Notes App/111 List dummy notes use ListView.mp4 | 41.46MB 19 Sqlite database__ My Notes App/112 Design Add notes layout-subtitle-en.srt | 11.55KB 19 Sqlite database__ My Notes App/112 Design Add notes layout.mp4 | 19.44MB 19 Sqlite database__ My Notes App/113 use Menu bar and Intent-subtitle-en.srt | 28.33KB 19 Sqlite database__ My Notes App/113 use Menu bar and Intent.mp4 | 41.24MB 19 Sqlite database__ My Notes App/114 Styles-subtitle-en.srt | 12.70KB 19 Sqlite database__ My Notes App/114 Styles.mp4 | 20.77MB 19 Sqlite database__ My Notes App/115 Add notes to Sqlite database-subtitle-en.srt | 31.99KB 19 Sqlite database__ My Notes App/115 Add notes to Sqlite database.mp4 | 54.63MB 19 Sqlite database__ My Notes App/116 list notes from Sqlite database-subtitle-en.srt | 19.65KB 19 Sqlite database__ My Notes App/116 list notes from Sqlite database.mp4 | 31.93MB 19 Sqlite database__ My Notes App/117 delete notes from Sqlite database-subtitle-en.srt | 11.01KB 19 Sqlite database__ My Notes App/117 delete notes from Sqlite database.mp4 | 24.75MB 19 Sqlite database__ My Notes App/118 update notes in Sqlite database-subtitle-en.srt | 19.59KB 19 Sqlite database__ My Notes App/118 update notes in Sqlite database.mp4 | 41.37MB 19 Sqlite database__ My Notes App/119 Support different languages and change app icon-subtitle-en.srt | 12.08KB 19 Sqlite database__ My Notes App/119 Support different languages and change app icon.mp4 | 20.83MB 19 Sqlite database__ My Notes App/120 The Activity Lifecycle-subtitle-en.srt | 9.96KB 19 Sqlite database__ My Notes App/120 The Activity Lifecycle.mp4 | 16.78MB 20 Firebase__ Online Tic tac toy game/121 Online game game overview-subtitle-en.srt | 1.62KB 20 Firebase__ Online Tic tac toy game/121 Online game game overview.mp4 | 1.62MB 20 Firebase__ Online Tic tac toy game/121 TicTacToyOnline.zip | 566.80KB 20 Firebase__ Online Tic tac toy game/122 Connect to firebase and FirebaseAnalytics-subtitle-en.srt | 14.92KB 20 Firebase__ Online Tic tac toy game/122 Connect to firebase and FirebaseAnalytics.mp4 | 28.02MB 20 Firebase__ Online Tic tac toy game/123 Login Page desgin-subtitle-en.srt | 7.23KB 20 Firebase__ Online Tic tac toy game/123 Login Page desgin.mp4 | 12.41MB 20 Firebase__ Online Tic tac toy game/124 FirebaseAuth With email and password-subtitle-en.srt | 18.86KB 20 Firebase__ Online Tic tac toy game/124 FirebaseAuth With email and password.mp4 | 25.09MB 20 Firebase__ Online Tic tac toy game/125 Add player info In firebase Database-subtitle-en.srt | 16.74KB 20 Firebase__ Online Tic tac toy game/125 Add player info In firebase Database.mp4 | 27.40MB 20 Firebase__ Online Tic tac toy game/126 play Game layout Design-subtitle-en.srt | 11.88KB 20 Firebase__ Online Tic tac toy game/126 play Game layout Design.mp4 | 21.51MB 20 Firebase__ Online Tic tac toy game/127 Send Game Play request-subtitle-en.srt | 17.37KB 20 Firebase__ Online Tic tac toy game/127 Send Game Play request.mp4 | 30.00MB 20 Firebase__ Online Tic tac toy game/128 Accept game inviation-subtitle-en.srt | 16.29KB 20 Firebase__ Online Tic tac toy game/128 Accept game inviation.mp4 | 31.39MB 20 Firebase__ Online Tic tac toy game/129 Play game live-subtitle-en.srt | 20.36KB 20 Firebase__ Online Tic tac toy game/129 Play game live.mp4 | 36.12MB 20 Firebase__ Online Tic tac toy game/130 Notification to play game-subtitle-en.srt | 16.93KB 20 Firebase__ Online Tic tac toy game/130 Notification to play game.mp4 | 28.76MB 20 Firebase__ Online Tic tac toy game/131 Notification Channels-subtitle-en.srt | 27.25KB 20 Firebase__ Online Tic tac toy game/131 Notification Channels.mp4 | 56.54MB 21 Firebase __ Twitter and Facebook App/132 Twitter app overview-subtitle-en.srt | 1.25KB 21 Firebase __ Twitter and Facebook App/132 Twitter app overview.mp4 | 1.87MB 21 Firebase __ Twitter and Facebook App/132 TwitterDemo.zip | 254.33KB 21 Firebase __ Twitter and Facebook App/133 Desgin login layout_-subtitle-en.srt | 17.10KB 21 Firebase __ Twitter and Facebook App/133 Desgin login layout_.mp4 | 24.65MB 21 Firebase __ Twitter and Facebook App/134 Load image from Phone-subtitle-en.srt | 22.83KB 21 Firebase __ Twitter and Facebook App/134 Load image from Phone.mp4 | 34.82MB 21 Firebase __ Twitter and Facebook App/135 upload images to firebase-subtitle-en.srt | 35.17KB 21 Firebase __ Twitter and Facebook App/135 upload images to firebase.mp4 | 52.80MB 21 Firebase __ Twitter and Facebook App/136 Tweets layout design-subtitle-en.srt | 22.25KB 21 Firebase __ Twitter and Facebook App/136 Tweets layout design.mp4 | 45.43MB 21 Firebase __ Twitter and Facebook App/137 Add post-subtitle-en.srt | 22.00KB 21 Firebase __ Twitter and Facebook App/137 Add post.mp4 | 41.93MB 21 Firebase __ Twitter and Facebook App/138 Load posts-subtitle-en.srt | 16.22KB 21 Firebase __ Twitter and Facebook App/138 Load posts.mp4 | 37.48MB 21 Firebase __ Twitter and Facebook App/139 Show post user info-subtitle-en.srt | 7.58KB 21 Firebase __ Twitter and Facebook App/139 Show post user info.mp4 | 14.37MB 21 Firebase __ Twitter and Facebook App/140 Show loading now-subtitle-en.srt | 8.50KB 21 Firebase __ Twitter and Facebook App/140 Show loading now.mp4 | 16.16MB 21 Firebase __ Twitter and Facebook App/141 Show Ads between feeds-subtitle-en.srt | 17.41KB 21 Firebase __ Twitter and Facebook App/141 Show Ads between feeds.mp4 | 30.29MB 21 Firebase __ Twitter and Facebook App/142 Firebase Cloud Messaging-subtitle-en.srt | 13.97KB 21 Firebase __ Twitter and Facebook App/142 Firebase Cloud Messaging.mp4 | 33.17MB 22 Media Player for play online and Local songs App/143 Media Player overview-subtitle-en.srt | 746B 22 Media Player for play online and Local songs App/143 Media Player overview.mp4 | 1.38MB 22 Media Player for play online and Local songs App/143 MediaPlayer.zip | 139.69KB 22 Media Player for play online and Local songs App/144 Media player layout desgin-subtitle-en.srt | 28.86KB 22 Media Player for play online and Local songs App/144 Media player layout desgin.mp4 | 37.27MB 22 Media Player for play online and Local songs App/145 List songs-subtitle-en.srt | 20.42KB 22 Media Player for play online and Local songs App/145 List songs.mp4 | 38.37MB 22 Media Player for play online and Local songs App/146 Play songs from online URL-subtitle-en.srt | 12.60KB 22 Media Player for play online and Local songs App/146 Play songs from online URL.mp4 | 23.32MB 22 Media Player for play online and Local songs App/147 Play songs from Phone storage-subtitle-en.srt | 13.65KB 22 Media Player for play online and Local songs App/147 Play songs from Phone storage.mp4 | 21.97MB 23 Complete Alarm app/148 AlarmManager.zip | 139.95KB 23 Complete Alarm app/148 Complete Alarm app overview-subtitle-en.srt | 1.45KB 23 Complete Alarm app/148 Complete Alarm app overview.mp4 | 2.22MB 23 Complete Alarm app/149 Android Studio Updates-subtitle-en.srt | 2.17KB 23 Complete Alarm app/149 Android Studio Updates.mp4 | 3.06MB 23 Complete Alarm app/150 Layout desgin-subtitle-en.srt | 5.80KB 23 Complete Alarm app/150 Layout desgin.mp4 | 10.76MB 23 Complete Alarm app/151 Fragments-subtitle-en.srt | 13.94KB 23 Complete Alarm app/151 Fragments.mp4 | 18.22MB 23 Complete Alarm app/152 Broadcast Receiver and Service concept-subtitle-en.srt | 15.07KB 23 Complete Alarm app/152 Broadcast Receiver and Service concept.mp4 | 17.01MB 23 Complete Alarm app/153 Broadcast Receiver and Set alarm time-subtitle-en.srt | 19.97KB 23 Complete Alarm app/153 Broadcast Receiver and Set alarm time.mp4 | 27.50MB 23 Complete Alarm app/154 SharedPreferences and start app with OS-subtitle-en.srt | 19.51KB 23 Complete Alarm app/154 SharedPreferences and start app with OS.mp4 | 31.10MB 23 Complete Alarm app/155 Show Notification-subtitle-en.srt | 4.06KB 23 Complete Alarm app/155 Show Notification.mp4 | 6.77MB 24 Sensors Apps/156 Light sensor__ Run music when light goes to off in room-subtitle-en.srt | 14.53KB 24 Sensors Apps/156 Light sensor__ Run music when light goes to off in room.mp4 | 21.38MB 24 Sensors Apps/156 light.zip | 135.66KB 24 Sensors Apps/157 Accelerometer sensor__ Nimbuzz vibrate when phone is shake-subtitle-en.srt | 18.36KB 24 Sensors Apps/157 Accelerometer sensor__ Nimbuzz vibrate when phone is shake.mp4 | 38.06MB 24 Sensors Apps/157 numbizz.zip | 136.00KB 25 Firebase __ Find my phone App/158 Find my Phone Preview-subtitle-en.srt | 2.54KB 25 Firebase __ Find my phone App/158 Find my Phone Preview.mp4 | 7.25MB 25 Firebase __ Find my phone App/158 FindMyPhone.zip | 26.91MB 25 Firebase __ Find my phone App/159 User login with phone number-subtitle-en.srt | 28.38KB 25 Firebase __ Find my phone App/159 User login with phone number.mp4 | 36.66MB 25 Firebase __ Find my phone App/160 menus for Contact and main activity-subtitle-en.srt | 17.25KB 25 Firebase __ Find my phone App/160 menus for Contact and main activity.mp4 | 21.19MB 25 Firebase __ Find my phone App/161 dummy Contact List data-subtitle-en.srt | 27.94KB 25 Firebase __ Find my phone App/161 dummy Contact List data.mp4 | 42.83MB 25 Firebase __ Find my phone App/162 Pick Contacts from phone-subtitle-en.srt | 23.23KB 25 Firebase __ Find my phone App/162 Pick Contacts from phone.mp4 | 45.69MB 25 Firebase __ Find my phone App/163 Save my trackers in Shared Ref-subtitle-en.srt | 38.70KB 25 Firebase __ Find my phone App/163 Save my trackers in Shared Ref.mp4 | 61.01MB 25 Firebase __ Find my phone App/164 Firebase signIn Anonymously-subtitle-en.srt | 10.05KB 25 Firebase __ Find my phone App/164 Firebase signIn Anonymously.mp4 | 15.38MB 25 Firebase __ Find my phone App/165 Save user info Firebase-subtitle-en.srt | 5.43KB 25 Firebase __ Find my phone App/165 Save user info Firebase.mp4 | 9.18MB 25 Firebase __ Find my phone App/166 Save my trackers in Realtime- database-subtitle-en.srt | 13.06KB 25 Firebase __ Find my phone App/166 Save my trackers in Realtime- database.mp4 | 18.65MB 25 Firebase __ Find my phone App/167 People Who I Find Dummy Data-subtitle-en.srt | 5.39KB 25 Firebase __ Find my phone App/167 People Who I Find Dummy Data.mp4 | 9.93MB 25 Firebase __ Find my phone App/168 People Who I Find Firebase Data-subtitle-en.srt | 29.08KB 25 Firebase __ Find my phone App/168 People Who I Find Firebase Data.mp4 | 40.71MB 25 Firebase __ Find my phone App/169 Load user's contacts-subtitle-en.srt | 19.29KB 25 Firebase __ Find my phone App/169 Load user's contacts.mp4 | 41.95MB 25 Firebase __ Find my phone App/170 Send phone location to the server-subtitle-en.srt | 26.93KB 25 Firebase __ Find my phone App/170 Send phone location to the server.mp4 | 66.37MB 25 Firebase __ Find my phone App/171 Find missing phone location-subtitle-en.srt | 22.96KB 25 Firebase __ Find my phone App/171 Find missing phone location.mp4 | 48.01MB 25 Firebase __ Find my phone App/172 Services Vs Broadcast receiver Updates-subtitle-en.srt | 15.07KB 25 Firebase __ Find my phone App/172 Services Vs Broadcast receiver Updates.mp4 | 12.96MB 25 Firebase __ Find my phone App/173 Service __ Run App in background-subtitle-en.srt | 18.48KB 25 Firebase __ Find my phone App/173 Service __ Run App in background.mp4 | 32.04MB 25 Firebase __ Find my phone App/174 Run App with OS-subtitle-en.srt | 6.93KB 25 Firebase __ Find my phone App/174 Run App with OS.mp4 | 11.55MB 25 Firebase __ Find my phone App/175 TODO.html | 1.20KB 26 Twitter App using MySql and PHP web service/176 What we Will Build-subtitle-en.srt | 1.71KB 26 Twitter App using MySql and PHP web service/176 What we Will Build.mp4 | 3.23MB 26 Twitter App using MySql and PHP web service/177 Build MYSQL Database schema-subtitle-en.srt | 5.61KB 26 Twitter App using MySql and PHP web service/177 Build MYSQL Database schema.mp4 | 6.33MB 26 Twitter App using MySql and PHP web service/178 Build MYSQL database-subtitle-en.srt | 27.69KB 26 Twitter App using MySql and PHP web service/178 Build MYSQL database.mp4 | 47.19MB 26 Twitter App using MySql and PHP web service/179 PHP Web service and MYSQL __ Register-subtitle-en.srt | 21.57KB 26 Twitter App using MySql and PHP web service/179 PHP Web service and MYSQL __ Register.mp4 | 37.29MB 26 Twitter App using MySql and PHP web service/180 Connect to Firebase adn Add Assets-subtitle-en.srt | 4.59KB 26 Twitter App using MySql and PHP web service/180 Connect to Firebase adn Add Assets.mp4 | 8.41MB 26 Twitter App using MySql and PHP web service/181 Design Login and Register Pages-subtitle-en.srt | 18.24KB 26 Twitter App using MySql and PHP web service/181 Design Login and Register Pages.mp4 | 31.97MB 26 Twitter App using MySql and PHP web service/182 signInAnonymously-subtitle-en.srt | 7.58KB 26 Twitter App using MySql and PHP web service/182 signInAnonymously.mp4 | 15.51MB 26 Twitter App using MySql and PHP web service/183 Select image from device and upload it to firebase-subtitle-en.srt | 13.98KB 26 Twitter App using MySql and PHP web service/183 Select image from device and upload it to firebase.mp4 | 26.99MB 26 Twitter App using MySql and PHP web service/184 Register User-subtitle-en.srt | 19.38KB 26 Twitter App using MySql and PHP web service/184 Register User.mp4 | 36.25MB 26 Twitter App using MySql and PHP web service/185 Disable button-subtitle-en.srt | 3.61KB 26 Twitter App using MySql and PHP web service/185 Disable button.mp4 | 9.44MB 26 Twitter App using MySql and PHP web service/186 PHP Web service and MYSQL __ Login-subtitle-en.srt | 13.81KB 26 Twitter App using MySql and PHP web service/186 PHP Web service and MYSQL __ Login.mp4 | 16.64MB 26 Twitter App using MySql and PHP web service/187 User Login-subtitle-en.srt | 14.58KB 26 Twitter App using MySql and PHP web service/187 User Login.mp4 | 32.26MB 26 Twitter App using MySql and PHP web service/188 Save user Data in Phone-subtitle-en.srt | 10.23KB 26 Twitter App using MySql and PHP web service/188 Save user Data in Phone.mp4 | 17.57MB 26 Twitter App using MySql and PHP web service/189 PHP Web service and MYSQL __ Add Post-subtitle-en.srt | 7.90KB 26 Twitter App using MySql and PHP web service/189 PHP Web service and MYSQL __ Add Post.mp4 | 10.94MB 26 Twitter App using MySql and PHP web service/190 Desgin Layout for list post-subtitle-en.srt | 30.07KB 26 Twitter App using MySql and PHP web service/190 Desgin Layout for list post.mp4 | 57.61MB 26 Twitter App using MySql and PHP web service/191 Add tweets-subtitle-en.srt | 13.28KB 26 Twitter App using MySql and PHP web service/191 Add tweets.mp4 | 23.55MB 26 Twitter App using MySql and PHP web service/192 PHP Web service and MYSQL __ List Post-subtitle-en.srt | 17.20KB 26 Twitter App using MySql and PHP web service/192 PHP Web service and MYSQL __ List Post.mp4 | 26.58MB 26 Twitter App using MySql and PHP web service/193 List posts-subtitle-en.srt | 25.45KB 26 Twitter App using MySql and PHP web service/193 List posts.mp4 | 45.42MB 26 Twitter App using MySql and PHP web service/194 One person posts-subtitle-en.srt | 9.07KB 26 Twitter App using MySql and PHP web service/194 One person posts.mp4 | 29.23MB 26 Twitter App using MySql and PHP web service/195 PHP Web service and MYSQL __ follow- un follow-subtitle-en.srt | 6.83KB 26 Twitter App using MySql and PHP web service/195 PHP Web service and MYSQL __ follow- un follow.mp4 | 10.40MB 26 Twitter App using MySql and PHP web service/196 PHP Web service and MYSQL __ Is following-subtitle-en.srt | 3.47KB 26 Twitter App using MySql and PHP web service/196 PHP Web service and MYSQL __ Is following.mp4 | 5.01MB 26 Twitter App using MySql and PHP web service/197 HW _.html | 1.17KB 27 Build Web Services with Node_js and C#/198 Node_js Web service and MYSQL-subtitle-en.srt | 26.90KB 27 Build Web Services with Node_js and C#/198 Node_js Web service and MYSQL.mp4 | 47.49MB 27 Build Web Services with Node_js and C#/199 C# Web service and SQL Server-subtitle-en.srt | 23.33KB 27 Build Web Services with Node_js and C#/199 C# Web service and SQL Server.mp4 | 52.48MB 28 Publish App to Store/200 Publish App to Store-subtitle-en.srt | 8.39KB 28 Publish App to Store/200 Publish App to Store.mp4 | 10.19MB 28 Publish App to Store/201 Convert app to source code-subtitle-en.srt | 7.81KB 28 Publish App to Store/201 Convert app to source code.mp4 | 14.66MB 28 Publish App to Store/202 Avoid Convert app to source code-subtitle-en.srt | 12.49KB 28 Publish App to Store/202 Avoid Convert app to source code.mp4 | 15.39MB [FreeCourseSite.com].txt | 1.07KB [FreeCourseSite.com].url | 127B [HaxTech.me].txt | 1.05KB [HaxTech.me].url | 123B