顯示所有 commit (包含被刪除的)

git reflog

JohnDX 發表在 痞客邦 留言(0) 人氣()

直接看code

struct tm local_time_st;

JohnDX 發表在 痞客邦 留言(0) 人氣()

最近寫 In-App Purchase 的時候遇到選擇購買然後取消

反覆操作一陣子後 App 就 crash 了...

JohnDX 發表在 痞客邦 留言(0) 人氣()

Bluetooth

BluetoothAdapter blAdapter = BluetoothAdapter.getDefaultAdapter();

JohnDX 發表在 痞客邦 留言(0) 人氣()

首先要在 AndroidManifest.xml 裡面定義 App 開啟檔案的頁面

重點是要在頁面中定義 intent-filter 來過濾可開啟的檔案類型

JohnDX 發表在 痞客邦 留言(0) 人氣()

cd /cygdrive/e

or

JohnDX 發表在 痞客邦 留言(0) 人氣()

Android NDK r10
http://dl.google.com/android/ndk/android-ndk32-r10-windows-x86.zip

JohnDX 發表在 痞客邦 留言(1) 人氣()

最近灌好的 VS2010 express 在使用的時候

只是在編輯器中想框選一段 code 就會出現錯誤回報視窗

JohnDX 發表在 痞客邦 留言(0) 人氣()

iOS8 更新 UIActionSheet, 讓我們不能在裡面加入 subclass, 他們覺得我們誤用了 UIActionSheet,

所以嚴格的讓 UIActionSheet 加入 subclass 都無法 work

JohnDX 發表在 痞客邦 留言(0) 人氣()

If we want the underline, we have to draw the underline by ourselves.

So we define the new class LinedEditText to override onDraw.

JohnDX 發表在 痞客邦 留言(0) 人氣()