导航:首页 > 操作系统 > 完整android开源项目

完整android开源项目

发布时间:2023-02-08 08:20:05

1. github 上有什么价值的android 源码

1. ActionBarSherlock

ActionBarSherlock应该算得上是GitHub上最火的Android开源项目了,它是一个独立的库,通过一个API和主题,开发者就可以很方便地使用所有版本的Android动作栏的设计模式。

对于Android
4.0及更高版本,ActionBarSherlock可以自动使用本地ActionBar实现,而对于之前没有ActionBar功能的版本,基于
Ice Cream Sandwich的自定义动作栏实现将自动围绕布局。能够让开发者轻松开发一款带动作栏(Action
bar)的应用,并且适用于Android 2.x及其以上所有版本。

详情请参考:ActionBarSherlock

2. facebook-android-sdk

Facebook SDK for Android是一个开源库,允许开发者将Facebook集成到所开发的Android应用中。

如果想要获取更多关于示例、文档、将SDK集成到App中、源代码等信息,可直接登陆Facebook Developers查看。

3. SlidingMenu(SlidingMenu Demos)

SlidingMenu是一个开源的Android库,能够让开发者轻松开发一款应用,实现类似于Google+、Youtube和Facebook应用中非常流行的滑动式菜单。

使用SlidingMenu的Android应用:

Foursquare
Rdio
Plume
VLC for Android
ESPN ScoreCenter
MLS MatchDay
9GAG
Wunderlist 2
The Verge
MTG Familiar
Mantano Reader
Falcon Pro (BETA)
MW3 Barracks

4. cocos2d-x

在移动开发领域,将Cocos2D-X用于主流iOS/Android游戏开发的公司、开发团队多不胜数。cocos2d-x是一个开源的支持多平
台的2D游戏框架,使用C++开发,基于cocos2d-iphone,在MIT许可证下发布。主分支在GitHub上使用OpenGL ES
2.0渲染,而旧版gles11分支则使用OpenGL ES 1.1渲染。

支持iOS、Android、Windows Phone 8、Bada、BlackBerry、Marmalade、Windows、Linux等多个平台。支持C++、Lua、javaScript编程语言。

5. android

GitHub Android App是
GitHub开源的Android客户端,支持Issues、Gists,并集成了新闻Feed,能够让你及时跟进组织及关注的开发者、库等。同时,该应
用还提供了一个用户快速访问你所创建、监控及发布issue的面板,可查看并将问题加入到收藏夹,可对标签、里程碑和任务进行过滤配置。

android资源库包含了GitHub Android App的所有源代码。

6. Android-ViewPagerIndicator

ViewPager指针项目,在使用ViewPager的时候能够指示ViewPager所在的位置,就像Google Play中切换的效果一样,还能使用在应用初始化的介绍页面。

兼容Android支持库的ViewPager及ActionBarSherlock,最初是基于Patrik Åkerfeldt的ViewFlow,开发者可以直接登陆Google Play下载该项目的演示应用。

7. MonoGame

MonoGame是一个Microsoft XNA 4.x Framework的开源跨平台实现。用于让XNA开发者将他们在Xbox
360、Windows & Windows Phone上开发的游戏移植到iOS、Android、Mac OS
X、Linux及Windows 8 Metro上,目前,PlayStation Mobile & Raspberry
PI的开发正在进行中。

详情请参考:MonoGame

8. Android-PullToRefresh

该项目用于为Android提供一个可重用的下拉刷新部件。它最初来源于Johan Nilsson的库(主要是图形、字符串和动画),但这些后来都已被取代。

9. android-async-http

android-async-http是Android上的一个异步、基于回调的HTTP客户端开发包,建立在Apache的HttpClient库上。

10. Android-Universal-Image-Loader

Android上最让人头疼的莫过于从网络获取图片、显示、回收,任何一个环节有问题都可能直接OOM,这个项目或许能帮到你。

Universal Image Loader for Android的目的是为了实现异步的网络图片加载、缓存及显示,支持多线程异步加载。它最初来源于Fedor Vlasov的项目,且自此之后,经过大规模的重构和改进。

11. GreenDroid

GreenDroid最初是由Cyril Mottier发起,是一个Android的UI开发类库,能够让UI开发更加简便,并且在应用中始终保持一致。

详情请参考:Cyril Mottier's Blog

12. Anki-Android

AnkiDroid是一个免费、开源的Android的闪存应用,可直接从Google Play进行下载。

详情请参考:ankidroid

13. android-actionbar

