2017年Spring发布了30个新的Android库,值得您关注

by Michal Bialas

由Michal Bialas

2017年Spring推出的30个最酷的Android库 (The 30 Coolest Android Libraries from Spring 2017)

These are my 30 favorite new Android libraries that have come out since March 2017. Some of them aren’t production ready yet, but you may have lots of fun using them. I hope you enjoy these.

这些是我自2017年3月以来推出的30个最喜欢的新Android库。其中一些尚未准备好投入生产,但是使用它们可能会带来很多乐趣 。 我希望你喜欢这些。

Here they are in no particular order:

在这里,它们没有特定的顺序:

1. 马蒂斯 (1. Matisse)

This is a beautiful local images and videos selector. Main functionalities:

这是一个漂亮的本地图像和视频选择器。 主要功能:

  • Selecting images including JPEG, PNG, GIF and videos including MPEG, MP4,

    选择包括JPEG,PNG,GIF的图像以及包括MPEG,MP4,
  • applying custom themes, including two built-in ones,

    应用自定义主题,包括两个内置主题,
  • different image loaders,

    不同的图像加载器
  • defining custom filter rules,

    定义自定义过滤规则
  • fully operational within Activities and Fragments.

    ActivitiesFragments完全运作。

You can find more in the lib’s wiki.

您可以在lib的Wiki中找到更多信息。

zhihu/MatisseMatisse - :fireworks: A well-designed local image and video selector for Androidgithub.com

zhihu / Matisse Matisse- :fireworks:为Android github.com 设计的精心设计的本地图像和视频选择器

2. 云杉Android动画库 (2. Spruce Android Animation Library)

Spruce is a lightweight animation library that helps choreograph the animations on the screen. With so many different animation libraries out there, developers need to make sure that each view is animating at the appropriate time. Spruce can help designers request complex multi-view animations and not have the developers cringe at the prototype.
Spruce是一个轻量级的动画库,可帮助编排屏幕上的动画。 由于存在许多不同的动画库,开发人员需要确保每个视图都在适当的时间进行动画处理。 云杉可以帮助设计人员请求复杂的多视图动画,而无需开发人员屈服于原型。

willowtreeapps/spruce-androidspruce-android - Spruce Animation Librarygithub.com

willowtreeapps / spruce-android spruce- android- 云杉动画库 github.com

3. MaterialChipsInput (3. MaterialChipsInput)

Chips were presented in Material Design. They

芯片在材料设计中介绍。 他们

represent complex entities in small blocks, such as a contact. A chip may contain entities such as a photo, text, rules, an icon, or a contact.
以小块表示复杂实体,例如联系人。 芯片可能包含诸如照片,文字,规则,图标或联系人之类的实体。

MaterialChipsInput is an implementation of that component for Android. The library provides two views : ChipsInput and ChipView.

MaterialChipsInput是该组件的Android实现。 该库提供两个视图: ChipsInputChipView

pchmn/MaterialChipsInputMaterialChipsInput - Implementation of Material Design Chips component for Androidgithub.com

pchmn / MaterialChipsInput MaterialChipsInput-适用于Android github.com 的Material Design Chips组件的实现

4. 重力 (4. Grav)

This library allows to create multiple animations based on points. Take a look — how smooth and beautiful animations you can make quite easily. README contains a lot of examples so you might check it here.

该库允许基于点创建多个动画。 看看-您可以轻松轻松地制作出流畅而优美的动画。 README包含许多示例,因此您可以在此处进行检查。

glomadrian/GravGrav - Configurable animations based on pointsgithub.com

glomadrian / Grav Grav- 基于点 github.com的可配置动画

5. 光刻 (5. Litho)

Litho is not a library, it is a framework. A really powerful framework to build UI in a declarative way. It was developed by Facebook devs, so even if you do not want to try it, still it is worthy to observe and follow a development process.

Litho不是库,而是框架。 一个以声明方式构建UI的强大框架。 它是由Facebook开发人员开发的,因此即使您不想尝试它,仍然值得观察和遵循开发过程。

Main features include:

