android-intents

Example Image

A collection of well-known Android intents for most common actions. Helps you call thirdparty apps to do generic work instead of you. You can call camera app for taking photos, share text, make calls, send SMS messages, scan barcodes and QR-codes and more. See methods and javadocs of IntentUtils class inside of library.

Also demo app available at Google Play

QR

Intents Collection

At this moment collection includes this intents

Installation

The library is available on maven central repository, just download jar and add it to your project classpath or add the following dependency

Maven

<dependency>
    <groupId>com.dmitriy-tarasov</groupId>
    <artifactId>android-intents</artifactId>
    <version>%latest_version%</version>
</dependency>

Gradle

compile 'com.dmitriy-tarasov:android-intents:%latest_version%'

Release History

v1.2.0 (?/?/2013): New features

v1.1.0 (20/08/2013): New features

v1.0.1 (11/08/2013): Bugfixes

v1.0.0 (28/02/2013): First release

Future releases

License

Apache Version 2.0