Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Android Library to make a cool intro for your app.

Jun 5, 2015

This project is an implementation of the User Profile Interface Animation.

Mar 25, 2015

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 Lollipop material design styled android pin-code library.

Jan 26, 2015

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

Jan 5, 2017

A drawing view for your android application.

Sep 22, 2018

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

Sep 5, 2018

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

Nov 28, 2019

The library was created in order to provide new animations for activities on Android.

Mar 28, 2015

Easily add Portfolio Activity in your android app.

May 11, 2017

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

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

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

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

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

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

Android library which allows you to swipe down from an activity to close it.

Aug 30, 2015

An Android library to show an intro to your users.

Sep 16, 2015

Rx binding of new Android Architecture Component Lifecycle.

May 23, 2017

An example project / library of outside layout activity.

This is contains below components:

  • AlignedOutsideActivity
  • ScaleOutsideActivity
  • TranslateOutsideActivity
Aug 13, 2017

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

Dec 22, 2016

An Android wrapper to simplify process for start an Activity.

Mar 27, 2017

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

Oct 4, 2016

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 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

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

Oct 17, 2016
Advertisement

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

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

Feb 14, 2016