Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

The utilities provided here allow for automatic unsubscription from sequences based on Activity or Fragment lifecycle events. This capability is useful in Android, where incomplete subscriptions can cause memory leaks.

Jul 30, 2015
Advertisement

RxLifecycle extension methods for Groovy language.

Jul 4, 2016

Build safely Android app, no more Activity not found, Activity state loss and NPE during fragment transaction!

Oct 17, 2016

This library is an easy to use series of commands to interact with a hashmap across multiple fragments attached to any running activity. This also allows users to pass information between fragments, without a transaction or bundle.

Sep 5, 2016

A simple way to add watermarks on activities

Oct 14, 2018

This is a small attempt to attract users when they are using in app feature to send out an email. The usage of this repo serves the purpose like contacting the support desk, inviting another user over email or any other form of email based features.

Oct 21, 2015

StayWoke essentially has two features:

  • Keep the screen awake while on specified activities using StayWoke.init(...)
  • Wake up the screen as soon as your app gets deployed on to the phone using WakeUp.init(...)
Jan 28, 2017

When we use startActivityForResult(), we have to receive result/data in onActivityResult().

This is very complex and inconvenience to us.

Sep 10, 2017

Track activities, getCurrentActivity, check whether application is running or not, finish all activities, and so on.

Feb 14, 2016