📅 My Learning Journey
Learning progress chronologically
Thursday, December 04, 2025 1 post
MOO FANG Day 1 Start from... New Shin-Chitose Airport -> Sapporo Station (37 minutes) Option1: 08:05 -> 08:42 Option2: 08:30 ->09:30 Step 1 Option1 Take a...
Wednesday, December 03, 2025 4 posts
Container Registries | Cycle.io Container Networking Basics | Cycle.io Deployment Strategies and CI/CD | Cycle.io Check Disk Space in the Ubuntu Command Line Serverless Database - Ama...
- A Reference variable simply contains a memory address and not the object itself. -When you assign one reference variable to another, you are only copying the memory address stored in one var...
📅 Basic Kotlin
Kotlin
Main Function as an entry point fun main() {
println("Hello, Android!")
}
Data types String Int Double Float Boolean Variable declaration Immutable v...
📅 Android Application Development with Kotlin
Android App Dev
Build Android Application using Kotlin and Java Spring Boot (backend logical programming) Android Studio using Android Studio is the official Integrated Development Environment (IDE) ...