推广 热搜:   公司    行业  系统  服务  参数  教师  企业  中国 

Android 自己收集的开源项目和文章集合

   日期:2024-12-05     浏览:100    移动:http://lanlanwork.gawce.com/mobile/quote/10503.html

 

Android 自己收集的开源项目和文章集合

1.仿QQ说说发图片选择框架 https://github.com/yaozs/ImageShowPicker                                           

2.炫酷开屏动画框架 https://github.com/JoshuaRogue/FancyView

3.防京东,支付宝密码键盘和密码输入框 https://github.com/GitPhoenix/Keyboard

4.根据银行卡号 获取 银行卡类型、银行名称和银行编码 自动格式化银行卡号、手机号、身份证号输入的工具类 https://github.com/nanchen2251/BankCardUtils

5.高仿 iOS 滚轮实现 省市区 城市选择三级联动 https://github.com/crazyandcoder/citypicker

  

6.验证码输入框控件. https://github.com/JustKiddingBaby/VercodeEditText

                           

7.轻量级提示框,加载中、成功、失败、警告等,以及对话框,非组合框架,自定义 ImageView 实现 https://github.com/limxing/Android-promptDialog

8.后台更新 APP(两句代码实现)  (1)调用 Dialog 更新对话框效果  (2)调用 Notification 更新效果 https://github.com/wenwenwen888/BackgroundUpdate

9.模仿花瓣的弹出式菜单 https://github.com/panshen/PopupCircleMenu

10.Toast自定义框架  基于 toasty,单例化,简化 api,添加 debug 模式,以及设置居中显示 https://github.com/hss01248/Toasty

1.获取当前Activity的类名和包名 https://github.com/eicky/AndroidRocket

 

2.异常捕获及重启 https://github.com/lizhifeng-sky/Crash

3.仿bilibili搜索框效果(三句代码实现) https://github.com/wenwenwen888/SearchDialog

4.滑动验证码 http://p.codekk.com/detail/Android/mcxtzhang/SwipeCaptcha

5.一个高仿android原生解锁的demo https://github.com/gamedirty/gesturelock

6.Android EditText的撤销和恢复(反撤销) https://github.com/qinci/AndroidEdit

7.一个用户引导控件 https://github.com/yilylong/UserGuideView

8.基于 face++的人脸检测,解决了 camera 预览变形,图像方向不对等问题. https://github.com/hss01248/FaceDetect

1.可能是最接近微信朋友圈的图片压缩算法 https://github.com/Curzibn/Luban

2.流程指示器   

https://github.com/baoyachi/StepView

3.可拖拽的 gridview https://github.com/fishCoder/DragGridView

4.对输入的电话号码格式化 格式化为 3 4 4 模式 https://github.com/wcy10586/PhoneNumFormatView

5.一个样式看起来比较丰富的弹幕demo,DanmakuFlameMaster很简单的使用。 https://github.com/wangpeiyuan/DanmuDemo

6.仿小红帽动态导航页框架  将动画和 viewpager 结合起来。当你滑动 viewpager 的时候,你也在控制动画的当前帧。  就好像控制动画时间一般。 https://github.com/Nightonke/WoWoViewPager

7.CoolShopping

一个仿拉手团购的购物App,采用Bmob后台实现短信验证码注册、登录、收藏、订单管理、自动更新等功能,数据抓取自拉手团购

项目地址:https://github.com/myxh/CoolShopping

运行截图

8.Android精准计步器

项目地址:https://github.com/linglongxin24/DylanStepCount

运行截图

一个在线云打印平台(android部分)含订单管理、百度地图、二维码等等

项目地址:https://github.com/LehmanHe/A4print

运行截图

10.铜板街

项目地址:https://github.com/robotlife/TongBanJie

运行截图

11.IotXmpp

本项目是基于XMPP的物联网客户端软件的实现,其实现的主要功能是一款能和物联网节点交互的即时通讯软件。目前支持九类传感器节点交互,主要有:温湿度、风扇、直流电机、LED灯、步进电机、门磁、光电接近、烟雾和光照。 本软件不仅能和这些传感器节点交互,还实现了类似微信的订阅和取消订阅功能。当订阅一个节点后节点就会按照设定好的周期向客户端汇报数据,客户端也能设置周期、设置报警上下限等。这些功能的实现极大的方便了我们和物联网节点的交互。