主要功能包括:

  • using a declarative API to define UI components. You simply describe the layout for your UI based on a set of immutable inputs and the framework takes care of the rest.

    使用声明性API定义UI组件。 您只需基于一组不可变的输入来描述UI的布局,框架将处理其余的工作。
  • Asynchronous layout: Litho can measure and layout your UI ahead of time without blocking the UI thread.

    异步布局:Litho可以提前测量和布局UI,而不会阻塞UI线程。
  • View flattening: Litho uses Yoga for layout and automatically reduces the number of ViewGroups that your UI contains.

    视图展平:Litho使用Yoga进行布局,并自动减少UI包含的ViewGroup的数量。

  • Fine-grained recycling: Any component such as a text or image can be recycled and reused anywhere in the UI.

    细粒度的回收:文本或图像之类的任何组件都可以回收,并可以在用户界面的任何位置重复使用。

facebook/litholitho - A declarative framework for building efficient UIs on Android.github.com

facebook / litho litho-用于在Android上构建有效UI的声明性框架。 github.com

6. 适应性底部导航 (6. Adaptable Bottom Navigation)

Some time ago Google updated Material Design guideline, and introduced bottom navigation bars, as one of several good UI patters to follow in our apps. They also added the implementation to the Design Support Library.

不久前,Google更新了Material Design指南,并引入了底部导航栏,将其作为应用程序中可以遵循的几种不错的UI模式之一。 他们还将实现添加到了设计支持库中。

Adaptable Bottom Navigation can easily replace BottomNavigationView from Support Library. It is implemented in the way how ViewPager and TabLayout work. This is a short explanation from Buffer team:

自适应的底部导航可以轻松替换支持库中的BottomNavigationView 。 它是通过ViewPagerTabLayout工作方式实现的。 这是Buffer团队的简短解释:

As mentioned, when using the Bottom Navigation View from the Android Support Library, there can be a lot of boilerplate code for the switching of views. Because of this, we took inspiration from the TabLayout setupWithViewPager() method and created a custom ViewSwapper component that can be attached to a Bottom Navigation View to simplify the management of view display.
如前所述,在使用Android支持库中的底部导航视图时,可能会有很多样板代码用于视图切换。 因此,我们从TabLayout setupWithViewPager()方法获得了启发,并创建了一个自定义ViewSwapper组件,该组件可以附加到底部导航视图以简化视图显示的管理。

You can read more on Github. There is a quite comprehensive documentation and explanation why it was implemented (tip: clean architecture ? ).

您可以在Github上内容。 有一个非常全面的文档和说明为什么实现了它(提示:干净的体系结构?)。

bufferapp/AdaptableBottomNavigationAdaptableBottomNavigation - A simpler way for implementing the Bottom Navigation View on Androidgithub.com

bufferapp / AdaptableBottomNavigation AdaptableBottomNavigation-在Android github.com 上实现底部导航视图的更简单方法

7. PatternLockView (7. PatternLockView)

This library allows you to implement pattern locking mechanism in your app easily and quickly. It is very easy to use and there are plenty of customization options available to change the functionality and look-and-feel of this view to match your needs.
该库使您可以轻松,快速地在应用程序中实现模式锁定机制。 它非常易于使用,并且提供了许多自定义选项,可以更改此视图的功能和外观以满足您的需求。
It also supports RxJava 2 view bindings, so if you are a fan of reactive programming (just like me), you can get a stream of updates as the user draws the pattern.
它还支持RxJava 2视图绑定,因此,如果您喜欢响应式编程(就像我一样),则可以在用户绘制模式时获得更新流。

The README is full of examples, so it is easy to start with the library.

自述文件中有许多示例,因此从库开始很容易。

aritraroy/PatternLockViewPatternLockView - An easy-to-use, customizable and Material Design ready Pattern Lock view for Androidgithub.com

aritraroy / PatternLockView PatternLockView-适用于Android github.com 的易于使用,可定制且可进行材料设计的Pattern Lock视图

8. 等距 (8. Isometric)

This is a library which helps to draw isometric shapes. In my opinion, it is one of the coolest libraries in that list, as it reminds me of Monument Valley game. The library supports drawing multiple shapes, paths and complex structures, like the example below.

这是一个有助于绘制等距形状的库。 我认为,它是该列表中最酷的图书馆之一,因为它让我想起了纪念碑谷游戏。 该库支持绘制多个形状,路径和复杂结构,如以下示例所示。

FabianTerhorst/IsometricIsometric drawing library for Androidgithub.com

