Now you can Subscribe using RSS

Submit your Email

2017/05/19

RecyclerView

asd
RecyclerView 是在 Version 22.0.0 時候加入的 UI 元件。
學會使用 RecyclerView 後大致上可以不使用 ListView 了。
畢竟 RecyclerView  的功能比 ListView 強大許多。
效果圖如下。

2017/05/18

ListView With BaseAdapter

asd
如果想要自定義 ListView 中 Item 的樣式。
就不能再使用 ListAdapter 來綁定資料。
要改使用 BaseAdapter 來自定義 Item View 與資料的關聯。
效果圖如下。

2017/05/16

如何反編譯APK

asd
APP 已經是目前很熱門的程式開發項目之一。
 反編譯不是破解別人的 APP 或是去偷看別人的 Source code。
一來是自己在混淆的時候可以確認混淆程度。
 APP 的反編譯其實很簡單需要下載兩樣工具。

  •  JD-GUI:用來觀看反編譯後的工具。
  • Dex2jar :用來反編譯 APK的工具。 


2017/05/07

ButterKnife Support Plugins on Android Studio

asd
ButterKnife  是一個蠻方便的 Third Party 輔助套件。

可以幫助你省下一些 findViewByID 的程式碼。

如果要使用 ButterKnife  可以在 Android Studio 增加 Plugins 讓操作更方便。

打開 setting > Plugins > Brows repositories 。

然後輸入: Zelezny

可以找到 Android ButterKnife Zelezny 外掛套件。

2017/05/05

Linux 使用tar 壓縮文件與解壓縮文件

asd
在 Linux 作業系統下要壓縮檔案或是解壓縮,使用 tar  指令來完成。

指令的方式大概為下。

# tar [-cxtz...] [壓縮後名稱帶附檔名] [壓縮檔案]

Coprights @ 2016, Blogger Templates Designed By Templateism | Templatelib