protobuf-example
Example app to use Protobuf in Android using Square's Wire library.
Source link: https://github.com/kushalsharma/protobuf-example
Example app to use Protobuf in Android using Square's Wire library.
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.
Battery Historian is a tool to analyze battery consumers using Android "bugreport" files.
A Java library for the Forecast.io API. It is quite functional at this point. The API is fully implemented except for callbacks. Further development will continue. A jar file with the dependencies is available under the jar/ folder for convenience.