2018 年初值得关注的 25 个新 Android 库和项目 已翻译 100%

oschina 投递于 2018/01/19 11:18 (共 15 段, 翻译完成于 01-23)
阅读 22632
收藏 134
8
加载中

This is my newest list of 25 Android libraries and projects which you may find useful, interesting and which are worthy to check. All of them were released in the last 3 months and are not in ranked order.
Check them below and enjoy!

已有 1 人翻译此段
我来翻译

1. transitioner

Transitioner is a library which provides easy, dynamic and adjustable animations between two views with nested children. It is written 100% in Kotlin under MIT license and is really well-documented.

This library supports API 19 and above and in the project there is also a sample app which presents its features. Undoubtedly this is worth checking!

2. FragmentRigger

This library manages Fragments in a powerful way. The goal is to make Fragments easy to use and minify the cost of managing them.

The library has a proper documentation as well as a sample app. It is released under MIT license.

已有 1 人翻译此段
我来翻译

3. PRDownloader

This is a file-downloader library for Android with pause and resume support.

This is a short description from README:

PRDownloader can be used to download any type of files like image, video, pdf, apk and etc.
This file downloader library supports pause and resume while downloading a file.
Supports large file download.
This downloader library has a simple interface to make download request.
We can check if the status of downloading with the given download Id.
PRDownloader gives callbacks for everything like onProgress, onCancel, onStart, onError and etc while downloading a file.
Supports proper request cancelling.
Many requests can be made in parallel.
All types of customization are possible.

This library has a good documentation with a sample app and is released under Apache-2.0 license.

已有 1 人翻译此段
我来翻译

4. AnimatedPieView

AnimatedPieView is another approach for displaying pie and ring charts on Android.

 

This library offers:

  • alpha animation on touch,

  • setting clearance angle,

  • fitting text field position itself during an animation,

  • setting a description and showing it for every paragraph,

  • a click callback,

  • a click effect,

  • transformation between a pie chart and a ring chart,

  • animation when drawing the chart.

It has a really good documentation (also in English). There is also a sample app. All is released under Apache-2.0 license.

已有 1 人翻译此段
我来翻译

5. FloatWindow

This library helps with adding a “Floating Window” which can be displayed on the top of your all Activities. The “Float Window” can be defined as eg. Floating Action button. This is shown below.

This library is released under Apache 2.0 license. It has a good documentation but it is written in Chinese. Just translate to English and have a fun!

6. MyLittleCanvas

The reason for that library was to facilitate work with canvas on Android. Instead of methods, you can use objects now.

By using this library, you can achieve e.g. a custom underline on a TextView which is shown above. 

The example in README is self-explanatory and easy to use. The documentation is decent enough and the library is released under Apache-2.0 license. Have fun with drawing!

已有 2 人翻译此段
我来翻译

7. WindowImageView

This is quite interesting library which displays ImageView in RecyclerView and it acts like a window. See the gifs below for the visualization.

 

This project includes a sample app. The documentation is fair enough for getting started and the library is released under MIT license.

8. ChartView

ChartView is a project which presents, how to draw custom charts using Canvas and ValueAnimator.

已有 2 人翻译此段
我来翻译

9. hyperlog-android

This is an utility logger library, on top of standard Android Log class for storing logs in a database and push them to remote server for debugging.

The documentation is really comprehensive. There is also a blog post about it and a sample application. The library is released under MIT license and currently has version 0.0.7.

10. Fairy

Fairy is an easy debug tool which allows developers to use adb logcatcommand to view Android system log on an Android phone instead of on a computer. 
It also allows to scan the system log information anywhere using Android phone without even having a root.

The library has decent documentation and it is released under Apache-2.0 license. It supports Android API 21 and above.

已有 1 人翻译此段
我来翻译

11. ExpansionPanel

This is another great library from Florent Champigny. It provides us with an implementation of Expansion Panels (which contain creation flows and allow lightweight editing of an element).

The documentation is really comprehensive and the project itself contains a sample app. All the code is under Apache-2.0 license. The sample app is also available on Google Play

12. kotlin-math

This is

Set of Kotlin APIs to make graphics math easier to write. These APIs are mostly modeled after GLSL (OpenGL Shading Language) to make porting code to and from shaders easier.
The various types offered by this library are only meant to be value types. Most APIs are therefore exposed as top-level functions and not as methods

The project is released under Apache-2.0 license.

已有 1 人翻译此段
我来翻译

13. TicketView

This is a library which provides a Ticket View. It offers 3 types of TicketView corners: normal, rounded and scallop.

This project is released under Apache-2.0 license and the sample app can be found in the Github repo or on Google Play. The documentation is decent and the library supports API 15 and above.

14. Cipher.so

This library provides a simple way to encrypt sensitive date into a native .so library.

How the library works? All the key-values are auto-packaged into a native library during a compile time. Then it can be obtained from the Java interface generated by Cipher.so.

The documentation is good enough and the project is released under Apache-2.0 license.

已有 1 人翻译此段
我来翻译

15. android-clean-architecture-mvi-boilerplate

This is a fork of Buffer clean architecture boilerplate using the Model-View-Intent pattern.

In the presentation layer it uses now ViewModels from the Android Architecture Components Library. The caching layer now also uses Room.

16. Android-Indefinite-Pager-Indicator

This library is a lightweight, plug-and-play indefinite pager indicator for RecyclerViews & ViewPagers.

This library has really good documentation, sample app, a lot of dots customisation and is released under MIT license. MinSDK is 16.

已有 1 人翻译此段
我来翻译
本文中的所有译文仅用于学习和交流目的,转载请务必注明文章译者、出处、和本文链接。
我们的翻译工作遵照 CC 协议,如果我们的工作有侵犯到您的权益,请及时联系我们。
加载中

评论(1)

dimdim
dimdim
从中文翻译英文,然后翻译成中文。。。。
返回顶部
顶部