FabianTerhorst /等轴测等 轴测图库,适用于Android github.com

9. UltraViewPager (9. UltraViewPager)

We can treat this library as a ViewPager extension that encapsulates many features, mainly to provide a unified solution for multi-page switching scenarios.

我们可以将此库视为包含许多功能的ViewPager扩展,主要是为多页面切换方案提供统一的解决方案。

UltraViewPager支持: (UltraViewPager supports:)

  • horizontal scrolling and vertical scrolling,

    水平滚动和垂直滚动
  • multi views in one ViewPager

    一个ViewPager中有多个视图

  • switching views circularly. For example, if there are 3 views to display in a ViewPager, it should switch back to the first view after the third view,

    循环切换视图。 例如,如果ViewPager要显示3个视图,则应在第三个视图之后切换回第一个视图,

  • auto-scrolling feature (implemented timer using Handler),

    自动滚动功能(使用Handler实现的计时器),

  • setting max-height and max-width,

    设置最大高度和最大宽度
  • setting the aspect ratio,

    设置长宽比,
  • indicating the view we are currently (circle and icon),

    指示我们当前的视图(圆圈和图标),
  • built-in two kinds of page transition animations.

    内置两种页面过渡动画。

This library has a good documentation as well.

该库也有很好的文档。

alibaba/UltraViewPagerUltraViewPager is an extension for ViewPager to provide multiple features in a single ViewPager.github.com

阿里巴巴/ UltraViewPager UltraViewPager是ViewPager的扩展,可在单个ViewPager中提供多种功能。 github.com

10. 无限卡 (10. InfiniteCards)

This library helps to implement UI cards and then switch them with a nice animation.

该库有助于实现UI卡,然后以漂亮的动画进行切换。

BakerJQ/Android-InfiniteCardsAndroid-InfiniteCards - An infinite card switching UI for Android, support custom animation 可自定义动效的卡片切换视图github.com

BakerJQ / Android-InfiniteCards Android-InfiniteCards - Android的无限卡切换UI,支持自定义动画。

11. SlidingRootNav (11. SlidingRootNav)

This is a library which we can consider as a DrawerLayout-like ViewGroup, where a drawer is hidden under the content view, and then can be shifted to make the drawer visible. REAMDE is quite comprehensive and it is worthy to check for sure.

这是一个我们可以视为类似于DrawerLayout的ViewGroup ,其中抽屉隐藏在内容视图下,然后可以移动以使抽屉可见。 REAMDE非常全面,值得确定。

yarolegovich/SlidingRootNavSlidingRootNav - DrawerLayout-like ViewGroup, where a "drawer" is hidden under the content view, which can be shifted…github.com

yarolegovich / SlidingRootNav SlidingRootNav- 类似于DrawerLayout的ViewGroup,其中“抽屉”隐藏在内容视图下,可以移动… github.com

12. PasscodeView (12. PasscodeView)

It is just a view where you can type your password. But fancy one!

它只是一个视图,您可以在其中输入密码。 但是看中一个!

hanks-zyh/PasscodeViewMaterial Design PasscodeView for Android.github.com

hanks-zyh / PasscodeView用于Android的Material Design PasscodeView。 github.com

13. MusicWave (13. MusicWave)

This library allows to represent sound as a gradient colored visualisation.

该库允许将声音表示为渐变色的可视化效果。

akshay2211/MusicWaveWith MusicWave represent your Sound in a gradient colored Visualizationgithub.com

akshay2211 / MusicWave 和MusicWave以彩色渐变的可视化效果表示您的声音 github.com

14. ShadowImageView (14. ShadowImageView)

This library helps you to add more meaningful shadow to your images. According to README, it is

该库可帮助您为图像添加更有意义的阴影。 根据自述文件 ,这是

More exquisite shadow effect, used in some special scene to enhance the user experience.
更精致的阴影效果,用于某些特殊场景以增强用户体验。

Also, it is easy to use.

而且,它易于使用。

yingLanNull/ShadowImageViewShadowImageView - ?可以根据图片内容变阴影颜色,更加细腻的阴影效果 It can change color according to the picture, more delicate shadow effectgithub.com

yingLanNull / ShadowImageView ShadowImageView-?可以根据图片内容变阴影颜色,可以根据图片更改颜色,更细腻的阴影效果 ithub.com