项目地址:https://github.com/tiandawu/IotXmpp

项目截图

12.CoCoin

一款多视图记账APP

项目地址:https://github.com/Nightonke/CoCoin

运行截图

1.无需改动原有 activity 只需要一个 annotation 轻松实现任意方向的滑动返回,默认提供微信滑动、跟随滑动、以及单个滑动,并且可以自定义滑动效果 https://github.com/anzewei/ParallaxBackLayout

2.显示 DialogFragment 时背景模糊效果 https://github.com/tvbarthel/BlurDialogFragment

3.1600+的海量 Icon,包括 750+的 Material Design icons https://github.com/theDazzler/droidicon

1.Android 上录制 AAC 格式的音频,支持 arm7,arm7s,arm64,支持平台:ios7~ios9,不支持 bitcode https://github.com/shaoyuan1943/AndroidRecordAAC

2.一个录音和播放的管理类实现录音功能,提供暂停、继续切换,并且监听音量大小以波浪线呈现出现,实现播放功能,播放实现帧动画 https://github.com/jaydenxiao2016/VoiceManager

3.android 页面启动速度优化利器:在页面打开之前进行预加载 https://github.com/luckybilly/PreLoader

4 . miui 一样的自动滚动截屏,为了截长图 https://github.com/android-notes/auto-scroll-capture

5.开眼视频是一款精品短视频日报应用,该项目是用 kotlin,借助已知的一些开眼接口写的一个仿《开眼 App》,主要是为了学习 kotlin 和一些 UI 效果 http://p.codekk.com/detail/Android/kaikaixue/Eyepetizer

1.一个非常方便的fragment页面框架 https://github.com/xuexiangjys/XPage

2.音视频学习练习案例,项目将会持续更新 https://github.com/yangchong211/YCVideoPlayer

1.身份证识别,银行卡识别,驾驶证识别,行驶证识别,根据百度文字识别 api 封装,能快速识别身份证信息,银行卡信息,驾驶证信息,行驶证信息,使用非常方便 https://github.com/wenchaosong/OCR_identify 

 

 

 

2.Kotlin解析Json框架 https://github.com/cbeust/klaxon

3.Android全手势浏览器 https://github.com/renjianan/SimpleBrowser

4、身份证拍照

 

   地址

https://github.com/wildma/IDCardCamera

 

1.音乐播放器,功能:通过耳机和通知栏快捷控制音乐播放、创建歌单、本地歌曲搜索、记忆播放、自动切换到夜间模式、定时停止播放、应用主题自定义以及播放界面风格选择等功能。 https://github.com/DuanJiaNing/Musicoco

2.Android 无需Root实现APK的静默安装 https://github.com/smuyyh/AutoInstall

1.Android Sku选择器, 类似于淘宝,天猫,京东,支持多维属性,购物车动画,支持MVVM架构,可以直接使用 https://github.com/wuhenzhizao/android-sku

2.万能的公告栏轮播 View,也可用于商品个性垂直轮播展示 https://github.com/Bakumon/BulletinView

3.android 网络监控下的观察者模式运用 https://github.com/shonegg/NetMonitor

  1. 中国省份地图  监听选中的省份,高亮某个省份,默认选中某个省份,移动,放大缩小 https://github.com/xchengx/ChinaMap

  2.   

  3. 模仿蚂蚁森林动画效果 https://github.com/93Laer/WaterView

  4. 3 . 状态切换,让View状态的切换和Activity彻底分离开。用builder模式来自由的添加需要的状态View,可以设置有数据,数据为空,加载数据错误,网络错误,加载中等多种状态,并且支持自定义状态的布局。。目前已经用于新芽正式项目中,拓展性强! https://github.com/yangchong211/YCStateLayout

    4 . Android基础知识、Android进阶知识、Android自定义View相关、面试相关的知识,欢迎fork,star~ https://github.com/linsir6/AndroidNote

    1.颜色选择,还能够调控透明度 https://github.com/jaredrummler/ColorPicker 

