Skip to content
What you think is what you get
What you think is what you get
Home
Posts
About Me
Home
Posts
About Me
Follow on
linkedin
Follow on
github
Follow on
twitter
Follow on
facebook
Follow on
instagram
What you think is what you get
Home
Posts
About Me
Posts filed under: Android
Android
Android
,
Uncategorized
Room overview
by
zgh149
8 1 月, 2019
3
什麼是 Room? Room 是 Android 官方所提供的 ORM,可快速方便的存取 SQLite。 基本......
Android
,
Uncategorized
Two-way data binding (雙向數據綁定)
by
zgh149
7 12 月, 2018
1
前言 使用單向數據綁定可以在屬性上設置數值,並可設定對該屬性的變化作出反應的監聽器。如下 <CheckB......
Android
,
Uncategorized
Bind layout views to Architecture Components (綁定佈局到架構元件)
by
zgh149
5 12 月, 2018
1
前言 AndroidX 函式庫包含架構元件(Architecture Components),可以使用它來設計......
Android
,
Uncategorized
Binding adapters (綁定轉接器)
by
zgh149
4 12 月, 2018
1
前言 Binding Adapter 主要用來呼叫適當方式來設定數值。一個例子為透過 setText 方法來設......
Android
,
Uncategorized
Generated binding classes (產生綁定類別)
by
zgh149
13 11 月, 2018
1
前言 Data Binding 會產生綁定類別(binding class),用來存取佈局變數(layout’......
Android
,
Uncategorized
Splash Activity
by
zgh149
13 11 月, 2018
0
1.編輯 value/styles.xml 加入以下內容 <resources> ... <......
Android
Android Monkey 介紹與使用
by
zgh149
7 3 月, 2017
0
描述 Monkey主要是用來做穩定性或是壓力測試,它可以執行在實體裝置或是模擬器上,藉由產生一系列的隨機事件(......
Android
把安裝在手機的 apk 複製到本地端
by
zgh149
3 3 月, 2017
0
0.開啟目前平台提供的最基本的Terminal tool windows使用power shell(不要使用g......
Android
Robotium 使用介紹
by
zgh149
21 2 月, 2017
0
Robotium 為專門測試 android ui 的 framework,詳細介紹參考官網 本篇介紹如何導入......
Android
TouchUtils.clickView 對 button 無效
by
zgh149
20 2 月, 2017
0
描述: button 是一般的 android 預設的 button,xml 定義如下 <Button ......
2
3
4
5
6