原创 Android Kotlin / Fragment & Navigation

目錄 Fragment Create a fragment Create a binding object (Make the fragment compile) Add the fragment to the main layout f

原创 Android Kotlin / Data binding

目錄 Steps to use data binding to replace calls to findViewById() Steps for binding views to data Why use Data Binding St

原创 201711671137 校內綜合實訓DAY1:HTML、CSS、JS

課堂筆記 SUBLIME 新建"day01 h5"文件夾,拉到sublime裏 在sublime裏新建"index.html"(帶後綴) 在文件中輸入html 按tab鍵可以補齊代碼 alt+shift+1~5 分隔工作區 ctrl+/

原创 Android Kotlin / Hide and show the keyboard

想要保證手機鍵盤在什麼時候會被關掉,可以放下面這一段代碼在方法裏面 // Hide the keyboard. val inputMethodManager = getSystemService(Context.INPUT_METHOD

原创 Android Kotlin / The lateinit keyword

 通常,一個變量在被用到之前不需要初始化,而佔用內存。 lateinit var diceImage : ImageView The lateinit keyword promises the Kotlin compiler that

原创 Kotlin Bootcamp for Programmers Note 1

Lesson 1: Introdution JDK安裝、IDEA安裝和Hello Kotlin https://codelabs.developers.google.com/kotlin-bootcamp/ Install the JDK

原创 Kotlin Bootcamp for Programmers Note 2

Lesson 2: Kotlin Basics Operations, Strings https://classroom.udacity.com/courses/ud9011 Operations Plus, minus, times