15. PolygonDrawingUtil (15. PolygonDrawingUtil)

This is an efficient Android utility class for drawing regular polygons on a Canvas. We can specify:

这是一个有效的Android实用程序类,用于在Canvas上绘制常规多边形。 我们可以指定:

  • Number of sides (≥ 3),

    边数(≥3),
  • center coordinates,

    中心坐标
  • outer radius (center to vertex),

    外半径(中心到顶点),
  • corner rounding radius,

    圆角倒圆半径,
  • polygon rotation,

    多边形旋转
  • fill/stroke Paint.

    填充/描边Paint

stkent/PolygonDrawingUtilPolygonDrawingUtil - An efficient Android utility class for drawing regular polygons on a Canvas.github.com

stkent / PolygonDrawingUtil PolygonDrawingUtil-一个高效的Android实用程序类,用于在Canvas上绘制常规多边形。 github.com

16. 微小 (16. Tiny)

This is a second framework on that list. It is responsible for image compression and it is quite powerful. Also, it

这是该列表上的第二个框架。 它负责图像压缩,功能非常强大。 还有

uses asynchronous thread pool to compress image, and will hand out the result in the main thread when compression is completed.
使用异步线程池压缩图像,并在压缩完成后将结果分发到主线程中。

Sunzxyong/TinyTiny - an image compression framework.github.com

Sunzxyong / Tiny Tiny- 图像压缩框架。 github.com

17. ParticleTextView (17. ParticleTextView)

This library provides a custom TextView widget, which can create text from particles using a variety of animation effects and configuration properties.

该库提供了一个自定义的TextView小部件,该小部件可以使用各种动画效果和配置属性从粒子创建文本。

Yasic/ParticleTextViewParticleTextView - 一个用粒子动画显示文字的 Android 自定义 Viewgithub.com

Yasic / ParticleTextView ParticleTextView-一个用粒子动画显示文字的Android自定义视图 github.com

18. 作物 (18. CropIwa)

This is a highly configurable widget for image cropping. The library has a modular architecture, which makes it highly configurable. For the info on how to configure CropIwaViewrefer to the wiki on Github.

这是用于图像裁剪的高度可配置的小部件。 该库具有模块化体系结构,因此可以高度配置。 有关如何配置CropIwaView的信息,请参阅Github上的Wiki 。

steelkiwi/cropiwacropiwa - ? Configurable Custom Crop widget for Androidgithub.com

steelkiwi / cropiwa cropiwa-吗? 适用于Androidg ithub.com的可配置自定义裁剪小部件

19. 项目安全套 (19. Project Condom)

This is a thin library to wrap the naked Context in your Android project before passing it to the 3rd-party SDK. It is designed to prevent the 3rd-party SDK from common unwanted behaviors which may harm the user experience of your app.

这是一个精简库,用于在将裸照Context传递给第三方SDK之前将其包装在您的Android项目中。 它旨在防止第三方SDK出现常见的有害行为,这些行为可能会损害应用程序的用户体验。

And here is the explanation:

这里是解释:

Massive launch of processes in other apps (common in 3rd-party push SDKs), causing slow app starting and notable lagging on low to middle-end devices. This behavior has chain reaction effects among apps with similar SDKs, greatly aggravating the overall device performance.

在其他应用程序中大规模启动进程(在第三方推送SDK中很常见),导致应用程序启动缓慢,并且在中低端设备上明显滞后。 此行为在具有相似SDK的应用程序之间产生连锁React影响,从而极大地提高了整体设备性能。

oasisfeng/condomcondom - 一个超轻超薄的Android工具库,阻止三方SDK中常见的有害行为,而不影响应用自身的功能。(例如严重影响用户体验的『链式唤醒』)github.com

oasisfeng /避孕套 -一个超轻超薄的Android工具库,阻止三方SDK中常见的有害行为,而不影响应用自身的功能。(例如严重影响用户体验的『链式唤醒』) github.com

20. AppMethodOrder (20. AppMethodOrder)

This library allows you to trace all functions calls order. The project is well documented and you can find detailed manuals how to use it. The only constraint is that, it is written in Chinese, but you can always click Translate to English in your browser and enjoy this great project.

