FileMood

Download [FreeTutorials.us] the-complete-kotlin-developer-course

FreeTutorials us the complete kotlin developer course

Name

[FreeTutorials.us] the-complete-kotlin-developer-course

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

4.2 GB

Total Files

195

Hash

F4E52BB9812590BCA7B3D9127803CAC5A70F05FF

/01 Introduction and Setup the environment/

001 Introduction.mp4

12.0 MB

002 Install Java JDK.mp4

11.6 MB

003 Install IntelliJ IDEA.mp4

7.5 MB

004 Exercise files.html

0.5 KB

/02 Variables/

005 Program concept.mp4

4.6 MB

006 Run first App.mp4

15.2 MB

007 Variable Concept.mp4

7.1 MB

008 Define Variables.mp4

19.2 MB

009 Var vs Val.mp4

4.0 MB

010 Input data - ReadLine.mp4

26.8 MB

011 Add Comments.mp4

7.4 MB

012 Null safety.mp4

10.0 MB

/03 Operations and Priorities/

013 Convert between Data Type.mp4

14.2 MB

014 Math operations..mp4

13.2 MB

015 Priorites.mp4

16.8 MB

016 Increment and Decrement.mp4

18.8 MB

017 App Find my age.mp4

13.1 MB

018 Debug your Code step by step.mp4

7.4 MB

/quizzes/

001 What is the Output.html

2.2 KB

/04 Decision Making/

019 Logic statement.mp4

24.0 MB

020 Simple IF.mp4

21.4 MB

021 IF- Else.mp4

7.4 MB

022 IF- ElseIF.mp4

11.7 MB

023 Nested IF.mp4

8.4 MB

024 When.mp4

15.4 MB

025 Expression If and When..mp4

9.4 MB

/05 Loop Control/

026 Simple For Loop.mp4

12.8 MB

027 Nested For Loop.mp4

7.1 MB

028 While Loop.mp4

4.7 MB

029 Do While Loop.mp4

7.9 MB

030 Returns and Jumps.mp4

17.1 MB

/06 Collections and Strings/

031 String.mp4

23.2 MB

032 One-Dimension Array structure.mp4

15.8 MB

033 One-Dimension Array implementation.mp4

20.2 MB

034 ArrayList.mp4

17.8 MB

035 HashMap.mp4

10.4 MB

036 mapOf Arrayof listOf and mutableListOf.mp4

13.7 MB

037 setOf and mutableSetOf.mp4

6.6 MB

/07 Functions/

038 Simple Function.mp4

21.6 MB

039 Function Overload.mp4

8.4 MB

040 Polymorphism.mp4

7.0 MB

041 Global and Local Variables.mp4

5.4 MB

/08 Object Oriented Programming/

042 What is OOP.mp4

4.7 MB

043 Simple Class.mp4

34.7 MB

044 constructor.mp4

25.9 MB

045 Inheritance.mp4

14.7 MB

046 Visibility Modifiers.mp4

6.9 MB

047 Overriding.mp4

10.8 MB

048 Casting.mp4

9.6 MB

049 super and this.mp4

5.0 MB

050 interface.mp4

10.9 MB

051 Abstract.mp4

10.0 MB

052 Enum.mp4

5.7 MB

053 Generic.mp4

12.9 MB

054 Extensions.mp4

12.8 MB

055 Packages.mp4

14.7 MB

056 Inner and Nested Class.mp4

5.1 MB

057 Lazy and Singleton design pattern.mp4

13.8 MB

/09 StorageFiles/

058 Exceptions Try-Catch.mp4

14.4 MB

059 File Write.mp4

17.6 MB

060 File Read.mp4

16.7 MB

/10 Multi Threading/

061 Multi Threading Concept.mp4

4.7 MB

062 Multi Threading example.mp4

32.4 MB

/11 Android Startup/

063 Install Android Studio.mp4

3.5 MB

064 Setup Kotlin in Android.mp4

24.9 MB

/.../064 Setup Kotlin in Android/

StartUp.zip

4.0 MB

/12 Find my age App/

065 Find my age Preview.mp4

1.0 MB

