Source link: https://github.com/Rudresh-JR/DoughnutChart
Doughnut Chart
Library containing common animations needed for transforming ViewPager
scrolling on Android v13+. This library is a rewrite of the JazzyViewPager library and owes credit of the animation concepts directly to its source. The purpose of this rewrite is to provide an easier to use and extend implementation of ViewPager animations.
MatchView is a library which includes MatchTextView
and MatchButton
.
Renderers is an Android library created to avoid all the Adapter/ListView boilerplate needed to create a new adapter and all the spaghetti code that developers used to create following the ViewHolder
classic implementation.
This Android library offers you two main classes to extend and create your own rendering algorithms out of your adapter implementation.
Renderers is an easy way to work with android ListView
and Adapter
classes. With this library you only have to create your renderers and declare the mapping between the object to render and the renderer.
Futuroid is an Android library that allows running asynchronous tasks and attaching callbacks thanks to a convenient syntax. It offers an alternative to the Android AsyncTask class.
Features:
Custom shape ImageView
using PorterDuffXfermode
with paint shapes and SVGs.
You can use it to quickly turn a String into a Spannable
and apply different types of spans to it.
new Makeup( name + ", " + age).boldify(0, name.length()).apply()
This would show a name and age of a person, and make the name part bold.