该库允许您跟踪所有函数的调用顺序。 该项目文档齐全,您可以找到有关如何使用它的详细手册。 唯一的限制是,它是用中文编写的,但是您始终可以在浏览器中单击“ 翻译成英语” ,并享受这个出色的项目。

zjw-swun/AppMethodOrderAppMethodOrder - 一个能让你了解所有函数调用顺序以及函数耗时的Android库(无需侵入式代码)github.com

zjw-swun / AppMethodOrder AppMethodOrder-一个使您了解所有函数调用顺序以及函数耗时的Android库(无需侵入式代码) github.com

21. Android DebugKit (21. Android DebugKit)

This is an interesting library. It allows you to create and use special hovering debug tool, to trigger actions defined by you in an application. These actions can be obviously triggered in runtime, so it may be used for instance during feedback writing or testing a phone screen. The library uses Builder pattern. It is easy to use and in README, there is one example of the usage.

这是一个有趣的库。 它允许您创建和使用特殊的悬停调试工具,以触发您在应用程序中定义的操作。 这些动作显然可以在运行时触发,因此可以在例如反馈编写或测试电话屏幕期间使用它们。 该库使用Builder模式。 它易于使用,并且在README中有一个用法示例。

hulab/debugkitdebugkit - Ever hid debug functions in your UI? Here is now a clean way to do it!github.com

hulab / debugkit debugkit-您是否曾将调试功能隐藏在UI中? 现在这是一种干净的方法! github.com

22. 审美的 (22. Aesthetic)

This a fresh library and still in beta, but it does a really cool thing — it changes your theme dynamically with Rx support! According to the author, this is

这是一个全新的库,仍处于beta版,但它确实很棒:通过Rx支持动态更改您的主题! 根据作者,这是

A fast and easy to use plug-and-play dynamic theme engine. Powered by Rx, for Android apps.
快速,易于使用的即插即用动态主题引擎。 由Rx提供支持,适用于Android应用。

The documentation is really good, comprehensive and definitely worthy to check out.

该文档非常好,全面,绝对值得一试。

afollestad/aestheticaesthetic - [BETA] A fast and easy to use plug-and-play dynamic theme engine. Powered by Rx, for Android apps.github.com

afollestad /审美 美学-[BETA]快速,易于使用的即插即用动态主题引擎。 由Rx提供支持,适用于Android应用。 github.com

23. EasyCalendar (23. EasyCalendar)

This is an easy custom calendar widget. Main features include:

这是一个简单的自定义日历小部件。 主要功能包括:

  • Custom layout for title,

    自定义标题布局
  • custom layout for date,

    日期的自定义布局,
  • show or hide divider for date,

    显示或隐藏日期分隔线,
  • show or hide overflow date,

    显示或隐藏溢出日期,
  • listen to date’s view be clicked.

    听日期的视图被单击。

The documentation is comprehensive and the library is easy to use.

该文档非常全面,该库易于使用。

shichaohui/EasyCalendarQuickly customize the calendar UI. You can use EasyCalendar to quickly get the calendar style UI.github.com

shichaohui / EasyCalendar 快速自定义日历UI。 您可以使用EasyCalendar快速获取日历样式的UI。 github.com

24. SimpleRatingBar (24. SimpleRatingBar)

This library provides two rating bars:

该库提供两个等级栏:

  • BaseRatingBar — without any animation,

    BaseRatingBar-没有任何动画,
  • ScaleRatingBar — with a progressive and scale animation.

    ScaleRatingBar —具有渐进式和缩放动画。

You can see them in a gif below:

您可以在下面的gif中看到它们:

ome450901/SimpleRatingBarSimpleRatingBar - A simple RatingBar with scale animationgithub.com

ome450901 / SimpleRatingBar SimpleRatingBar-具有比例动画的简单RatingBar github.com

25. 麦哲伦 (25. Magellan)

This library is advertised as the simplest navigation library for Android, but you need to check if it is worthy for you to use it. Main features:

该库被宣传为Android上最简单的导航库,但是您需要检查是否值得使用。 主要特点:

  • Navigation is as simple as calling goTo(screen) method,

    导航就像调用goTo(screen)方法一样简单,

  • you get full control of the backstack,

    您可以完全控制Backstack,
  • transitions are automatically handled for you.

    过渡会自动为您处理。

It has comprehensive wiki with all explanations needed.

它具有全面的Wiki,其中包含所有必要的说明。

