目前分類:Android (26)
- Dec 04 Thu 2014 17:28
[Android] Enable Bluetooth, GPS Programmatically
- Nov 14 Fri 2014 09:49
[Android] Open custom file type with my App
- Oct 12 Sun 2014 18:21
[Android] old android NDK version download
Android NDK r10
http://dl.google.com/android/ndk/android-ndk32-r10-windows-x86.zip
- Aug 14 Thu 2014 15:12
[Android] EditText add underline
If we want the underline, we have to draw the underline by ourselves.
So we define the new class LinedEditText to override onDraw.
- Jul 31 Thu 2014 10:18
[Android] beta Tester see production version not beta version on Google Play Store
- Jul 22 Tue 2014 10:14
[Android] “Your device isn’t compatible with this version”
安裝 App 如果遇到 “Your device isn’t compatible with this version” 這樣的訊息
1.首先先確認 manifest 裡面 uses-feature 所要求的功能該手機or平板是否有此規格
- Jul 08 Tue 2014 15:58
[Android] get bitmap from uri (pick image from gallery)
從相簿選擇照片可以用 Intent 簡單的達成
Intent pickImageIntent = new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
- Jun 20 Fri 2014 14:55
[Android] handle hyperlink(mail, phone number) in WebView
首先要先設定自訂的 WebViewClient 給 WebView
然後在 WebViewClient 去判斷連結網頁還是 mail 或 phone number 去做不同的處理
- Mar 27 Thu 2014 09:29
[Android] Find Developer Options on Android 4.2 or later
- Jun 27 Thu 2013 10:48
[Android] GCM handleRegistration: registrationId = null, error = null, unregistered = null
06/27
發現原因了!!! 原來是帳號沒有確認同意 API Service...
- Jun 07 Fri 2013 17:55
[Android] Tablet Can't find app on Google Play
客戶說在他的裝置 galaxy note 10.1 上找不到 app
可是 app 只有設最低版本是 android 2.2
- Jan 30 Wed 2013 08:57
[Android] BugSense - 紀錄 bug 訊息超好用
其實它不只 Android 可用,還有 iOS、Windows 8,
只要用 Google 帳號登入就可以用了!
- Nov 27 Tue 2012 10:48
[Android] Buffer not large enough for pixels at android.graphics.Bitmap.copyPixelsFromBuffer
最近客戶抱怨 APP 怎麼在 Android 4.2 上面不能跑?!?!?!
說這會影響到產品銷售!
- Oct 10 Wed 2012 12:15
WinXP Sony Xperia acro S driver 安裝失敗
這兩天為了要用 Sony 手機開發 app
一直在開發機 XP 上安裝 driver 失敗...
- Oct 10 Wed 2012 12:08
[Android] Get Screen Resolution
android 各家的手機&平板螢幕解析度都不一樣
所以取得解析度應該還蠻常會用到的
- Jun 21 Thu 2012 18:36
[Android] Android-x86
最近想要模擬客戶的問題
找到了 Android-x86 這個玩意兒
- May 15 Tue 2012 13:58
[Android] Cygwin + NDK Build FFmpeg
- May 10 Thu 2012 22:51
[Android] H264 decoder
H264 decoder 出自以下參考資料網站,可解 Baseline、Main Profile
High Profile 不支援
- Apr 13 Fri 2012 14:27
[Android] JNI Debug Message
在 C/C++ 程式裡面加上
- Apr 13 Fri 2012 14:20
[Android] NDK Setup for JNI
Easy Way
1.安裝 Cygwin,install from internet,選擇 package 時記得要選 Devel 裡面的 gcc 及 make 選項