Source link: http://autosend.io
Message The Right Users, At the Right Time.
Send personalized email + SMS + push messages to users based on what they do in your web & mobile app.
Source link: http://autosend.io
Message The Right Users, At the Right Time.
Send personalized email + SMS + push messages to users based on what they do in your web & mobile app.
Android Version plugin is a gradle plugin that helps managing version for Android projects. Plugin is especially helpful when you are dealing with complex build structure with multiple flavours and apk splits.
A simple one class TouchListener
that can be attached to any RecyclerView
and handles multi selection in google photos style via long pressing on an item and moving the finger up/down to select more items (it even scrolls if you reach the edges of the RecyclerView).
Data binding based Android library for validating input.
Android Studio / IDEA plug-ins to make Android multi-channel packages.
An Android costomized View to display battery level with charging status.
Releasing versions in Gradle is very different from releasing in Maven. Maven came with maven-release-plugin which did all the dirty work. Gradle has no such tool and probably doesn't need it anyway. Evolution of software craft came to the point, when we start thinking about SCM as ultimate source of truth about project version. Version should not be hardcoded in pom.xml or build.gradle.