LikeAnimation
Android button with delightful like animation inspired by Twitter's heart.
This is an example code described in blog post: Twitter's like animation in Android - alternative.
Source link: https://github.com/frogermcs/LikeAnimation
Android button with delightful like animation inspired by Twitter's heart.
This is an example code described in blog post: Twitter's like animation in Android - alternative.
Gradle plugin that tells you what libs have new versions on Maven Central, so when you come back to a project, you know what you can update.
A helper class that extends SpannableStringBuilder
and adds methods to easily mark the text with multiple spans.
Print it, cut it, give it to your designer!
Salut is a wrapper around the WiFi Direct service discovery API in Android. Before using Salut, you should at least skim over some of the documentation and recommended reading below.
NexusData is an object graph and persistence framework for Android. It allows for organizing and managing relational data and serializing it to SQLite or custom stores. The data can be accessed or modified using higher level objects representing entities and their relationships. NexusData manages all the objects in the persistence store, tracks changes, and maintains consistency in relationships.
NexusDialog is a library that allows you to dynamically generate forms in Android with little code. It's great for apps with many form-based UIs, since it reduces the boilerplate code to setup the view layout and tie things together in the Activity.