Media Summary: This is the Kotlin code representing an empty This is a good exercise of Kotlin "for loop" for coding beginners. GitHub repo: In this video we learn about what is the use of Kotlin data class

Android Chess 003 Overriding Tostring - Detailed Analysis & Overview

This is the Kotlin code representing an empty This is a good exercise of Kotlin "for loop" for coding beginners. GitHub repo: In this video we learn about what is the use of Kotlin data class Kotlin's when is like switch in other programming languages. Kotlin uses if-else to do ternary operation. Kotlin's nullable is like ... PLEASE CLICK AN AD TO SUPPORT THIS PROJECT! We added a "Rank" and "File" are terminology used in

We also created a mutable set of ChessPiece named piecesBox in ChessModel. GitHub repo: ... "for loop" and "if" in Kotlin: for (i in 0..7) { if (i % 2 == 0) { Log.d(TAG, "i = $i") } } GitHub repo: ... In this video, I will explain how to design a screen by using LinearLayout and ratio (weight) so the screen's component balance ... We create a handy method loadImage(..) and drawImage(..) in this video. We learn how to use if-else inside for loop to control what to print, a dot or a letter representing a piece. Here is the corresponding ... Don't worry too much about the technical details involved in this video. As long as we can load the image and show it up on ...

Photo Gallery

Android Chess 003: Overriding toString() of class Any to print out the empty chess board in Logcat
Android Chess 006: Deploying all 32 initial chess pieces on board
Kotlin Tutorial - 31 - Data Class toString() function
Android Chess 005: Kotlin nullable used in method "pieceAt(col: Int, row: Int) : ChessPiece?"
AP Computer Science: Chess960V4b with a toString()
Android Chess 051: Creating Kotlin data class Square to group col and row
Android Chess 004: Creating Kotlin data class ChessPiece, enum classes ChessPlayer and ChessRank
Android Chess 002: Printing debug messages on Logcat, the Android Studio's console
Bubble Sort Algorithm solved in Android App using recursion.
Android Game Development for Beginners (Android Studio/Java/Kotlin) Part 4
Java Chess 005: Loading all images into a Java map
Java CChess 2 | Printing 32 pieces on game board on Eclipse console
View Detailed Profile
Android Chess 003: Overriding toString() of class Any to print out the empty chess board in Logcat

Android Chess 003: Overriding toString() of class Any to print out the empty chess board in Logcat

This is the Kotlin code representing an empty

Android Chess 006: Deploying all 32 initial chess pieces on board

Android Chess 006: Deploying all 32 initial chess pieces on board

This is a good exercise of Kotlin "for loop" for coding beginners. GitHub repo: https://github.com/zhijunsheng/

Kotlin Tutorial - 31 - Data Class toString() function

Kotlin Tutorial - 31 - Data Class toString() function

In this video we learn about what is the use of Kotlin data class

Android Chess 005: Kotlin nullable used in method "pieceAt(col: Int, row: Int) : ChessPiece?"

Android Chess 005: Kotlin nullable used in method "pieceAt(col: Int, row: Int) : ChessPiece?"

Kotlin's when is like switch in other programming languages. Kotlin uses if-else to do ternary operation. Kotlin's nullable is like ...

AP Computer Science: Chess960V4b with a toString()

AP Computer Science: Chess960V4b with a toString()

PLEASE CLICK AN AD TO SUPPORT THIS PROJECT! We added a

Android Chess 051: Creating Kotlin data class Square to group col and row

Android Chess 051: Creating Kotlin data class Square to group col and row

"Rank" and "File" are terminology used in

Android Chess 004: Creating Kotlin data class ChessPiece, enum classes ChessPlayer and ChessRank

Android Chess 004: Creating Kotlin data class ChessPiece, enum classes ChessPlayer and ChessRank

We also created a mutable set of ChessPiece named piecesBox in ChessModel. GitHub repo: ...

Android Chess 002: Printing debug messages on Logcat, the Android Studio's console

Android Chess 002: Printing debug messages on Logcat, the Android Studio's console

"for loop" and "if" in Kotlin: for (i in 0..7) { if (i % 2 == 0) { Log.d(TAG, "i = $i") } } GitHub repo: ...

Bubble Sort Algorithm solved in Android App using recursion.

Bubble Sort Algorithm solved in Android App using recursion.

This video shows how you can design an

Android Game Development for Beginners (Android Studio/Java/Kotlin) Part 4

Android Game Development for Beginners (Android Studio/Java/Kotlin) Part 4

In this video, I will explain how to design a screen by using LinearLayout and ratio (weight) so the screen's component balance ...

Java Chess 005: Loading all images into a Java map

Java Chess 005: Loading all images into a Java map

We create a handy method loadImage(..) and drawImage(..) in this video.

Java CChess 2 | Printing 32 pieces on game board on Eclipse console

Java CChess 2 | Printing 32 pieces on game board on Eclipse console

We learn how to use if-else inside for loop to control what to print, a dot or a letter representing a piece. Here is the corresponding ...

Java Chess 004: Drawing an image in Java

Java Chess 004: Drawing an image in Java

Don't worry too much about the technical details involved in this video. As long as we can load the image and show it up on ...