What you think is what you get

All posts by: zgh149

Bootstrap.v3.Datetimepicker 簡單紀錄

因為BootStrap預設沒有日期或時間的UI元件,搜尋一下發現其他開發者提供的好用外掛 Bootstrap.......

[GitLab Issue] You are not allowed to push code to protected branches on this project

Scenario Local 端在 master branch 上執行 git push origin mas......

Firebase Cloud Messaging 使用紀錄

Firebase cloud messaging(FCM) 是什麼? FCM 是一個跨平台的訊息傳送機制,提供......

Inversion Of Control

IoC 是什麼 ? IoC 是一種設計原則,主要的用途是降低物件之間的耦合,特別是在建立物件的耦合關係。 為什......

View Binding

View Binding 是什麼 ? View Binding 是一個機制,可以讓開發者更簡單以及更安全的參考......

Android 10 on Pixel 3 使用心得

使用 Pixel 好處就是能在第一時間收到 Android 的更新。 Android Developers 在......

2019 Google I/O Android App 原始碼釋出!!

GitHub: https://github.com/google/iosched 基本的介紹在GitHub上......

加入 Action View 或 Action Provider 到 App Bar

什麼是 Action View 和 Action Provider? Action View 是一種Actio......

加入 Up Action 到 App Bar

什麼是 Up Action? Up Action的主要功能是返回其parent activity,使用方式相當......

加入 Action 到 App Bar

什麼是 Action? Action主要提供在該Activity中最重要的操作, Action會加入到 App......