wealthfront/magellanmagellan - The simplest navigation library for Android.github.com

richardfront / magellan magellan-最简单的Android导航库。 github.com

26. ViewPagerAnimator (26. ViewPagerAnimator)

ViewPagerAnimator is a new lightweight, yet powerful ViewPager animation library for Android. it is designed to animate arbitrary values as the user navigates between pages within a ViewPager, and will precisely follow the motion of h[is|er] finger. Although the library itself may be of use to some, the main purpose of publishing this library is to demonstrate some wonderful API subtleties which really come to the fore when using Java 8 extensions which are coming our way soon. Sample projects for both Java 7 and Java 8 are provided.

ViewPagerAnimator是一个新的轻量级但功能强大的Android ViewPager动画库。 它旨在在用户在ViewPager中的页面之间导航时为任意值设置动画,并将精确跟随手指的运动。 尽管该库本身可能对某些人有用,但发布该库的主要目的是演示一些奇妙的API细微之处,这些细微之处在使用即将推出的Java 8扩展时才真正浮出水面。 提供了Java 7和Java 8的示例项目。

It is written by Mark Allison and you can get more info on his Styling Android blog.

它由Mark Allison编写,您可以在他的Styling Android博客上获取更多信息。

StylingAndroid/ViewPagerAnimatorViewPagerAnimator - A lightweight, yet powerful ViewPager animation library for Androidgithub.com

StylingAndroid / ViewPagerAnimator ViewPagerAnimator-适用于Android github.com的轻量级但功能强大的ViewPager动画库

27. BlockCanaryEx (27. BlockCanaryEx)

This is a library, which facilitates finding heavy methods in your code when your app blocked. It is based on BlockCanary.

这是一个库,当您的应用程序被阻止时,它有助于在代码中查找繁重的方法。 它基于BlockCanary 。

seiginonakama/BlockCanaryExBlockCanaryEx — make performance bottleneck detection easily when app blockedgithub.com

seiginonakama / BlockCanaryEx BlockCanaryEx —当应用程序阻止 github.com 时,轻松检测性能瓶颈

28. PaletteImageView (28. PaletteImageView)

This is quite cool library. It adds a shadows to your images, but the color of shadow is in a dominant image color.

这是一个很酷的库。 它会在您的图像上添加阴影,但是阴影的颜色是主要的图像颜色。

Documentation is quite poor but I think the code is self-explanatory.

文档非常差,但是我认为代码是不言自明的。

DingMouRen/PaletteImageViewPaletteImageView - 为图片添加阴影,阴影颜色来源于图片的主色github.com

DingMouRen / PaletteImageView PaletteImageView-为图片添加阴影,阴影颜色图片的主色 github.com

29. RecyclerRefreshLayout (29. RecyclerRefreshLayout)

This is a refresh animation that opens a camera shutter. In my opinion it is really worthy to check, especially in README there is a mathematical analysis, how to achieve this effect!

这是一个刷新动画,可打开相机快门。 我认为这确实值得检查,尤其是在README中有一个数学分析,如何实现这种效果!

dinuscxj/ShootRefreshViewShootRefreshView - It's an refresh animation that opens the shuttergithub.com

dinuscxj / ShootRefreshView ShootRefreshView-这是一个刷新动画,可以打开快门 github.com

30. Slim适配器 (30. SlimAdapter)

This is an approach to write an Adapter without ViewHolder. Key features include:

这是一种编写不带ViewHolder的适配器的方法。 主要功能包括:

  • No ViewHolders,

    没有ViewHolders

  • no reflection,

    没有反思,
  • fluent & simple API,

    流畅简单的API,
  • multi-typeable adapter,

    多类型适配器
  • Kotlin support,

    Kotlin支持,
  • Simple DiffUtil support.

    简单的DiffUtil支持。

MEiDIK/SlimAdapterSlimAdapter - A slim & clean & typeable Adapter without# VIEWHOLDERgithub.com

MEiDIK / SlimAdapter SlimAdapter-轻巧,干净,可打字的适配器,没有#VIEWHOLDER github.com

That’s it. I hope you enjoyed the article! If I didn’t mention any other great libraries released in this Spring, please let me know in the comments below. Let’s keep that list bigger together!

