1. 10 Open Source Android Apps which every Android developer must look into

http://sudarmuthu.com/blog/10-open-source-android-apps-which-every-android-developer-must-look-into


10 Open Source Android Apps which every Android developer must look into

X Welcome Googler! If you find this page useful, you might want to subscribe to the RSS feed for updates on this topic. You were searching for Posts relating to " android open source project". See posts relating to your search » « Hide related posts
  • Developing Android Apps – Part 2 – Week one – My notes
    This week, I was not able to attend the full class due to time constraint, since I returned from a...
  • Android application that triggers the phone dial screen
    As you know, I am following the free course on Developing Android applications in Java by CreativeTech and O’Reilly (even...
  • Making Arduino talk with Android using Amarino
    Last week, I gave a talk + demo about using Amarino to make both Arduino and Android talk to each...
  • 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...
  • The structure of an Android project
    In my notes for the first session on the “Developing Android applications with Java” course, I forgot to mention about...
Tweet

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/ andhttp://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;Reading the source code you can find out how to make

url: 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:)


更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android虚拟机,控制台Console报错几例及解
  2. Android输入法框架分析(1)-三大组件
  3. 重看android(一) android架构
  4. 高级Android开发进阶之路,你需要掌握的几
  5. 报告称Android平板电脑全球份额将超40%
  6. android中如何自定义attribute
  7. windows系统上安装与使用Android NDK
  8. Android 开发中 布局加载的原理
  9. 如何把android项目部署到真实手机上测试
  10. 第三部分:Android 应用程序接口指南---第