2.Wifi Direct,实现 Android 手机之间无网络传输文件 https://github.com/leavesC/WifiP2P

3.一个Android聊天应用,具备私聊和群聊功能 https://github.com/leavesC/Chat 

 

4.Android 版本更新

功能介绍:

实现android版本更新 对kotlin适配,调用更简单 自定义接口协议,可以不改变现有项目的协议就能使用 支持get,post请求 支持进度显示,对话框进度条,和通知栏进度条展示 支持后台下载 支持强制更新 支持简单主题色配置(可以自动从顶部图片提取主色) 支持自定义对话框(可以监听下载进度) 支持静默下载(可以设置wifi状态下) 支持android7.0

https://github.com/WVector/AppUpdate 

1.SweetMusicPlayer是一款基于百度音乐API的在线音乐播放器。拥有播放本地、在线音乐以及mv等功能,采用 MVP + RxJava + Retrofit 架构的项目, 使用Java和Kotlin混合开发。 https://github.com/WellerV/SweetMusicPlayer

2.音视频,直播SDK,rtmp推流,录制视频,滤镜。百万用户,线上迭代半年,已经稳定。 https://github.com/WangShuo1143368701/WSLiveDemo

3.城市选择、定位、搜索及右侧字母导航,类似美团 百度糯米 饿了么等APP选择城市功能 https://github.com/zaaach/CityPicker

1.Android 状态栏相关问题看这个就能解决 https://juejin.im/post/5a52023b6fb9a01c9c1ed937

2.自定义View大神系列博客,6的一匹 http://www.gcssloop.com/customview/CustomViewIndex/

