Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

LakuePopupActivity is popsup and is easy to call back. Used in various places such as error, image, notice.

Apr 21, 2020

A simple implementation of material design backdrop.

Dec 28, 2019

Intercept onActivityResult from anywhere withing your application, all you need is a Context

Nov 28, 2019

A simple way to add watermarks on activities

Oct 14, 2018

A drawing view for your android application.

Sep 22, 2018

Receive the activity result directly after the startActivityForResult with InlineActivityResult.

Sep 13, 2018

A lightweight android library for including a drawing experience to your android app.

Sep 5, 2018

A library that helps implementing Android's LifeCycleObserver interface for variables instead of Classes, for example:

LiteCycle.with(10).forLifeCycle(this).onResumeUpdate(i -> i + 1).onPauseUpdate(i -> i + 1).observe()

Feb 7, 2018

The LifecycleModel class is designed to store and manage UI-related data in a lifecycle conscious way, The LifecycleModel class allows data to survive configuration changes such as screen rotations, It also handles the communication of the Activity / Fragment with the rest of the application.

Dec 10, 2017

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

This is very complex and inconvenience to us.

Sep 10, 2017

An example project / library of outside layout activity.

This is contains below components:

  • AlignedOutsideActivity
  • ScaleOutsideActivity
  • TranslateOutsideActivity
Aug 13, 2017

Rx binding of new Android Architecture Component Lifecycle.

May 23, 2017

Easily add Portfolio Activity in your android app.

May 11, 2017

An Android wrapper to simplify process for start an Activity.

Mar 27, 2017

An android library which enables activity/fragment fields retention through configuration changes (e.g screen rotatio) by generating boilerplate code for you.

Feb 16, 2017

Android Library that provide simpler way to start the Activities with multiple arguments.

Field and method binding for Android Activity arguments, which uses annotation processing to generate boilerplate code for you, and:

Eliminate all putExtra and getXXXExtra methods. Allows you to forget about all keys that were used to pass agruments. Support flags and Intent provide.

Feb 10, 2017

Android library that adds methods isForeground / isBackground / isReturnedFromBackground.

Jan 31, 2017

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

Makes it easy to create a beautiful about screen for your app.

Jan 5, 2017

This library allows to use Material activity choosers on Jelly Bean+.

Dec 22, 2016

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

Oct 17, 2016

Now you can preserve object instance without any hassle during orientation change.

Oct 4, 2016

An Rx wrapper for receiving results from startActivityForResult() as an Observable.

Sep 23, 2016

Android library allowing to preserve instance of any object across orientation changes.

Sep 8, 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

RxLifecycle extension methods for Groovy language.

Jul 4, 2016

Composition over inheritance

Allows to add functionality into an Android Activity. Just because we all have a BaseActivity in our projects containing too much unused stuff. When it grows, it get unmaintainable.

May 10, 2016

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

Feb 14, 2016

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

Pull down to finish an Activity.

Oct 15, 2015