Action
bar是一个标识应用程序和用户位置的窗口功能,并且给用户提供操作和导航模式。在大多数的情况下,当开发者需要突出展现用户行为或在全局导航的
activity中使用action bar,因为action
bar能够使应用程序给用户提供一致的界面,且系统能够很好地根据不同的屏幕配置来适应操作栏的外观。

Action bar的主要目的:

提供一个用于识别应用程序的标示和用户的位置的专用空间。
在不同的应用程序之间提供一致的导航和视觉体验。
突出Activity的关键操作,并且在可预见的方法内给用户提供快捷的访问。

14. android-viewflow

android-viewflow是Android平台上的一个视图切换的效果库,ViewFlow相当于Android UI部件提供水平滚动的ViewGroup,使用Adapter进行条目绑定。

15. android-mapviewballoons

当使用Android地图外部库(com.google.android.maps)时,android-mapviewballoons会提供一个简单的方式来对地图覆盖进行标注,就是一个简单的信息气泡。

它由BalloonOverlayView组成,是一个代表显示你的MapView及BalloonItemizedOverlay的气泡的视图,BalloonItemizedOverlay是ItemizedOverlay的一个抽象扩展。

16. PushSharp

一个向iOS(iPhone/iPad APNS)、Android(C2DM和GCM)、Windows Phone和Windows 8设备发送推送通知的服务器端库。

17. androidannotations

Android Annotations是一个开源的框架,用于加速 Android应用的开发,可以让你把重点放在功能的实现上,简化了代码,提升了可维护性。

18. HockeyKit

Hockey是一个iOS Ad-Hoc自动更新框架。苹果App
Store中的所有App都可以使用它,它能够显着地提高Beta测试的整个过程,分为两部分:服务器和客户端框架。服务器组件需要所有脚本,但在没有客
户端库的情况下,也可以单独工作。它提供一个Web接口,Beta测试者可以使用它来安装最新的AdHoc配置文件,也可以直接在设备上通过Safari
安装最新的Beta版本。

只需在服务器上安装一次服务端,就可以处理包标识符不同的多个应用程序(有开发者强烈建议对Debug、AdHoc Beta和AppStore发布版使用不同的包标识符)。
默认当App启动或唤醒时,客户端会从服务器检测更新,用户可以在设置对话框中进行修改:一天一次或手动检查更新。
除了支持iOS,HokeyKit也支持Android平台,不过Android版还处在Alpha阶段,支持OTA及应用内更新。
为HockeyKit用户提供服务器托管服务。

19. android-menudrawer

Android上的菜单展示风格各异,其中用得最多且体验最好的莫过于左右滑动来显示隐藏的菜单,android-menudrawer是一个滑动
式菜单实现,允许用户在应用当中实现无缝导航。该项目具有多种菜单展示效果,其中最常见的就是通过屏幕边缘拖动或点击动作栏的“向上”按钮显示。

实现功能:

菜单可以沿着四个边放置。
支持附加一个始终可见、不可拖动的菜单。
菜单的内容和整个窗口都可以隐藏。
可用于XML布局。
显示当前可见屏幕的指示器。

20. android-flip

Aphid FlipView是一个能够实现Flipboard翻页效果的UI组件。

2. Android开源项目是什么意思

android的开源项目经的意思是说这个项目是支持别人使用、下载、也可以修改,也必须将修改之后提交之后,继续让别人免费试用。

3. android (安卓)是完全开源的吗

android (安卓)是完全开源的。

Android是一种基于Linux的自由及开放源代码的操作系统。主要使用于移动设备,如智能手机和平板电脑,由Google(谷歌)公司和开放手机联盟领导及开发。

尚未有统一中文名称,中国大陆地区较多人使用“安卓”或“安致”。Android操作系统最初由Andy Rubin开发,主要支持手机。2005年8月由Google收购注资。

2007年11月,Google与84家硬件制造商、软件开发商及电信营运商组建开放手机联盟共同研发改良Android系统。随后Google以Apache开源许可证的授权方式,发布了Android的源代码。

(3)完整android开源项目扩展阅读:

一、发展历程

2003年10月,Andy Rubin等人创建Android公司,并组建Android团队。

2005年8月17日,Google低调收购了成立仅22个月的高科技企业Android及其团队。安迪鲁宾成为Google公司工程部副总裁,继续负责Android项目。

2007年11月5日,谷歌公司正式向外界展示了这款名为Android的操作系统,并且在这天谷歌宣布建立一个全球性的联盟组织,该组织由34家手机制造商、软件开发商、电信运营商以及芯片制造商共同组成。