1.人脸识别扫描(活体检测功能,眨眼、摇头、点头,身份证认证 https://github.com/sxpl/FaceAC 

2.FormatEditText可以用来当做号码格式化文本输入框使用, 可以用来作为格式化手机号码、格式化身份证号码、格式化银行卡号码等.  特性:

 

https://github.com/dkzwm/FormatEditText 

     

3.宝宝特效Demo通过短视频SDK、直播SDK轻松实现特效与视频剪辑,为用户提供特效相机,拍摄辅助,自动美颜相机,抖音滤镜、直播礼物、直播贴纸等,超低占用空间,十秒大型场景仅100KB+, 精准人脸识别、人脸跟踪,支持3D特效,3D动画特效,2D特效、动画渲染、特效渲染等 https://github.com/aiyaapp/AiyaEffectsAndroid 

1.wanandroid-快应用(quickapp) https://github.com/CB-ysx/wanandroid-quickapp 

2.Android 动画详尽教程 https://github.com/OCNYang/Android-Animation-Set

1.Android进程保活实践  至少是我见过最全面的,适配各个版本 https://www.jianshu.com/p/53c4d8303e19

2.WebView 全面干货指南 https://www.jianshu.com/p/fd61e8f4049e

3.Android技能树  这个博文主要那个图片做得好,基本知识点都点出来,很全面,至少很多我不知道哦啊 https://www.jianshu.com/p/15dfdcc3d8b7

4.EventBus源码研读(上)  看看源码有益身心健康 https://kymjs.com/code/2015/12/12/01/

1.Binder学习指南 http://weishu.me/2016/01/12/binder-index-for-newer/

2.分析DroidPlugin,深入理解插件化框架,内容如下

https://github.com/tiann/understand-plugin-framework

3.Android性能优化系列博文 http://androidperformance.com/

4.Android自定义ViewGroup神器-ViewDragHelper https://www.jianshu.com/p/111a7bc76a0e

5.Android源码解析系列博文 http://gityuan.com/android/

6.java程序员必精–从源码讲解java线程池ThreadPoolExecuter的实现原理、各种坑、如何监控

https://blog.csdn.net/zqz_zqz/article/details/69488570?locationNum=12&fps=1

1。Android 8.0 适配 https://www.jianshu.com/p/d9f5b0801c6b

2.Android依赖导入全攻略 https://juejin.im/post/5acd6daaf265da238a30ca73

3.Android BLE开发详解和FastBle源码解析 https://www.jianshu.com/p/795bb0a08beb

4.RecyclerView 必知必会 https://cloud.tencent.com/developer/article/1034546

5.Android开源项目-微Yue电子书阅读(MD设计) https://github.com/LiangLuDev/WeYueReader

6.RecyclerView 必知必会 https://cloud.tencent.com/developer/article/1034546

7.视频播放列表初步 —— 简单实现今日头条与微淘视频列表效果 https://www.jianshu.com/p/8226ba718710

8.仿微信朋友圈点击评论自动定位到相关行 https://www.jianshu.com/p/052d45f610ea

1.实现外部浏览器或者通知跳转APP https://github.com/lovejjfg/EasyJump

2.Android任务和返回栈完全解析,细数那些你所不知道的细节 - CSDN博客 https://blog.csdn.net/guolin_blog/article/details/41087993

3.第三方新浪微博客户端 https://github.com/wenmingvs/WeiBo 

4.基于Google Flutter的开源中国客户端,支持Android和iOS。 https://github.com/yubo725/FlutterOSC

功能  登录(使用osc账号)  查看资讯(未登录即可查看)  查看、回复、发表、评论动弹(需要登录)  动弹小黑屋(需要登录)  “发现”部分的功能基本上都是用H5实现  资讯列表、动弹列表、评论列表支持下拉刷新或分页加载  动弹中的图片预览暂未实现  摇一摇、“我的”页面功能暂时没完成  主题切换功能暂未实现 

5.TensorFlow android demo 车道线 车辆 人脸 动作 骨架 识别 检测 https://github.com/yuxitong/TensorFlowDemo 

6.Android上基于FFmpeg开发的视频处理框架,简单易用,体积小,帮助使用者快速实现视频处理功能。包含以下功能:剪辑,裁剪,旋转,镜像,合并,分离,变速,添加LOGO,添加滤镜,添加背景音乐,加速减速视频,倒放音视频。 https://github.com/yangjie10930/EpMedia

1.TextView框架(很强大,你想要有的样式都有) https://github.com/lygttpod/SuperTextView 

2.全新的Android通知栏,已抛弃setLatestEventInfo,兼容高版本 https://github.com/linglongxin24/NotificationUtil

3.Android安全——客户端安全要点 https://www.jianshu.com/p/7f2202c18012

4.我和编程再一起的第三年:Android总结 https://www.jianshu.com/p/06030dd082cf

1.打造属于你的LayoutManager - CSDN博客 https://blog.csdn.net/huachao1001/article/details/51594004#rd

2.【Transition】Android炫酷的Activity切换效果,共享元素 - 简书 https://www.jianshu.com/p/a43daa1e3d6e

3.Android 路由框架ARouter最佳实践 https://blog.csdn.net/zhaoyanjun6/article/details/76165252

4.单例模式singleton为什么要加volatile https://blog.csdn.net/jm_heiyeqishi/article/details/51052889

5.Android性能优化:关于 内存泄露 的知识都在这里了 https://mp.weixin.qq.com/s/f7wItMhL_xfVUrkCWIHdKg

6.彻底搞定Android开发中软键盘的常见问题 https://blog.csdn.net/mynameishuangshuai/article/details/51567357

7.【Android】禁止锁屏,保持高亮 http://www.cnblogs.com/Amandaliu/archive/2012/07/19/2598858.html

8.设计模式 温故而知新 https://www.jianshu.com/p/658bd0aa2f35

9.android中的深度学习——快速风格迁移 https://www.jianshu.com/p/995a7d3d82fc 

1.源码详细解析Activity生命周期onResume中Handler.Post(Runnable)和View.Post(Runnable)的UI效果差异原因 https://blog.csdn.net/u010019468/article/details/80007675

2.Android拍照、相册访问图片剪裁适配到Android7.0 https://github.com/zhengzhong1/Android6.0PermissionsDemo

3.OpenCV大佬的博客,人脸识别啥的小意思 http://kongqw.com/categories/OpenCV/

4.Android 内存泄露:详解 Handler 内存泄露的原因 - 简书 https://www.jianshu.com/p/ed9e15eff47a

1.Android兼H5游戏SDK开发详解(原创) - 简书 https://www.jianshu.com/p/8b9d82560a67

2.Android 四种引用比较与源码分析 https://blog.csdn.net/m0_37700275/article/details/79820814

3.自定义LayoutManager真正的全解,我就没见过这么全的(PS:因为很多部分我没看懂,捂脸) https://github.com/hehonghui/android-tech-frontier/blob/master/issue-13/%E5%88%9B%E5%BB%BA-RecyclerView-LayoutManager-Redux.md

4.Flutter官网学习资料 https://flutter.io/get-started/learn-more/

5.简析 addToBackStack使用和Fragment执行流程 https://blog.csdn.net/wenxuzl99/article/details/16112725/

6.洞若观火:Fragment不为人知的细节 https://www.jianshu.com/p/3d27ddc952fe

7.让你明明白白的使用RecyclerView——SnapHelper详解 https://www.jianshu.com/p/e54db232df62

8.详解 RxJava 的消息订阅和线程切换原理 https://mp.weixin.qq.com/s/GBGlttLgQA2XrMcRTUUTOw

9.ViewPagerLayoutManager框架 https://github.com/leochuan/ViewPagerLayoutManager 

1.Android中RelativeLayout和LinearLayout性能分析 https://www.jianshu.com/p/8a7d059da746

2.这是一份详细 & 清晰的计算机网络基础 学习指南 https://www.jianshu.com/p/45d27f3e1196

3.深入浅出 RecyclerView(把RecyclerView五虎将之间的关系说的很清楚) https://kymjs.com/code/2016/07/10/01/

4.用SpannableString打造绚丽多彩的文本显示效果 https://www.jianshu.com/p/84067ad289d2

5.TabLayout系列文章,包含自定义TabLayoutItem等高级用法 https://www.jianshu.com/p/be1e8a1da639 https://www.jianshu.com/p/255e2db67147 https://www.jianshu.com/p/e778a01c83d3

1.FlexboxLayout 能够自动换行的LinearLayout https://www.jianshu.com/p/b3a9c4a99053

2.这可能是最好的RxJava 2.x 教程(完结版,写的Demo真的很全面 https://github.com/nanchen2251/RxJava2Examples 

3.主线程中的Looper.loop()一直无限循环为什么不会造成ANR? https://www.jianshu.com/p/cfe50b8b0a41

4.详细讲解Android Studio中使用Git——结合GitLab https://www.jianshu.com/p/059ed1e01229

1.Realm详解(ps:真的很全面,而且有数据库迁移、改动实现代码) https://www.jianshu.com/p/37af717761cc

2.Android 屏幕刷新机制 (通俗易懂,并且结合Android源码解说) https://www.jianshu.com/p/0d00cb85fdf3

3.Android BLE蓝牙详细解读(这个作者最后开发了一个蓝牙库,厉害) https://www.jianshu.com/p/429629c49bd0

4.上半年最好的Android串口开发入门指南 (比较细致,有案例代码) https://www.jianshu.com/p/6f650481dde0

5.Android辅助功能原理与基本使用详解-AccessibilityService(有源码下载,亲测能运行) https://www.cnblogs.com/popfisher/archive/2017/08/30/7455754.html

6.Android DataBinding 从入门到进阶 (全面,但是Kotlin使用DataBinding好多坑)

https://www.jianshu.com/p/bd9016418af2

7.Android平台Camera开发实践指南 (全面,关于Camera和Camera2的区别,还有各个厂商支持情况都考虑到了) https://juejin.im/post/5a33a5106fb9a04525782db5

8.Android新组件架构——Lifecylce (Google出品必须了解,方便完成MVP架构 ) https://www.jianshu.com/p/feefbd64a3dc

9,Android学习项目--MVP模式,代码格式值得一看。

本文地址:http://lanlanwork.gawce.com/quote/10503.html    阁恬下 http://lanlanwork.gawce.com/ , 查看更多

特别提示:本信息由相关企业自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。


相关行业动态
推荐行业动态
点击排行
网站首页  |  关于我们  |  联系方式  |  使用协议  |  版权隐私  |  网站地图  |  排名推广  |  广告服务  |  积分换礼  |  网站留言  |  RSS订阅  |  违规举报  |  鄂ICP备2023001713号