
文章平均质量分 76
totogogo
@CityU of HK
展开
-
Google API Hello World
阅读下列文章1. 用eclipse写google api client 程序 http://code.google.com/apis/gdata/articles/eclipse.html2. 如何使用google document list API http://co原创 2011-09-27 16:52:06 · 1687 阅读 · 1 评论 -
2 solutions for google map app in android
solution 1: use google map javascript api + webview compenent优点:1. 所有对地图的操作都写在html page的javascript代码里,android side的app只是使用webview控件来当成一个web browser来显示。由于android app的java代码可以调用webview里的html page里的j原创 2011-12-15 23:50:31 · 1663 阅读 · 0 评论 -
android手机之间用wifi direct通信
android p2p wifi package (use wifi direct)http://developer.android.com/reference/android/net/wifi/p2p/package-summary.htmlwifi direct demohttp://developer.android.com/resources/samples/WiFiDirec原创 2012-01-08 00:28:30 · 5011 阅读 · 1 评论 -
android IntentFilter
http://www.cnblogs.com/hdjjun/archive/2010/06/02/1749864.htmlhttp://ozzysun.blogspot.com/2010/10/android-intent-filter-intent.html转载 2012-01-09 02:30:17 · 602 阅读 · 0 评论 -
google map javascript api example in android
android map app by using google map javascript api(solution: communication between html javascript and android app native code)http://code.google.com/intl/zh-TW/apis/maps/articles/android_v3.h转载 2011-12-15 00:49:52 · 1027 阅读 · 0 评论 -
google map public transit route (大众运输路线)
google map direction api只开放3种travel mode (driving, walk, bicycle),并没有开放travel mode "大眾運輸"。因此无法获取大众运输的route。ref links:http://maps.google.com.hk/intl/zh-TW/landing/transit/text.html#ymdhttp://原创 2012-01-02 00:08:39 · 2134 阅读 · 0 评论 -
申請Google Map API Key
如何申請Google Map API Key (模擬器用)参考文档: http://wangshifuola.blogspot.com/2010/12/androidgoogle-map-api-key.htmlstep 1: 找到android key store file的path: in eclipse, access "Windows > Preferences > A转载 2012-01-02 04:56:18 · 2229 阅读 · 0 评论 -
Android 中的BroadCastReceiver
http://yangguangfu.iteye.com/blog/1063732http://blog.youkuaiyun.com/luoshengyang/article/details/6737352转载 2012-01-09 02:29:17 · 483 阅读 · 0 评论 -
在android mapview控件里画简单导航路线的方法
基本原理是: send http request to google direction api url (http://maps.google.com/maps/api/directions/json?xxx) parse the response, and then draw it.google direction api user guide: http://code.goo原创 2011-12-16 00:05:17 · 1551 阅读 · 0 评论 -
android google map bubble box
最好的solution:https://github.com/jgilfelt/android-mapviewballoons其他的solutions:http://www.anddev.org/map-tutorials-f18/nice-bubble-in-android-maps-t52751.htmlhttps://github.com/commonsguy/cw-ad原创 2012-01-06 10:12:05 · 1043 阅读 · 0 评论 -
android.net.wifi.p2p package API
ref links:api document: http://developer.android.com/reference/android/net/wifi/p2p/package-summary.htmldemo: http://developer.android.com/resources/samples/WiFiDirectDemo/index.htmlOverview原创 2012-01-09 17:54:36 · 7695 阅读 · 0 评论 -
indoor google map
http://googlemobile.blogspot.com/2011/11/go-indoors-with-google-maps-60-for.htmlhttp://www.youtube.com/watch?v=XZmjryh9glEhttp://googleblog.blogspot.com/2011/11/new-frontier-for-google-maps-mapp原创 2012-03-21 10:10:43 · 1295 阅读 · 0 评论 -
Google 2 legged oauth
参考文档:* 2 legged oauth基本概念(中文) http://djb4ke.iteye.com/blog/664958* google 2 legged oauth for google apps domain: http://code.google.com/intl/zh-TW/apis/accounts/docs/OAuth.html#GoogleAppsOAuth*原创 2011-10-08 17:40:51 · 2182 阅读 · 0 评论 -
google oauth 1.0 standalone app example
!!!OAuth in the Google Data Protocol Client Libraries讲解: http://code.google.com/intl/zh-TW/apis/gdata/docs/auth/oauth.htmlpackage exam原创 2011-10-08 00:14:11 · 1482 阅读 · 0 评论 -
google+oauth+2.0+java+client+library+simple+example
先看上一篇文章理解google oauth 2.0的原理 at http://blog.youkuaiyun.com/totogogo/article/details/6860966。注意,上面这篇文章里的codes都是不使用google client library的代码。本篇原创 2011-10-13 00:50:51 · 6301 阅读 · 1 评论 -
Google oauth 2.0
Oauth 2.0的官方文档的中文译本:http://zhuyonghui116.blog.hexun.com.tw/67962330_d.htmlOauth 2.0的中文讲解参考文档:http://djb4ke.iteye.com/blog/683153上面的参考文原创 2011-10-10 23:14:55 · 18748 阅读 · 4 评论 -
Google oauth 1.0
下面的link是oauth 1.0的最好中文讲解(它是用twitter的oauth)http://cire.pixnet.net/blog/post/30810748-%E6%BC%AB%E8%AB%87oauth%E8%AA%8D%E8%AD%89%E5%8D%94%E原创 2011-09-30 01:30:59 · 1846 阅读 · 0 评论 -
Google Analytics
web sitehttp://www.google.com/analytics/google analytics for developerhttps://developers.google.com/analytics/devguides/collection/ios/官方教程:http://www.google.com/intl/en/analytics/转载 2012-06-12 11:02:46 · 1386 阅读 · 0 评论