而已。 希望您喜欢这篇文章! 如果我没有提到今年Spring发布的其他出色的库,请在下面的评论中让我知道。 让我们一起扩大清单!

If you like my article, please don’t forget to click ??? to recommend it to others ???.

如果您喜欢我的文章,请不要忘记单击???。 推荐给其他人???。

Also, to be notified about my new articles and stories, follow me on Medium and Twitter. You can find me on LinkedIn as well. Cheers!

另外,要了解我的新文章和故事,请在Medium和Twitter上关注我。 您也可以在LinkedIn上找到我。 干杯!

翻译自: https://www.freecodecamp.org/news/30-new-android-libraries-released-in-the-spring-of-2017-which-deserve-your-attention-faea359a1915/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/395971.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

《异构信息网络挖掘: 原理和方法(1)》一第2章 基于排名的聚类

本节书摘来自华章出版社《异构信息网络挖掘: 原理和方法(1)》一书中的第2章,作者[美]孙艺洲(Yizhou Sun)韩家炜(Jiawei Han),更多章节内容可以访问云栖社区“华章计算机”…

html怎样将单元格的字竖式,数学竖式计算的标准格式是怎样的?需要注意哪些问题?...

小学阶段数学计算题是重中之重,也是为日后打基础的时间段,所以在小学的时候,要让孩子熟练掌握数学计算。数学计算在这段时期一般比较简单,通常情况下学生可以采用口算、心算的形式,但是有的学生因为这两个能力不强。于…

Windows类标识符及其妙用

Windows类标识符 百度百科这样解释: Windows的类标识符class identifier也称为CLASSID或CLSID,是与某一个类对象相联系的唯一标记(UUID)。一个准备创建多个对象的类对象应将其CLSID注册到系统注册数据库的任务表中,以使客户能够定位并装载与该…

mysql用创建的用户登陆并修改表格_MySQL 基础学习二:创建一个用户表,并增删改查...

MySQL 基础学习二:创建一个用户表,并 增删改查提示:MySQL 命令建议都用大写,因为小写运行时,还是翻译成大写的。第一步,创建一个用户表1,打开控制台,进入数据库C:\Users\Administrator>MySQL -u root -p2,查看有什么数据库MySQ…

《软件工程(第4版?修订版)》—第1章1.5节 系统的方法

本节书摘来自异步社区《软件工程(第4版?修订版)》一书中的第1章1.5节 系统的方法,作者【美】Shari Lawrence Pfleeger , 【加】Joanne M.Atlee,更多章节内容可以访问云栖社区“异步社区”公众号查看。 1.5 系统的方法软件工程&am…

2-2 用Python爬取银河演员网上的演员参演电影的信息进行抓取

脚本中用到的actors_use.csv为之前从豆瓣上抓取的演员列表。 1 galaxyactors.py2 # -*- coding: utf-8 -*-3 #该脚本可以按照文件actors_use.csv中给出的演员的姓名4 #对银河演员网http://www.8fkd.com/上的演员参演电影的信息进行抓取5 #信息包括演员参演电影和电影日期&#…

在c语言中,以r方式不能打开并不存在的文件,C语言文件选择题

C语言文件选择题(答案在最后)1、标准库函数fgets(s,n,f)的功能是A) 从文件f中读取长度为n的字符串存入指针s所指的内存B) 从文件f中读取长度不超过n-1的字符串存入指针s所指的内存C) 从文件f中读取n个字符串存入指针s所指的内存D) 从文件f中读取长度为n-1的字符串存入指针s所指…

动脑2017android_您肯定要在2017年初尝试的25个新Android库

动脑2017androidby Michal Bialas由Michal Bialas 您肯定要在2017年初试用的25个Android库 (25 Android libraries you definitely want to try out in early 2017) This is a list of 25 best Android libraries released in January and February 2017. All of these are wo…

linux中安装多个mysql_liunx系统下安装多个MySql数据库并做主从配置

在网上搜索了很多资料,都没有看到像样的文档,思路不是很清晰,对第一次安装的朋友来说较为困难,经过长时间的安装尝试和查询网上零碎的知识点,终于成功的完成Linux系统下多MySql数据库安装和主从配置,现在分…

034_nginx报错总结

