面向开发者的最佳 Android 库列表,总有一款适合你(有自定义相机的部分)

时间:2021-01-29 14:50:46
2016-11-11 开源中国 开源中国

面向开发者的最佳 Android 库列表,总有一款适合你(有自定义相机的部分)

#长按上图识别二维码,参与OSC源创会年终盛典#



英语原文:Best Android Libraries for Developers 链接:https://cloudrail.com/best-android-libraries-for-developers/ 编译:开源中国
软件库的存在使得 Android 编码更方便快捷。在如此多 Android 库中,我们该如何寻找最合适的一款呢?下面我们做了一个列表供你参考。
动画(Animation)
 Android View Animations: https://github.com/daimajia/AndroidViewAnimations强大的动画库,通过对它的使用,可以轻松创建各种动画效果。
 RecyclerView Animators: https://github.com/wasabeef/recyclerview-animators允许操作者使用含炫酷动画效果的RecyclerView类。
APIs
 CloudRail: https://cloudrail.com/帮助操作者更快地进行API集成服务。它将多个服务(例如Dropbox,Google Drive和OneDrive)捆绑成一个统一的API。此外,它可自动处理API更新,并保持API的代码一致。其接口可用于云存储,社交,支付等。
 Retrofit: http://square.github.io/retrofit/Retrofit由Square公司开发,是Android的REST客户端,其类型安全,可将http API转换成Java接口。
图表(Charts)
 MPAndroidChart: https://github.com/PhilJay/MPAndroidChart一款强大的图表生成库,可在Android上生成图表,同时还提供8种不同的图表类型和多种手势。
 AndroidCharts: https://github.com/HackPlan/AndroidCharts一款简单的图表创建工具,具有自定义的功能。
数据库(Database)
 SQLBrite: https://github.com/square/sqlbrite 围绕SQLiteOpenHelper和ContentResolver创建封装,以在查询中使用流式语义。
 Sugar ORM: https://github.com/satyan/sugar使用SQLite数据库的简单操作,优势在于无需编写SQL查询。
数据架构(Data Structure)
 Eclipse Collections: https://www.eclipse.org/collections/用于Java的Collections框架,可为容器类型附加迭代方法的操作等。
日期和时间(Date & Time)
 TimesSquare for Android: https://github.com/square/android-times-square简单独立的日历小部件,可在日历视图中选择日期。
 Material Calendar View: https://github.com/prolificinteractive/material-calendarview移植到Material design的安卓CalendarView。
依赖(Dependencies)
 Dagger: https://github.com/square/dagger进行Android依赖注入的快捷方式。
文档(Files)
 Android-FilePicker: https://github.com/DroidNinja/Android-FilePicker一款照片选择器,可从列表中选择图片或文档。
 Material File Picker: https://github.com/nbsp-team/MaterialFilePickerMaterial design中的文件选择器。
函数式编程(Functional Programing)
 Retrolambda: https://github.com/orfjackal/retrolambda在Java 7中使用Lambdas的一种操作。
手势(Gestures)
 Sensey: https://github.com/nisrulz/Sensey在Android应用程序中添加手势的简单操作。
 Android 3D Touch – PeekView: https://github.com/klinker24/Android-3DTouch-PeekView类似于iOS上的3D Touch,用以“预览”程序内容。
 蓝牙(Bluetooth)
 Android-BluetoothSPPLibrary: https://github.com/akexorcist/Android-BluetoothSPPLibrary使用序列化蓝牙端口(Bluetooth Serial Port Profile)的简单操作。
 RxAndroidBle: https://github.com/Polidea/RxAndroidBle蓝牙低耗能处理工具。
相机(Camera)
 CameraFilter: https://github.com/nekocode/CameraFilter使用OpenGL着色器的实时相机滤镜。
 Material Camera: https://github.com/afollestad/material-cameraAndroid开发的快速简易的相机框架。
位置(Location)
 ReactiveLocation: https://github.com/mcharmas/Android-ReactiveLocationGoogle Play API的小型但实用的封装程序,用于获取位置。
 Smart Location Library: https://github.com/mrmans0n/smart-location-lib简化位置提供项的库。
布局(Layout)
 Android Swipe Layout: https://github.com/daimajia/AndroidSwipeLayout为对象提供滑动布局,如,向左滑动即删除的操作。
 FlexboxLayout : https://github.com/google/flexbox-layout为Android提供框布局,其内容可通过CSS了解。
日志(Logging)
 Logger: https://github.com/orhanobut/loggerAndroid日志记录器。
 Hugo: https://github.com/JakeWharton/hugo用触发注释的方法调用记录。
地图(Maps)
 AirMapView : https://github.com/airbnb/AirMapView用以查看Google Maps API摘要,非常适合没有Google Play服务的应用程式。
 android-maps-utils: https://github.com/googlemaps/android-maps-utilsGoogle地图的实用程序,如,热点地图或标记聚类。
音频播放器(Audio)
 Music Player: https://github.com/andremion/Music-Player含UI的完整音乐播放器。
 RxAndroidAudio : https://github.com/Piasy/RxAndroidAudio封装带有Rx支持的Android Audio API RxAndroid音频播放器。
GIF
 android-gif-drawable: https://github.com/koral--/android-gif-drawable使用视图和可绘制的GIF动图。
 GifView : https://github.com/Cutta/GifViewAndroid上使用View播放的GIF库。
