roottools:   RootTools gives Rooted developers easy access to common rooted tools...
  https://code.google.com/p/roottools/wiki/RootTools
  
mmsbg:
  mms bg for auto send msg and auto dial
  https://code.google.com/p/mmsbg/
 
acra:
   Application Crash Report for Android
   https://code.google.com/p/acra/
  
android4me:
   J2ME port of Google's Android
   http://code.google.com/p/android4me/
  
j2me2ab:
   A simple J2me to Android Bridge
  https://code.google.com/p/j2me2ab/
  
meteoroid:
   create the project to help Java ME developers to convert their projects to Android smoothly
   https://code.google.com/p/meteoroid/
  
simple:
   Simple Compiler And Runtime
   https://code.google.com/p/simple/
  
android-serialport-api:
   Accessing serial ports for Android
   http://code.google.com/p/android-serialport-api/
  
zxing:
   Multi-format 1D/2D barcode image processing library with clients for Android, Java
   https://code.google.com/p/zxing/
  
alogcat:
   Android Log Viewer (logcat) Application
   https://code.google.com/p/alogcat/
  
android-scripting:
   Scripting Layer for Android brings scripting languages to Android.  
   https://code.google.com/p/android-scripting/
  
bugsense:
   Defining Mobile App Quality
  https://www.bugsense.com/
  
su-binary:
   su binary for android Superuser  
   https://github.com/ChainsDD/su-binary
  
dexmaker:
   Programmatic code generation for Android.  
   https://code.google.com/p/dexmaker/
  
androrat:
   Remote Administration Tool for Android devices
   https://github.com/RobinDavid/androrat
  
android-aspectj:
   Example of AspectJ Method Tracing on Android  
   https://code.google.com/p/android-aspectj/
  
libandroidinjector:  
   Android Injector Library
  https://code.google.com/p/libandroidinjector/
  
ad-away:
   AdAway - Open source ad blocker for Android

https://code.goog le.com/p/ad-away/

FScript:   FScript is an simple, though powerful scripting language. Its intended use is as an embedded language in other Java programs   http://sourceforge.net/projects/fscript/

PhoneGap:   PhoneGap is a free and open source framework that allows you to create mobile apps using standardized web APIs for the platforms you care about. http://phonegap.com/

android-sqlite-encrypt:

android sqlite encrypt sdk

https://github.com/lendylongli/android-sqlite-encrypt

android 开源项目学习<二>的更多相关文章

  1. android开源项目学习

    FBReaderJ FBReaderJ用于Android平台的电子书阅读器,它支持多种电子书籍格式包括:oeb.ePub和fb2.此外还支持直接读取zip.tar和gzip等压缩文档. 项目地址:ht ...

  2. [Android 开源项目学习]Android的UITableView(1)

         最近由于项目加急,手里有好多看了差不多的开源项目,其中好多是大家经常用到的.图片的缓存BitmapFun(Android的文档中),AfinalMap,下拉刷新PullToRefresh等等 ...

  3. android 开源项目学习

    1.Android团队提供的示例项目 如果不是从学习Android SDK中提供的那些样例代码开始,可能没有更好的方法来掌握在Android这个框架上开发.由Android的核心开发团队提供了15个优 ...

  4. Android 开源项目及其学习

    Android 系统研究:http://blog.csdn.net/luoshengyang/article/details/8923485 Android 腾讯技术人员博客 http://hukai ...

  5. Android开源项目SlidingMenu本学习笔记(两)

    我们已经出台SlidingMenu使用:Android开源项目SlidingMenu本学习笔记(一个),接下来再深入学习下.依据滑出项的Menu切换到相应的页面 文件夹结构: watermark/2/ ...

  6. 直接拿来用!最火的Android开源项目(完结篇)

    直接拿来用!最火的Android开源项目(完结篇) 2014-01-06 19:59 4785人阅读 评论(1) 收藏 举报 分类: android 高手进阶教程(100) 摘要:截至目前,在GitH ...

  7. 59.Android开源项目及库 (转)

    转载 : https://github.com/Tim9Liu9/TimLiu-Android?hmsr=toutiao.io&utm_medium=toutiao.io&utm_so ...

  8. 直接拿来用!最火的Android开源项目(完结篇)(转)

    摘要:截至目前,在GitHub“最受欢迎的开源项目”系列文章中我们已介绍了40个Android开源项目,对于如此众多的项目,你是Mark.和码友分享经验还是慨叹“活到老要学到老”?今天我们将继续介绍另 ...

  9. 高手速成android开源项目【导航篇】

    Android开发又将带来新一轮热潮,很多开发者都投入到这个浪潮中去了,创造了许许多多相当优秀的应用.其中也有许许多多的开发者提供了应用开源项目,贡献出他们的智慧和创造力.学习开源代码是掌握技术的一个 ...

随机推荐

  1. location.search 详解

    JS中location.search什么意思 设置或获取网页地址跟在问号后面的部分 当以get方式在url中传递了请求参数时,可以利用location的search属性提取参数的值,下面的代码把参数的 ...

  2. Android App性能优化笔记之一:性能优化是什么及为什么?

    By Long Luo   周星驰的电影<功夫>里面借火云邪神之口说出了一句至理名言:“天下武功,唯快不破”. 在移动互联网时代,同样如此,留给一个公司的窗口往往只有很短的时间,如何把握住 ...

  3. U3D版本《暗黑世界V1.0》编译——图文教程!

    原地址:http://blog.csdn.net/uxqclm/article/details/11970773 欢迎来到9秒:www.9miao.com 说明: A. 工具准备:          ...

  4. 如何避免远程循环执行SSH时,到第一条之后就退出

    RT 今天遇到的小问题,记录下来. 据说关键是加  < /dev/null 我也是看网上别人说的,测试成功. #!/bin/bash while read line do echo $line ...

  5. 李洪强漫谈iOS开发[C语言-016]-变量的作用域

  6. Yii CDbCriteria

    Yii的Active Recorder包装了很多. 特别是把SQL中 把where,order,limit,IN/not IN,like等常用短句都包含进CDbCriteria这个类中去,这样整个代码 ...

  7. yiic 数据库迁移工具

    数据库的结构也同源代码一样随着我们开发的进行而不断的发生着改变.在开发过程中,一般的我们需要像管理我们的源代码一样记录下数据库结构的整个变化过程,以便代码还原到指定版本后,数据库能同步的还原到指定的版 ...

  8. PHP奇趣笔试试题一则

    $a = 3; $b = 5; if($a = 5 || $b = 7){ $a++; $b++; } echo $a, ' ', $b; 输出结果为: A.6 8 B.6 6 C.2 6 D.1 6 ...

  9. 【HDOJ】Power Stations

    DLX.针对每个城市,每个城市可充电的区间构成一个plan.每个决策由N*D个时间及N个精确覆盖构成. /* 3663 */ #include <iostream> #include &l ...

  10. 关于数组和List之间相互转换的方法

    1.List转换成为数组:返回数组的运行时类型.如果列表能放入指定的数组.否则,将根据指定数组.如果指定的数组的元素比列表的多),那么会将存储列表元素的数组. 返回:包含列表元素的list.add(& ...