Introduction to LocalDate and LocalDateTime in Java
TinyAppCo
Introduction to LocalDate and LocalDateTime in Java
10:28
CO4073 Portfolio briefing
TinyAppCo
CO4073 Portfolio briefing
10:05
CO4073 Lab task 1
TinyAppCo
CO4073 Lab task 1
23:32
Reading loops
TinyAppCo
Reading loops
7:28
The final keyword in Java
TinyAppCo
The final keyword in Java
3:59
The do keyword in Java
TinyAppCo
The do keyword in Java
2:17
The default keyword in Java interfaces
TinyAppCo
The default keyword in Java interfaces
2:34
The break keyword, in the context of a switch statement, in Java
TinyAppCo
The break keyword, in the context of a switch statement, in Java
2:05
The continue keyword in Java
TinyAppCo
The continue keyword in Java
2:28
Combining operators
TinyAppCo
Combining operators
8:55
Creating methods with multiple parameters
TinyAppCo
Creating methods with multiple parameters
5:40
String equality
TinyAppCo
String equality
3:45
Unit Testing with JUnit 5
TinyAppCo
Unit Testing with JUnit 5
13:02
Structural Recursion - handling nested objects
TinyAppCo
Structural Recursion - handling nested objects
4:27
Recursion - returning values
TinyAppCo
Recursion - returning values
2:24
Recursion with branching
TinyAppCo
Recursion with branching
4:14
Introduction to Recursion
TinyAppCo
Introduction to Recursion
6:12
Type Checking and Casting
TinyAppCo
Type Checking and Casting
11:03
JComboBox
TinyAppCo
JComboBox
7:31
Swing UI
TinyAppCo
Swing UI
13:57
Reading Objects from File using Serializable
TinyAppCo
Reading Objects from File using Serializable
9:21
Writing Objects to File using Serializable
TinyAppCo
Writing Objects to File using Serializable
8:43
Method Overloading
TinyAppCo
Method Overloading
12:37
Inheritance
TinyAppCo
Inheritance
16:44
Comparators
TinyAppCo
Comparators
10:09
Comparable
TinyAppCo
Comparable
18:18
Random numbers
TinyAppCo
Random numbers
11:09
Enums
TinyAppCo
Enums
18:27
Classes
TinyAppCo
Classes
31:30
Formatting numbers with DecimalFormat
TinyAppCo
Formatting numbers with DecimalFormat
6:39
Rounding values with the Math class
TinyAppCo
Rounding values with the Math class
4:49
Converting Strings to numeric types
TinyAppCo
Converting Strings to numeric types
5:30
Converting numbers to Strings
TinyAppCo
Converting numbers to Strings
4:18
Debugging
TinyAppCo
Debugging
14:02
Reading text files
TinyAppCo
Reading text files
14:37
Writing text files
TinyAppCo
Writing text files
12:19
Multidimensional arrays
TinyAppCo
Multidimensional arrays
12:52
Iterators
TinyAppCo
Iterators
6:28
ArrayList filtering
TinyAppCo
ArrayList filtering
8:43
ArrayLists
TinyAppCo
ArrayLists
20:14
Array iteration
TinyAppCo
Array iteration
8:53
Arrays
TinyAppCo
Arrays
13:03
Method with parameter
TinyAppCo
Method with parameter
3:42
Methods
TinyAppCo
Methods
10:33
For loops with omitted statements
TinyAppCo
For loops with omitted statements
4:04
Nested for loops
TinyAppCo
Nested for loops
3:22
More about for loops in Java
TinyAppCo
More about for loops in Java
2:50
For loops
TinyAppCo
For loops
4:09
String class
TinyAppCo
String class
22:57
Logical OR operator
TinyAppCo
Logical OR operator
3:28
Logical AND operator
TinyAppCo
Logical AND operator
3:28
While Loops
TinyAppCo
While Loops
7:37
Do While loops
TinyAppCo
Do While loops
3:15
Switch statements in Java
TinyAppCo
Switch statements in Java
9:33
If statements - Java
TinyAppCo
If statements - Java
15:09
If-else statements in Java
TinyAppCo
If-else statements in Java
4:23
Else if statements in Java
TinyAppCo
Else if statements in Java
5:42
Returning data from a method
TinyAppCo
Returning data from a method
4:54
Concatenating Strings
TinyAppCo
Concatenating Strings
8:06
Data Types
TinyAppCo
Data Types
10:04
Calculations
TinyAppCo
Calculations
19:19
Using the Scanner
TinyAppCo
Using the Scanner
5:13
A new Java project in Intelli IDEA with the new UI
TinyAppCo
A new Java project in Intelli IDEA with the new UI
3:27
Exploring a new Java project in IntelliJ IDEA
TinyAppCo
Exploring a new Java project in IntelliJ IDEA
12:58
A basic introduction to packages in Java
TinyAppCo
A basic introduction to packages in Java
5:36
Java comments
TinyAppCo
Java comments
5:23
The Enhanced Switch statement in Java
TinyAppCo
The Enhanced Switch statement in Java
3:33
Escape Characters - Java
TinyAppCo
Escape Characters - Java
4:15
Variables
TinyAppCo
Variables
4:48
CO5225 Android / Kotlin Lecture 10 - SQLite databases
TinyAppCo
CO5225 Android / Kotlin Lecture 10 - SQLite databases
53:02
CO5225 Android / Kotlin Lecture 9 - Notifications and Started Services
TinyAppCo
CO5225 Android / Kotlin Lecture 9 - Notifications and Started Services
48:44
CO5225 Android / Kotlin Lecture 8 - Preferences
TinyAppCo
CO5225 Android / Kotlin Lecture 8 - Preferences
1:01:38
CO5225 Android / Kotlin Lecture 7 - Fragments
TinyAppCo
CO5225 Android / Kotlin Lecture 7 - Fragments
1:06:30
CO5225 Android / Kotlin Lecture 6 - Keyboard handling, RecyclerView drag/swipe
TinyAppCo
CO5225 Android / Kotlin Lecture 6 - Keyboard handling, RecyclerView drag/swipe
51:22
CO5225 Android / Kotlin Lecture 5 - RecyclerViews
TinyAppCo
CO5225 Android / Kotlin Lecture 5 - RecyclerViews
41:31
CO5225 Android / Kotlin Lecture 4 - Threads, using Web APIs, Using libraries
TinyAppCo
CO5225 Android / Kotlin Lecture 4 - Threads, using Web APIs, Using libraries
55:02
CO5225 Android / Kotlin Lecture 3 - ListViews and Menus
TinyAppCo
CO5225 Android / Kotlin Lecture 3 - ListViews and Menus
55:47
CO5225 Android / Kotlin Lecture 2 - Activities
TinyAppCo
CO5225 Android / Kotlin Lecture 2 - Activities
48:32
CO5225 Android / Kotlin Lecture 1 - Hello World
TinyAppCo
CO5225 Android / Kotlin Lecture 1 - Hello World
58:11
Additing additional functionality to a class in Java
TinyAppCo
Additing additional functionality to a class in Java
13:32
Creating a Class for data storage in Java
TinyAppCo
Creating a Class for data storage in Java
11:33
String to Int conversion (Java) task walk-through
TinyAppCo
String to Int conversion (Java) task walk-through
10:28
Unit Testing (Java) Task walkthrough
TinyAppCo
Unit Testing (Java) Task walkthrough
7:29
User friendly boolean with prompt (Java method with parameter) task walkthrough
TinyAppCo
User friendly boolean with prompt (Java method with parameter) task walkthrough
4:29
User Friendly boolean (Java method) task walkthrough
TinyAppCo
User Friendly boolean (Java method) task walkthrough
8:40
Zoo Animals Names (Java ArrayList) Task walkthrough
TinyAppCo
Zoo Animals Names (Java ArrayList) Task walkthrough
6:34