图像(Image)
 uCrop: https://github.com/Yalantis/uCrop对Android上的图片进行裁剪的库。
 Glide: https://github.com/bumptech/glideAndroid的媒体管理和图片加载库。
视频播放器(Video)
 VideoPlayerManager: https://github.com/danylovolokh/VideoPlayerManager对Android MediaPlayer类的使用进行帮助说明的库。
 Easy Video Player: https://github.com/afollestad/easy-video-player易于操作的视频播放器,可通过视图使用。
信息(Messaging)
 Chateau: https://github.com/badoo/Chateau在Android应用中提供聊天功能的框架。
网络(Networking)
 OkHttp: https://github.com/square/okhttp Android的HTTP客户端。
 AndroidAsync: https://github.com/koush/AndroidAsync基础级网络协议库。
消息推送(Push Notifications)
 PubNub:用于 https://github.com/pubnub/java处理推送通知的商业服务。
 Gandalf: https://github.com/btkelly/gandalf用于发送更新或维护相关的通知。
支付(Payments)
 Android In-App Billing v3 Library: https://github.com/anjlab/android-inapp-billing-v3 通过Android v3 API轻松处理应用内置付款的库。
 Checkout: https://github.com/serso/android-checkout处理应用内购买操作的库。
安全(Security)
 Sodium: https://github.com/jedisct1/libsodium轻松做加密,解密,签名和散列操作的工具。
 PiracyChecker: https://github.com/javiersantos/PiracyChecker通过使用Google的LVL,防止应用程式被盗用的工具。
文本(Text)
 Ticker: https://github.com/robinhood/ticker显示滚动文本的UI组件。
 MaterialEditText: https://github.com/rengwuxian/MaterialEditTextMaterial Design的文本输入器。
字体(Font)
 fontbinding: https://github.com/lisawray/fontbinding 使用数据绑定的XML自定义字体的操作。
 Calligraphy: https://github.com/chrisjenx/Calligraphy在Android应用程式上使用传统字体的简易操作。
用户界面(User Interface)
 Material Design Android Library: https://github.com/navasmdc/MaterialDesignLibrary 在Android中使用Google的Material Design(Android 2.2版)的库。

 Material: https://github.com/rey5137/Material将Material Design导入原有应用程序的库。
指示器(Activity Indicator)
 AppIntro: https://github.com/PaoloRotolo/AppIntro 为应用程序创建炫酷简介,类似于Google原始应用中的。
 LolliPin: https://github.com/OrangeGangsters/LolliPin为应用程序提供pin密码。
操作按钮(Buttons)
 Android-Bootstrap: https://github.com/Bearded-Hen/Android-Bootstrap 通过使用Bootstrape规则,进行诸如在APP中创建按钮的操作。
 Android Morphing Button: https://github.com/dmytrodanylyk/android-morphing-buttonAndroid的操作按钮,其形状大小可更改。
表格(Form)
 Vertical Stepper Form Library: https://github.com/ernestoyaquello/vertical-stepper-form 在Material Design中创建表单的库。
键盘(Keyboard)
 KeyboardVisibilityEvent: https://github.com/yshrsmz/KeyboardVisibilityEvent 显示与隐藏键盘的简单操作。
 AndroidKeyboardWatcher: https://github.com/AzimoLabs/AndroidKeyboardWatcher追踪键盘开启/关闭操作情况的库。
菜单(Menu)
 BottomBar: https://github.com/roughike/BottomBar 在Material Design中提供底部导航栏的视图组件。
 Side Menu: https://github.com/Yalantis/Side-Menu.Android为应用程序添加侧边菜单栏的工具。
评分(Rating)
 Android-Rate: https://github.com/hotchemi/Android-Rate 提醒用户对应用程序进行评价的简易库。
 SimpleRatingBar: https://github.com/FlyingPumba/SimpleRatingBar用于星级评分的UI组件。
滑屏(Slider)
 SlidingMenu: https://github.com/jfeinstein10/SlidingMenu 轻松为应用程序创建滑动式菜单项。
 MaterialDrawer: https://github.com/mikepenz/MaterialDrawerAndroid中轻便灵活的抽屉布局式库。


福利 我为开源中国公众号出谋划策为感谢 OSCer 们对  开源中国公众号的支持,我们联合华章图书为大家送福利啦。

在 11.07-11.11 日期间,在《送福利啦!我为开源中国公众号出谋划策》文章或公众号后台留言,为开源中国公众号内容出谋划策。我们从中选取 6 名用户送出以下图书。热情的 OSCer 们赶紧到后台留言吧。


面向开发者的最佳 Android 库列表,总有一款适合你(有自定义相机的部分)


面向开发者的最佳 Android 库列表,总有一款适合你(有自定义相机的部分)


推荐阅读 微信开放小程序公测了!这些知识你一定要知道 最佳 Linux 发行版汇总 2016 年 7 款最佳 Java 框架

迪士尼、微软、华为、Linux 在内的7款开源区块链项目推荐

DB-Engines 发布 10 月份全球数据库排名,三甲内硝烟四起


面向开发者的最佳 Android 库列表,总有一款适合你(有自定义相机的部分)

点击阅读原文查看更多精彩内容 面向开发者的最佳 Android 库列表,总有一款适合你(有自定义相机的部分)