并与84家硬件制造商、软件开发商及电信营运商组成开放手持设备联盟(Open Handset Alliance)来共同研发改良Android系统,这一联盟将支持谷歌发布的手机操作系统以及应用软件,Google以Apache免费开源许可证的授权方式,发布了Android的源代码。

2008年,在GoogleI/O大会上,谷歌提出了AndroidHAL架构图,在同年8月18号,Android获得了美国联邦通信委员会(FCC)的批准,在2008年9月,谷歌正式发布了Android 1.0系统,这也是Android系统最早的版本。

二、系统内核

Android 是运行于Linux kernel之上,但并不是GNU/Linux。因为在一般GNU/Linux 里支持的功能,Android 大都没有支持,包括Cairo、X11、Alsa、FFmpeg、GTK、Pango及Glibc等都被移除掉了。

Android又以Bionic 取代Glibc、以Skia 取代Cairo、再以opencore取代FFmpeg等等。Android 为了达到商业应用,必须移除被GNU GPL授权证所约束的部份,例如Android将驱动程序移到 Userspace,使得Linux driver 与 Linux kernel彻底分开。

Bionic/Libc/Kernel/ 并非标准的Kernel header files。Android 的 Kernel header 是利用工具由 Linux Kernel header 所产生的,这样做是为了保留常数、数据结构与宏。

Android 的 Linux kernel控制包括安全(Security),存储器管理(Memory Management),程序管理(Process Management),网络堆栈(Network Stack),驱动程序模型(Driver Model)等。下载Android源码之前,先要安装其构建工具 Repo来初始化源码。Repo 是 Android 用来辅助Git工作的一个工具。

4. 安卓系统是开源的,所谓的开源是什么意思呢

开源意味着Android系统的源代码对用户开放,可以根据开源协议(GNU)使用、编译和重新发布。任何人都可以在GNU的控制下自由使用该软件。

安卓系统开源有什么好处?

显然,用户快速增加开源的市场份额是明智的选择。Android可能会在全球智能手机市场占据最大的市场份额,这与它的开源直接相关。开放Android手机操作系统的源代码不仅允许Android开发者在统一的开放平台上开发程序,同时也解决了当今市场上不同智能手机之间因文件格式不同而导致的信息交换不方便和无法移植程序内容的问题;Android的开源意味着手机用户不再需要被动接受手机制造商的默认设置和环境。用户可以根据自己的需求和想法定制手机的配置。

5. 实用的Android开源APP

从好的开源项目中可以学习到好的Android开发的最佳实践

这个工程实现了MVP架构,用到了 Dagger2 , GreenDao , RxJava2 , Fast-Android-Networking , PlaceholderView

Google I/O 开发者大会使用的相关的例子工程,支持 Android 4.0+ , 对手机和平板做了很好的优化

这个框架提供很好的灵活性,让开发者决定怎么样组织自己的应用的框架,这个工程提供了一些策略来帮助你解决一些常见的问题

Telegram 是一款消息应用,主要关注速度和安全。

Plaid 是按照 Material Design 原则设计开发的,主要从 Designer News , Dribble , Proct Hunt , 获取相关的新闻和灵感

Wire 是一款聊天应用,支持图片、视频、GIFs、音乐、画图等多种多媒体格式,提供了端到端加密的应用

是 ribot 官方的Android 应用

展示如何实现Android MVP架构

6. 有哪些 Android 的开源界面库