066 Layout design with constraint layout.mp4

50.2 MB

067 Implement App code.mp4

34.1 MB

068 Debug and Find Errors.mp4

15.4 MB

/.../065 Find my age Preview/

FindMyAge.zip

139.5 KB

/13 Complete Tic Tac toy game/

069 Tic Tac Toy overview.mp4

1.2 MB

070 Layout desgin with TableLayout.mp4

25.5 MB

071 Buttons call event.mp4

18.0 MB

072 Find winner.mp4

27.3 MB

073 Play with device.mp4

25.9 MB

074 Add colors.mp4

16.0 MB

/.../069 Tic Tac Toy overview/

TicTacToyLocal.zip

144.8 KB

/14 Calculator app/

075 calculator preview.mp4

1.7 MB

076 layout design.mp4

37.5 MB

077 Add colors to app.mp4

36.4 MB

078 fix Design issue.mp4

29.0 MB

079 Number Click..mp4

30.2 MB

080 Add math operations.mp4

27.3 MB

081 margin buttons.mp4

11.0 MB

082 Percent and Clean.mp4

9.9 MB

083 Supporting Multiple Screens.mp4

40.5 MB

/.../075 calculator preview/

Calculator.zip

148.0 KB

/15 Pockemon game in Android/

084 Pockemon game overview.mp4

2.4 MB

085 Setting the project and use Google Map API.mp4

23.4 MB

086 Add marker with image on Map.mp4

13.9 MB

087 Request on run time permission.mp4

28.1 MB

088 Show player location on the map.mp4

32.1 MB

089 Place Pockemons on the map.mp4

44.9 MB

090 Catch Pockemon.mp4

20.5 MB

/.../084 Pockemon game overview/

PockemonAndroid.zip

209.3 KB

/16 Zoo App/

091 Zoo App preview.mp4

1.6 MB

092 ListView layout design.mp4

51.7 MB

093 Load listView with Data.mp4

50.8 MB

094 Load different views in ListView.mp4

14.4 MB

095 ListView events.mp4

32.4 MB

096 Add or Remove item to listView.mp4

21.7 MB

097 Support Different image size.mp4

24.4 MB

/.../091 Zoo App preview/

ZooApp.zip

17.9 MB

/17 Restaurant menu/

098 Restaurant menu preview.mp4

1.5 MB

099 Design GridView Layout.mp4

41.2 MB

100 Load gridView with list of foods.mp4

55.1 MB

101 Show Food details.mp4

24.8 MB

/.../098 Restaurant menu preview/

FoodApp.zip

19.7 MB

/18 Web services Find City Sunrise time App/

102 Sunrise App preview.mp4

2.2 MB

103 HTTP calls.mp4

2.5 MB

104 Json and XML.mp4

18.8 MB

105 City Sunrise App UI layout design.mp4

22.5 MB

106 City Sunrise App HTTP calls and JSON read.mp4

58.9 MB

107 Add nice Shape and rectangle for layout.mp4

45.9 MB

/.../102 Sunrise App preview/

GetSunSet.zip

141.3 KB

/19 Sqlite database My Notes App/

108 My notes app overview.mp4

3.0 MB

109 Design notes ListView.mp4

47.6 MB

110 List dummy notes use ListView.mp4

43.5 MB

111 Design Add notes layout.mp4

20.4 MB

112 use Menu bar and Intent.mp4

52.2 MB

113 Styles.mp4

26.8 MB

114 Add notes to Sqlite database.mp4

57.3 MB

115 list notes from Sqlite database.mp4

42.4 MB

116 delete notes from Sqlite database.mp4

26.0 MB

117 update notes in Sqlite database.mp4

43.4 MB

118 Support different languages and change app icon.mp4

26.4 MB

119 The Activity Lifecycle.mp4

17.6 MB

/.../108 My notes app overview/

NoteApp.zip

156.1 KB

/20 Firebase Online Tic tac toy game/

120 Online game game overview.mp4

2.2 MB

121 Connect to firebase and FirebaseAnalytics.mp4

29.4 MB

122 Login Page desgin.mp4

13.0 MB

123 FirebaseAuth With email and password.mp4

