google / fplutil

fplutil is a set of small libraries and tools that can be useful when developing applications for Android and other platforms.
http://google.github.io/fplutil
Apache License 2.0
332 stars 49 forks source link

fplutil Version 1.1.0

fplutil {#fplutil_readme}

fplutil is a set of small libraries and tools that can be useful when developing applications for Android and other platforms.

Goto fplutil's landing page for documentation.

Important: fplutil uses submodules to reference other components it depends upon so to download the source use:

git clone --recursive https://github.com/google/fplutil.git

To contribute to this project see CONTRIBUTING.

For applications on Google Play that integrate these libraries, usage is tracked. This tracking is done automatically using the embedded version string (kFplUtilVersionString). Aside from consuming a few extra bytes in your application binary, it shouldn't affect your application at all. We use this information to let us know if fplutil libraries are useful and if we should continue to invest in them. Since this is open source, you are free to remove the version string but we would appreciate if you would leave it in.