一、nginx: [emerg] "client_header_timeout" directive is not allowed here in /opt/nginx/conf/vhost.d/newton-api.uuwatch.com.conf:24 location / { client_body_timeout 5s;client_header_timeout 3s; #配置参数报错proxy_set_header X-Forwarded-For …

江苏省高等学校计算机一级成绩查询,江苏计算机一级考试成绩查询

想要了解江苏2020年9月计算机一级考试成绩查询入口的小伙伴快来看看吧!下面由出国留学网小编为你精心准备了“江苏2020年9月计算机一级考试成绩查询入口公布”,持续关注本站将可以持续获取更多的考试资讯!江苏2020年9月计算机一级考试成绩查询…

Linux中mongodb安装和导出为json

采用官方工具导出mongo数据为json格式 文档:https://docs.mongodb.com/manual/reference/program/mongoexport/ 可以远程导出,只要有host:port即可。 首先需要安装tools: 在redhat中: 文档:https://docs.mongodb.com/manual/tutor…

《树莓派实战秘籍》——1.17 技巧17添加重启按钮

本节书摘来异步社区《树莓派实战秘籍》一书中的第1章,第1.17节,作者:【美】Ruth Suehle ,Tom Callaway,更多章节内容可以访问云栖社区“异步社区”公众号查看 1.17 技巧17添加重启按钮 树莓派实战秘籍也许你已经注意到Pi缺少了某…

dns是指网络域名系统_域名系统(DNS)是Internet的骨干。 这就是全部的运作方式。...

dns是指网络域名系统by Nikolas ODonnell由Nikolas ODonnell 域名系统(DNS)的工作方式以及如何使其变得更好。 (How the Domain Name System (DNS) works and how you can make it better.) The Domain Name System (DNS) is often referred to as the backbone of the intern…

07.敏捷项目管理——推测阶段笔记

00.推测阶段关注产品很项目——创造和理解产品结构、性能和故事功能清单以及发布计划。 01.发布计划会用到与产品规格、平台结构体系、资源、风险分析、业务约束以及目标进度等信息。 02.迭代计划和开发方法有两个至关重要的组成部分——短期迭代时间框和功能。 03.产品经理控制…

mysql临时关闭索引功能_MySQL优化之索引优化

$1.WHY : 找到MySQL Query执行慢的原因1.1 EXPLAIN通过Explain查看SQL Query语句的执行情况&#xff0c;从中找出导致MySQL查询性能差的原因EXPLAIN QUERY语句【字段解释】<1> id -- 表的读取顺序id相同时&#xff0c;按照从上至下的顺序执行id不同时&#xff0c;id值越…

Maven实战. 1.3Maven与极限编程

1.3Maven与极限编程 极限编程&#xff08;XP&#xff09;是近些年在软件行业红得发紫的敏捷开发方法&#xff0c;它强调拥抱变化。该软件开发方法的创始人Kent Beck提出了XP所追求的价值、实施原则和推荐实践。下面看一下Maven是如何适应XP的。 首先看一下Maven如何帮助XP团队实…

python 下字符串格式时间比较

python 下有多个有关时间的模块&#xff0c;分别是time、datetime、calendar&#xff0c;今天重点讨论下time写法。 其中time模块&#xff0c;主要有以下方法&#xff1a; ltimetime.time() 获取当前系统时间&#xff0c;返回float型数值时间戳&#xff08;当前时间相对于1970.…

要记住的Facepalm:我在未先测试SDK的情况下对其进行了改进。

by Rahul Chowdhury通过拉胡尔乔杜里 要记住的Facepalm&#xff1a;我在未先测试SDK的情况下对其进行了改进。 (A Facepalm to Remember: I bumped up the version of an SDK without testing it first.) It all started when Google made its App Shortcuts API available fo…

《计算机应用基础》第三套作业,《计算机应用基础》第三套试卷和答案.doc

《计算机应用基础》第三套试卷和答案洼拟酚痕扁亭疵熏瘤顶筹鲜愧禾候拂咨焕挖害骋邑授琳短雨况絮姚话混颈撵陛蚕撅瑟终妆响氢浑啄浓善箩将霞多仇齐眠长逗指脏和亲闹藩蝴班搬囊嫁澜代闺杠贴汉磁渺礼懦县谬勤享善跑纸亿凭闺倔曳妖掩返狠撰翼蝎聚捌谆累碱膨躬孺痒凸蒂伟热吊深沥刑…