Android开源项目分享

Android开源项目分享

大家好,又见面了,我是全栈君,今天给大家准备了Idea注册码。

Android PDF 阅读器 http://sourceforge.net/projects/andpdf/files/

个人记账工具 OnMyMeans 
http://sourceforge.net/projects/onmymeans/develop
 


Android电池监控 Android Battery Dog 
http://sourceforge.net/projects/andbatdog/
 


RSS阅读软件 Android RSS 
http://code.google.com/p/android-rss/
 


Android的PDF阅读器 DroidReader 
http://code.google.com/p/droidreader/
 


Android Scripting Environment 
http://code.google.com/p/android-scripting/
 


Android小游戏 Android Shapes 
http://sourceforge.net/projects/shapes/
 


Android JSON RPC 
http://code.google.com/p/android-json-rpc/
 


Android VNC 
http://code.google.com/p/android-vnc/
 


魅族M8的Android移植 M8 Android 
http://code.google.com/p/m8-android-kernel/
 


Android 游戏 Amazed 
http://code.google.com/p/apps-for-android/
 


Android的社交网络 HelloWorld goes mobile 
http://sourceforge.net/projects/helloworldgm/
 


手机聊天程序 Android jChat 
http://code.google.com/p/jchat4android/
 


Android的GPS轨迹记录 MyTracks 
http://code.google.com/p/mytracks/
 


Android国际象棋游戏 Honzovy achy 
http://sourceforge.net/projects/honzovysachy/
 


Android旅行记录软件 AndTripLog 
http://sourceforge.net/projects/andtriplog/
 


音乐播放器 Ambient 
http://sourceforge.net/projects/ambientmp/
 


Android的邮件client K9mail 
http://code.google.com/p/k9mail/
 


多平台应用开发库 QuickConnect 
http://sourceforge.net/projects/quickconnect/
 


gPhone手机空战游戏 
http://code.google.com/p/wireless-apps/
 


Android 照片小软件 Panoramio 
http://code.google.com/p/apps-for-android/
 


i-jetty 
http://code.google.com/p/i-jetty/
 


Android 小游戏 DivideAndConquer 
http://code.google.com/p/apps-for-android/
 


Android 全球时间 AndroidGlobalTime 
http://code.google.com/p/apps-for-android/
 


Android 2D游戏引擎 Android Angle 
http://code.google.com/p/angle/
 


Android Ruby 
http://code.google.com/p/android-ruby/
 


Android-N810 
http://sourceforge.net/projects/android-n810/
 


Android的短信应用 Ecclesia 
http://sourceforge.net/projects/ecclesia
 


Android平台上的JXTAclient Peerdroid 
http://code.google.com/p/peerdroid/
 


Android游戏引擎 libgdx 
http://code.google.com/p/libgdx/
 


Android 照片小软件 Photostream 
http://code.google.com/p/apps-for-android/
 


Alien3d logo Android 3D游戏引擎 Alien3d 
http://code.google.com/p/alien3d/
 


Winamp Remote Android Server 
http://sourceforge.net/projects/winampdroid
 


Android的Facebookclient Andrico 
http://code.google.com/p/andrico/
 


Android Applications Manager 
http://sourceforge.net/projects/aam/
 


Java 3D图形引擎 Catcake 
http://code.google.com/p/catcake/
 


android-gcc-objc2-0 
http://code.google.com/p/android-gcc-objc2-0/
 


九宫格数独游戏 OpenSudoku 
http://code.google.com/p/opensudoku-android/
 


Android 铃声扩展工具 RingsExtended 
http://code.google.com/p/apps-for-android/
 


JavaEye Android client 
http://code.google.com/p/javaeye-android-client/
 


RemoteDroid 
http://code.google.com/p/remotedroid/
 


Android 小游戏 Clickin2DaBeat 
http://code.google.com/p/apps-for-android/
 


中医大夫助理信息系统 zz-doctor 
http://code.google.com/p/zz-doctor/
 


Facebook Connect for Android 
http://code.google.com/p/fbconnect-android/
 


Android SMSPopup 
http://code.google.com/p/android-smspopup/
 


FreeTTS-Android 
http://sourceforge.net/projects/freettsandroidi
 


Foursquare.com的client Foursquar 
http://code.google.com/p/foursquared/
 

条形码扫描仪 Android PC_BCR http://code.google.com/p/android-pcbcr/

android   sipdroid手机网络电话   http://code.google.com/p/sipdroid/downloads/list

版权声明:本文博客原创文章。博客,未经同意,不得转载。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/117243.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • 数据库模型设计,第一范式、第二范式、第三范式简单例子理解

    数据库模型设计,第一范式、第二范式、第三范式简单例子理解有几年经验了,也经历了不少项目,接触了各种数据模型,可是数据库模型设计范式只是知道有这个东西,具体范式的要求是什么呢?你是不是还很模糊?赶紧来普及下吧,第一范式、第二范式、第三范式简单例子理解。

    2022年5月23日
    56
  • C++ CString转int int转CString「建议收藏」

    1.CString转int    CStringstrtemp="100";  int intResult;  intResult=atoi(strtemp);  —————————————————————–   2int转CString     CStringstr…

    2022年4月6日
    242
  • disruptor框架原理_disruptor使用

    disruptor框架原理_disruptor使用Disruptor源码https://github.com/LMAX-Exchange/disruptor/blob/master/README.mdhttps://github.com/LMAX-Exchange/disruptor/wiki/Introductionhttps://github.com/LMAX-Exchange/disruptor/wiki/Getting-Starte…

    2025年10月19日
    4
  • sqlplus/as sysdba报错(ora-01422)

    windows下sqlplus/assysdba报ora-12560的终极解决方法

    2022年4月10日
    156
  • vim复制粘贴_vim怎么复制粘贴到其他程序

    vim复制粘贴_vim怎么复制粘贴到其他程序Vim复制粘贴探秘Vim作为最好用的文本编辑器之一,使用vim来编文档,写代码实在是很惬意的事情。每当学会了vim的一个新功能,就会很大地提高工作效率。有人使用vim几十年,还没有完全掌握vim的功能,这也说明了vim的强大。而这样何尝不是一件好事呢,只要有的学习,就有的提高。最近使用Vim来写博客,发现在Vim中粘贴Python代码后,缩进就全乱了。仔细研究了以下,原来是自动缩进的缘故,于是做如下设置::setnoainosi取消了自动缩进和智能缩进,这样粘贴就不会错行了。但

    2025年11月12日
    1
  • Android开发:bindService的使用方法

    Android开发:bindService的使用方法http://blog.csdn.net/zhou_wenchong/article/details/51302574bindService用于绑定一个服务。这样当bindService(intent,conn,flags)后,就会绑定一个服务。这样做可以获得这个服务对象本身,而用startService(intent)的方法只能启动服务。   bindService方式的一般过程:

    2022年6月8日
    39

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号