32.7 MB

124 Add player info In firebase Database.mp4

28.7 MB

125 play Game layout Design.mp4

22.6 MB

126 Send Game Play request.mp4

31.5 MB

127 Accept game inviation.mp4

32.9 MB

128 Play game live.mp4

37.9 MB

129 Notification to play game.mp4

30.2 MB

/.../120 Online game game overview/

TicTacToyOnline.zip

580.4 KB

/21 Firebase Twitter and Facebook App/

130 Twitter app overview.mp4

2.4 MB

131 Desgin login layout..mp4

31.2 MB

132 Load image from Phone.mp4

44.5 MB

133 upload images to firebase.mp4

68.8 MB

134 Tweets layout design.mp4

47.6 MB

135 Add post.mp4

56.1 MB

136 Load posts.mp4

39.3 MB

137 Show post user info.mp4

15.1 MB

138 Show loading now.mp4

21.5 MB

139 Show Ads between feeds.mp4

41.3 MB

140 Firebase Cloud Messaging.mp4

34.8 MB

/.../130 Twitter app overview/

TwitterDemo.zip

260.4 KB

/22 Media Player for play online and Local songs App/

141 Media Player overview.mp4

1.6 MB

142 Media player layout desgin.mp4

48.1 MB

143 List songs.mp4

40.2 MB

144 Play songs from online URL.mp4

24.5 MB

145 Play songs from Phone storage.mp4

28.4 MB

/.../141 Media Player overview/

MediaPlayer.zip

143.0 KB

/23 Complete Alarm app/

146 Complete Alarm app overview.mp4

2.3 MB

147 Android Studio Updates.mp4

3.9 MB

148 Layout desgin.mp4

11.3 MB

149 Fragments.mp4

23.5 MB

150 Broadcast Receiver and Service concept.mp4

17.8 MB

151 Broadcast Receiver and Set alarm time.mp4

34.8 MB

152 SharedPreferences and start app with OS.mp4

32.6 MB

153 Show Notification.mp4

8.8 MB

/.../146 Complete Alarm app overview/

AlarmManager.zip

143.3 KB

/24 Sensors Apps/

154 Light sensor Run music when light goes to off in room.mp4

27.1 MB

155 Accelerometer sensor Nimbuzz vibrate when phone is shake.mp4

39.9 MB

/.../154 Light sensor Run music when light goes to off in room/

light.zip

138.9 KB

/.../155 Accelerometer sensor Nimbuzz vibrate when phone is shake/

numbizz.zip

139.3 KB

/25 Firebase Find my phone App/

156 Find my Phone Preview.mp4

7.6 MB

157 User login with phone number.mp4

47.3 MB

158 menus for Contact and main activity.mp4

26.5 MB

159 dummy Contact List data.mp4

54.1 MB

160 Pick Contacts from phone.mp4

47.9 MB

161 Save my trackers in Shared Ref.mp4

85.7 MB

162 Firebase signIn Anonymously.mp4

22.4 MB

163 Save user info Firebase.mp4

12.5 MB

164 Save my trackers in Realtime- database.mp4

26.7 MB

165 People Who I Find Dummy Data.mp4

13.9 MB

166 People Who I Find Firebase Data.mp4

54.7 MB

167 Load users contacts.mp4

44.0 MB

168 Send phone location to the server.mp4

69.6 MB

169 Find missing phone location.mp4

50.3 MB

170 Services Vs Broadcast receiver Updates.mp4

17.9 MB

171 Service Run App in background.mp4

46.4 MB

172 Run App with OS.mp4

12.1 MB

173 TODO.html

0.4 KB

/.../156 Find my Phone Preview/

FindMyPhone.zip

28.2 MB

/26 Publish App to Store/

174 Publish App to Store.mp4

14.2 MB

175 Convert app to source code.mp4

15.4 MB

176 Avoid Convert app to source code.mp4

19.3 MB

/27 Web services/

177 Node.js Web service and MYSQL.mp4

49.8 MB

178 C Web service and SQL Server.mp4

55.0 MB

 

Total files 195


Copyright © 2025 FileMood.com