比较火爆的Android开源库有以下:1、volley主要有以下模块:(1)JSON,图像等的异步下载;(2)网络请求的排序(scheling)(3)网络请求的优先级处理(4)缓存(5)多级别取消请求(6)和Activity和生命周期的联动(Activity结束时同时取消所有网络请求)2、android-async-http主要有以下模块:(1)在匿名回调中处理请求结果(2)在UI线程外进行(3)文件断点上传(4)智能重试(5)默认gzip压缩(6)支持解析成Json格式(7)可将Cookies持久化到SharedPreferences3、Afinal框架主要有四大模块:(1)数据库模块:android中的,使用了线程池对sqlite进行操作。(2)注解模块:android中的ioc框架,完全注解方式就可以进行UI绑定和事件绑定。无需findViewById和setClickListener等。(3)网络模块:通过httpclient进行封装http数据请求,支持ajax方式加载,支持下载、上传文件功能。(4)图片缓存模块:通过FinalBitmap,imageview加载bitmap的时候无需考虑bitmap加载过程中出现的oom和android容器快速滑动时候出现的图片错位等现象。4、xUtils框架主要有四大模块:(1)数据库模块:android中的,一行代码就可以进行增删改查;(2)注解模块:android中的ioc框架,完全注解方式就可以进行UI,资源和事件绑定;(3)网络模块:支持同步,异步方式的请求;(4)图片缓存模块:加载bitmap的时候无需考虑bitmap加载过程中出现的oom和android容器快速滑动时候出现的图片错位等现象;5、ThinkAndroid主要有以下模块:(1)MVC模块:实现视图与模型的分离。(2)ioc模块:android中的ioc模块,完全注解方式就可以进行UI绑定、res中的资源的读取、以及对象的初始化。(3)数据库模块:android中的,使用了线程池对sqlite进行操作。(4)http模块:通过httpclient进行封装http数据请求,支持异步及同步方式加载。(5)缓存模块:通过简单的配置及设计可以很好的实现缓存,对缓存可以随意的配置(6)图片缓存模块:imageview加载图片的时候无需考虑图片加载过程中出现的oom和android容器快速滑动时候出现的图片错位等现象。(7)配置器模块:可以对简易的实现配对配置的操作,目前配置文件可以支持Preference、Properties对配置进行存取。(8)日志打印模块:可以较快的轻易的是实现日志打印,支持日志打印的扩展,目前支持对sdcard写入本地打印、以及控制台打印(9)下载器模块:可以简单的实现、后台下载、、对下载进行控制、如开始、暂停、删除等等。(10)网络状态检测模块:当网络状态改变时,对其进行检6、LoonAndroid主要有以下模块:(1)自动注入框架(只需要继承框架内的application既可)(2)图片加载框架(多重缓存,自动回收,最大限度保证内存的安全性)(3)网络请求模块(继承了基本上现在所有的)(4)eventbus(集成一个开源的框架)(5)验证框架(集成开源框架)(6)json解析(支持解析成集合或者对象)(7)数据库(不知道是哪位写的忘记了)(8)多线程断点下载(自动判断是否支持多线程,判断是否是重定向)(9)自动更新模块(10)一系列工具类

7. 有哪些优秀的 Android 应用开源项目、特效、设计资料推荐

