綁定帳號登入

Android 台灣中文網

tag 標籤: Source

相關帖子

版塊 作者 回覆/查看 最後發表
【cm10】【轉載】CooperPlate attach_img Xperia X8/W8 歡喜地 2013-10-19 3 1798 Date-Genjirou 2016-1-24 23:01
就跟你說不是這樣用!破除護墊迷思看這邊 attach_img 女人我要變 tryrun13 2013-10-29 2 19384 徐佑德 2022-6-30 14:40
[轉貼][ROM][AOSP] ICS build for Nexus S - v3 attach_img Google Nexus S alexwu168 2011-11-29 0 1805 alexwu168 2011-11-29 10:32
The other touchpad kernel source from HP (android dump) HP Touchpad fam1001 2012-2-10 0 37380 fam1001 2012-2-10 10:47
在程式中插入qrcode scanner問題 Android 軟體設計 glare 2012-2-11 0 884 glare 2012-2-11 22:51
open source voice recognition speech Android 軟體設計 mickeyday 2012-3-19 0 1208 mickeyday 2012-3-19 00:48
查詢"積分"錯誤 舉報/申訴/建議 guangmin 2012-7-18 2 626 guangmin 2012-7-19 21:16
[0204]XRAY系列 4.0.4 通用超頻核心 UP TO 1.6G attach_img Xperia RAY ST18i x70243 2013-2-3 14 3291 田安迪 2013-8-9 18:02
[Kernel][Android 4.2 ] Butter Kernel v2.2.2 [2013/06/25更新] attach_img Galaxy R I9103 fun791128 2013-3-11 53 12845 jhe0311 2016-8-16 11:27
Open source archive for build 4.1.B.1.13 Xperia ST15i/SK17i deferred 2013-4-6 6 2095 deferred 2013-4-24 12:50
跪求 簡易修圖軟體範例(source code) - [懸賞 1 個碎鑽] 過期未解決懸賞 a12c123 2013-5-22 2 823 a12c123 2013-5-25 01:06
Eclipse顯示Source not found 缺少類別庫 Android 軟體設計 hugo3334059 2013-8-10 1 1003 ploglin 2013-8-12 10:55
src疑問 Android 軟體設計 Hy8133 2013-9-17 1 797 ploglin 2013-9-18 11:15
【轉載】【AOKP】TiestoDroid Refresh V3 Xperia X8/W8 歡喜地 2013-9-27 1 1206 a123507891 2014-7-2 13:20
點選積分時出現的,用FIREFOX23.0.1 舉報/申訴/建議 taiwanno111 2013-9-30 1 786 Shadow_w 2013-9-30 17:53
有大大会build from source吗? Android ROM技術 jfltexx 2013-9-30 0 1351 jfltexx 2013-9-30 21:47
粉刺不要來,污辱我的美!不可不知的洗臉正確觀念 attach_img 女人我要變 tryrun13 2013-10-25 0 413 tryrun13 2013-10-25 14:21
怎麼染才會讓髮量變多?染髮之前該知道的小知識 attach_img 女人我要變 tryrun13 2013-10-26 0 484 tryrun13 2013-10-26 14:15
歡迎光臨猛鬼屋 美國十大冒險主題樂園 attach_img 水族館 tryrun13 2013-10-26 0 468 tryrun13 2013-10-26 20:14
一脫妝就嚇屬倫!絕對不露餡的妝容密技 attach_img 女人我要變 tryrun13 2013-10-29 0 389 tryrun13 2013-10-29 16:58

相關日誌

分享 10 Open Source Android Apps which every Android developer must look into
lenki 2011-7-14 22:52
來源: http://sudarmuthu.com/blog/10-open-source-android-apps-which-every-android-developer-must-look-into I used to read code from popular open source projects to see how others implement certain functionalities and also to learn from them. (I am a firm believer of the fact that you have to read good code to write good code) Recently I have been following up a couple of good open source Android apps and thought of listing them here so that it could be useful for others. Sample Apps by Android Team Could there be a better way to start without looking at the code of the developers who developed the framework? These are 15 different android sample apps created by the core developers of the Android framework. These include a couple of games, photostream, time display, home screen shortcuts etc. url : http://code.google.com/p/apps-for-android/ Remote Droid RemoteDroid is an android app which turns your phone into a wireless keyboard and mouse with touchpad, using your own wireless network. You can learn lot of things like connecting to a network, controlling user finger movement etc from its source. url: http://code.google.com/p/remotedroid/ TorProxy and Shadow TorProxy is an implementation of Tor for Android mobiles. Together with Shadow, it allows you to browse website anonymously from your mobile phone. You can learn about tunnelling socket connections, managing cookies etc by reading its source code. url: http://www.cl.cam.ac.uk/research/dtg/code/svn/android-tor/ and http://www.cl.cam.ac.uk/research/dtg/android/tor/ Android SMSPopup It is an Android app that intercepts incoming text messages and displays them in a popup window. Apart from being a time saver, this app also shows us how to interface with the built-in app that manages SMS. url: http://code.google.com/p/android-smspopup/ Standup Timer Standup Timer is an Android application that acts as a simple, stand-up meeting stop watch. It can be used to ensure your stand-up meeting finishes on time, and gives all the participants an equal share of time to state their progress. You can learn how to use the timer functionality by reading the source code. Also this apps has clear distinction between view, model etc and has lot of util methods which we can reuse in our app. url: http://github.com/jwood/standup-timer Foursquare It is a four square client for android. This app is basically divided into two components; http://code.google.com/p/foursquared/ Pedometer The pedometer app tries to take the number of steps you take every day. Even though the count is not accurate, you can learn different things like interacting with accelerometer, doing voice updates, running background services etc by reading its source code. url: http://code.google.com/p/pedometer/ opensudoku-android OpenSudoku is a simple open source sudoku game. You can learn how to display things in a grid in your view and also how to interact with a website by reading its source code. url: http://code.google.com/p/opensudoku-android/ ConnectBot ConnectBot is a Secure Shell client for the Android platform. There are lot of good things about this app’s source code. Check it out for yourself http://code.google.com/p/connectbot/ WordPress for Android How can you expect a list of apps from me without mentioning WordPress This android app is from the official WordPress development team. You can learn how to make XMLRPC calls (in addition to other cool things) by reading its source code. url: http://android.svn.wordpress.org/trunk/ If you got any good open source android apps from which we can learn something, then do leave a comment and I will add them up here, till then happy reading
個人分類: Android Open Source|956 次閱讀|0 個評論
分享 quick-settings
lenki 2011-7-14 08:49
名稱: quick-settings Logo: 說明: 快速設定亮度、音量、鈴聲狀態、Wi-Fi、GPS、藍芽、螢幕逾時、螢幕自動轉向、飛航模式、自動同步、解鎖圖案、網路資料傳輸(APN)。同時可顯示目前剩餘電力,記憶體剩餘狀態,內含手電筒功能。 Market: Source Code: http://code.google.com/p/quick-settings/
個人分類: Android Open Source|980 次閱讀|0 個評論