Galaxy S capture Screen 方法 (Android)
在Galaxy S 度capture screen
按住BACK, 然後按HOME
就會有個toast box 寫住螢幕己擷取
然後在Internal SD -> Screen Capture 中找到的了
如果你不是 Galaxy S 用家, 而又用到, 請REPLY
Labels: Android, Galaxy S, Screen Capture
在Galaxy S 度capture screen
Labels: Android, Galaxy S, Screen Capture
找了好多google, 都話override 個begin request 就可以handle 到
剛才在諗有咩方法唔send password 下可以authenticate
根據這個網站 : http://www.mobile01.com/topicdetail.php?f=496&t=99913&p=1&cache=0
原來google api 好多寶, 但佢個結構設計太差了
String ns = Context.NOTIFICATION_SERVICE; NotificationManager mNotificationManager = (NotificationManager) getSystemService(ns);
int icon = R.drawable.notification_icon; CharSequence tickerText = "Hello"; long when = System.currentTimeMillis(); Notification notification = new Notification(icon, tickerText, when);
Context context = getApplicationContext(); CharSequence contentTitle = "My notification"; CharSequence contentText = "Hello World!"; Intent notificationIntent = new Intent(this, MyClass.class); PendingIntent contentIntent = PendingIntent.getActivity(this, 0, notificationIntent, 0); notification.setLatestEventInfo(context, contentTitle, contentText, contentIntent);
private static final int HELLO_ID = 1; mNotificationManager.notify(HELLO_ID, notification);
更多資料就繼續看吧 Read more »
Labels: Android
Labels: Android
中頭獎機會 = (1 / 49 / 48 / 47 / 46 / 45 / 44)
Labels: 趣味
今晚再看 ... 來源
Labels: Android
「筆電」的英文字有兩個:小台點的習慣叫「Notebook」,而大台的習慣叫「Laptop」-- 後者很明顯地隱含著讓你放在大腿上用的意思。問題是,筆電放大腿上所散發出來的無限熱力,對同樣在那附近的男性敏感部位來說,想必不是什麼好事吧?畢竟天 氣一熱就會懶散,可是人之常情啊!
Labels: 趣味
事緣有個project, 佢地send 黎d data 的中文字都是用 \uXXXX 的方式存在
Labels: C#
返得工多, 遇得多server, 都總會遇到 行開一陣就被screen lock,
因為某一part 工作係要將個 email 變成pdf,
Labels: C#, html to image, html to pdf
總會有些project 是用到 full text catalog
Labels: Full Text Catalog, MSSQL
CMS 網站的flash 總會要求可以edited by cms
Labels: Action Script, Flash