Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Android Intent & Bundle extensions that insert and retrieve values elegantly.

Nov 9, 2020

An easy way to start activity and pass data between two activities.

Aug 11, 2019

A library which will save you a lot of time from writing the same intent creation code. It contains many intents like Share, Contacts, Email and etc, which you can easily use.

May 26, 2019

This library adds a lifecycle observer for your app. You can add logic for method of pause app, resume app, start or close your app.

Oct 13, 2018

IntentUtils is a small wrapper for handling intent opening via startActivity.

Oct 6, 2018

OmegaIntentBuilder - a simple way to create and start your own intent.

Dec 15, 2017

This library uses the power of RxJava to wrap an Observable android Activity#onActivityResult() method so you can easily request something from other activities and have the result right there in your observabale's subscribe() method.

Main Benefits

  • Don't Break The Chain: Prevents you to split your code between the permission request and the result handling. Currently without this library you have to request in one place and handle the result in Activity#onActivityResult().
  • Reactive: All what RX provides about transformation, filter, chaining...
Sep 4, 2017

This project gives more control over implicit intents creation and the way it is presented.

Oct 10, 2016

IntentBuilder is a type safe way of creating intents and populating them with extras. Use them with your Activities and Services.

Oct 7, 2016

This project is a light open-source library that improves the sharing experience on Android.

May 7, 2016

Grenade is annotation based intent builder for activities and services. By using this library, you can build Intent with extras and retrieve extras by type safe way and less code.

Apr 10, 2016

The api which Android SDK exposes to retrieve the data from a 'returning system call' (camera, gallery, email...) just does not give a shit about Don't break the chain leitmotiv. Indeed, the OnActivityResult approach will broke entirely your observable chaining.

Mar 15, 2016

An Android Library for the creation of SendTo Intents with mailto: URI.

Jan 10, 2016

Fluent API for common Intent use-cases in Android.

This library wraps Intents with a clean and simple to understand interface for a number of specific use-cases.

Nov 9, 2015

An Android Library for the type-safe creation of Share Intents.

Sep 13, 2015

Aftermath handles the consequences of your startActivityForResult calls.

Jul 21, 2015

Android Intent wrapper with fluid API and argument validations.

May 2, 2015

This app is built during the free time of the developer for fun. It provides with a tool to test some Intent behavior while building and testing other apps or just for fun playing with the framework. ;) This app would not work and feel the same way if it weren't for some great Android open-source projects that were used during the development.

Jan 2, 2015

IntentLogger allows to dump intent content into logcat.

Dec 26, 2014

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.

Jul 20, 2014

This is a library for flexible trusted interactions between Android apps. It is modeled after Android's signature protection level for permissions. The key difference is that the framework allows the trusted signature to be set, rather than requiring to match the current app's signature.

Jul 12, 2014

A small library which will save you from writing the same intent creation code again and again for the most simple tasks.

Jul 5, 2014