安卓选择器类库 AndroidPicker:安卓选择器类库,包括日期及时间选择器(可设置范围)、单项选择器(可用于性别、职业、学历、星座等)、城市地址选择器(分省级、地级及县级)、数字选择器(可用于年龄、身高、体重、温度等)、双项选择器、颜色选择器、文件及目录选择器等…

  • OSCChina-Android

    开源中国Android客户端。



  • 8. 安卓第三方开源库

    https://github.com/Snailclimb/JavaGuide
    https://github.com/crossoverJie/JCSprout
    https://github.com/yangchong211/YCBlogs
    https://github.com/GcsSloop/AndroidNote

    Android开源库V - Layout:淘宝、天猫都在用的UI框架,赶紧用起来吧!
    安卓开发者不得不收藏的工具
    安卓那些你不得不收藏的开源库
    GitHub上受欢迎的Android UI Library
    Android开源项目以及开源框架,各种UI实现效果

    Github: https://github.com/fanhua1994/XBaseAndroid
    Gituhb: https://github.com/white-cat/ThinkAndroid
    Github: https://github.com/gdpancheng/LoonAndroid

    http://www.52im.net/

    http://blog.csdn.net/dong_18383219470/article/details/71101859
    http://blog.csdn.net/dong_18383219470/article/details/77932822

    https://github.com/robbiehanson/XMPPFramework Ios
    http://www.igniterealtime.org/projects/smack/ Android
    http://www.igniterealtime.org/projects/openfire/index.jsp Server
    http://www.igniterealtime.org/projects/spark/index.jsp Client

    开源中国官方安卓APP
    https://gitee.com/oschina/android-app
    安卓聊天APP
    Gitee: https://gitee.com/735859399/weichat

    Github: https://github.com/JackJiang2011/MobileIMSDK

    tinker 补丁管理管理平台
    https://github.com//tinker-manager
    https://www.jianshu.com/p/e61a4d10e122

    https://github.com/alibaba/AndFix 阿里系
    ttps://github.com/dodola/HotFix 腾讯系
    https://github.com/jasonross/Nuwa
    https://github.com/bunnyblue/DroidFix
    https://github.com/Tencent/tinker 微信
    https://github.com/dodola/AnoleFix 仿美团
    https://github.com/dodola/RocooFix
    https://www.aliyun.com/proct/hotfix
    https://github.com/Meituan-Dianping/Robust 美团系
    https://github.com/meili/Aceso 蘑菇街
    https://github.com/eleme/Amigo/ 饿了么

    https://github.com/square/okhttp
    Github: https://github.com/jeasonlzy/okhttp-OkGo 5.9K

    github: https://github.com/siwangqishiq/ImageEditor-Android

    github: https://github.com/Blizzard-liu/AndroidUtils

    github: https://github.com/xiuweikang/IM

    github: https://github.com/LaiFeng-Android/SopCastComponent

    github: https://github.com/zhoubowen-sky/LingDong

    github: https://github.com/cxmscb/android-MaterialEditText

    GitHub: https://github.com/dmytrodanylyk/circular-progress-button

    GitHub: https://github.com/johnkil/Android-AppMsg

    GitHub: https://github.com/MrZhousf/EasyDB

    GitHub: https://github.com/LineChen/FlickerProgressBar

    GitHub:[ https://github.com/chrisbanes/Android-PullToRefresh 暂停维护]
    Github: https://github.com/huxq17/XRefreshView
    Github: https://github.com/scwang90/SmartRefreshLayout
    Github: https://github.com/MarkMjw/PullToRefresh
    Github: https://github.com/Yalantis/Phoenix
    Github: https://github.com/liaohuqiu/android-cube-app

    Github: https://github.com/lizhangqu/Camera

    Github: https://github.com/mayubao/KuaiChuan

    Github: https://github.com/greenrobot/EventBus

    Github: https://github.com/stfalcon-studio/ChatKit
    Github: https://github.com/Rance935/ChatUI

    Github: https://github.com/qstumn/BadgeView

    Github: https://github.com/bingoogolapple/BGAQRCode-Android
    Github: https://github.com/dm77/barcodescanner

    Github: https://github.com/googlesamples/easypermissions
    Github: https://github.com/yanzhenjie/AndPermission

    Github: https://github.com/nanchen2251/CompressHelper
    Github: https://github.com/jeanboydev/Android-BitherCompress
    Github: https://github.com/Curzibn/Luban (最接近朋友圈图片压缩的算法
    Github: https://github.com/Sunzxyong/Tiny (an image compression framework.)

    Github: https://github.com/FinalTeam/RxGalleryFinal
    Github: https://github.com/ValuesFeng/AndroidPicturePicker
    Github: https://github.com/LuckSiege/PictureSelector

    Github: https://github.com/crazycodeboy/TakePhoto

    Github: https://github.com/jeasonlzy/NineGridView

    Github: https://github.com/donglua/PhotoPicker
    Github: https://github.com/jeasonlzy/ImagePicker (已停止维护)
    Github: https://github.com/LuckSiege/PictureSelector
    Github: https://github.com/FinalTeam/RxGalleryFinal

    Gituhb: https://github.com/DroidNinja/Android-FilePicker

    Github: https://github.com/HomHomLin/AdvancedPagerSlidingTabStrip

    Github: https://github.com/yangfuhai/ASimpleCache

    Gituhb: https://github.com/ikew0ng/SwipeBackLayout
    Github: https://github.com/liuguangqiang/SwipeBack
    [图片上传失败...(image-487509-1510123239039)]
    [图片上传失败...(image-f75761-1510123239039)]

    Github: https://github.com/Tamicer/JsWebView

    Github: https://github.com/forezp/SpringCloudLearning

    Gituhb: https://github.com/daimajia/NumberProgressBar

    Github: https://github.com/LinHuanTanLy/Pay_Master

    Gituhb: https://github.com/chrisbanes/PhotoView

    Github: https://github.com/orhanobut/dialogplus
    Gituhb: https://github.com/saiwu-bigkoo/Android-AlertView
    Github: https://github.com/afollestad/material-dialogs
    Github: https://github.com/pedant/sweet-alert-dialog

    Github: https://github.com/JoanZapata/android-pdfview

    Gituhb: https://github.com/hongyangAndroid/Highlight

    Gituhb: https://github.com/xiaoyaoyou1212/BluetoothChat

    Github: https://github.com/LillteZheng/ViewPagerHelper

    Github: https://github.com/crazyandcoder/citypicker

    Github: https://github.com/QMUI/QMUI_Android

    MVP+RxJava2+Retrofit2+Glide+Rxbus,主要实现日报、新闻、干货、影视等资讯,个人项目
    Github: https://github.com/Horrarndoo/YiZhi
    Github: https://github.com/yangchong211/LifeHelper

    A memory leak detection library for Android and Java.(用于Android和Java的内存泄漏检测库)
    Github: https://github.com/square/leakcanary

    Github: https://github.com/zerochl/FFMPEG-AAC-264-Android-32-64

    Github: https://github.com/aesion/NodeProgressView

    https://github.com/CarGuo/GSYVideoPlayer

    Github: https://github.com/gjiazhe/WaveSideBar

    Github: https://github.com/fanhua1994/WheelPicker

    Gituhb: https://github.com/XXApple/AndroidLibs

    Github: https://github.com/AigeStudio/WheelPicker

    Github: https://github.com/scwang90/SmartRefreshLayout (最强)
    Github : https://github.com/RawnHwang/SmartRefreshLayout
    Github: https://github.com/anzewei/NestRefreshLayout

    Github: https://github.com/lipangit/JiaoZiVideoPlayer

    Github: https://github.com/ACRA/acra

    Github: https://github.com/CarGuo/CustomActionWebView

    Github: https://github.com/fanhua1994/FastVideoPlayer

    轻松将相机功能集成到您的Android应用程序
    Github: https://github.com/google/cameraview

    Github: https://github.com/hongyangAndroid/AndroidAutoLayout
    Github: https://github.com/JessYanCoding/AndroidAutoSize (今日头条)

    视频录制 视频压缩
    Github: https://github.com/zerochl/FFMPEG-AAC-264-Android-32-64
    Github: https://github.com/WritingMinds/ffmpeg-android-java
    Github : https://github.com/chenhui28/VideoRecorderAndCompressor

    Weixin: https://mp.weixin.qq.com/s/7ffZB0_RB90i5c60bEYRWg

    Github: https://github.com/bm-x/PhotoView

    Github: https://github.com/chrisbanes/PhotoView

    Github: https://github.com/jpush/aurora-imui

    Github: https://github.com/MZCretin/WifiTransfer-master

    Github: https://github.com/DuanJiaNing/Musicoco

    Github: https://github.com/GitLqr/LQRWeChat

    Github: https://github.com/hmkcode/Android

    Github: https://github.com/TheFinestArtist/FinestWebView-Android
    github: https://github.com/delight-im/Android-AdvancedWebView

    一款新闻客户端, MVP + RxJava + Retrofit + Dagger2
    Github: https://github.com/Will-Ls/WeiYue

    Github: https://github.com/yaowen369/DownloadHelper

    Github: https://github.com/SOFTPOWER1991/OpenCVCheck

    Github: https://github.com/luozhanming/Captcha

    Github: https://github.com/JesseFarebro/Android-Mqtt

    Github: https://github.com/wenmingvs/AndroidProcess
    Github: https://github.com/jaredrummler/AndroidProcesses

    Github: https://github.com/daimajia/AndroidSwipeLayout

    Github: https://github.com/norbsoft/android-typeface-helper

    Github: https://github.com/zcweng/ToggleButton

    Github: https://github.com/wangzailfm/WanAndroidClient (Kotlin)
    Github: https://github.com/salecoding/WanAndroid (Java)

    Github: https://github.com/zrunker/IbookerEditorAndroid/

    Github: https://github.com/jfeinstein10/SlidingMenu
    Github: https://github.com/SpecialCyCi/AndroidResideMenu

    Github: https://github.com/totond/TextPathView

    Github: https://github.com/DroidPluginTeam/DroidPlugin [360手机助手]
    Github:[

    阅读全文

    与完整android开源项目相关的资料

    热点内容
    变频器加密密码 浏览:792
    美国银行加密市场 浏览:382
    我的世界服务器如何tp玩家 浏览:24
    app下载统计怎么找 浏览:262
    荔枝app怎么看适合自己的发型 浏览:369
    魔兽世界client文件夹 浏览:539
    解压音乐轻松入睡 浏览:270
    c盘文件夹卡顿怎么办 浏览:448
    增量调制编译码实验数据 浏览:761
    电流采样信号进单片机 浏览:189
    编程教育课程收费 浏览:415
    服务器的气怎么写 浏览:395
    怎么删除授时服务器地址 浏览:143
    android基础组件 浏览:666
    建兴app怎么变成黑色了 浏览:51
    文件压缩包如何加密文件 浏览:183
    2010提出的算法 浏览:674
    冰柜压缩机的寿命 浏览:105
    办公室采访程序员 浏览:569
    美橙云服务器购买 浏览:754