LakuePopupActivity is popsup and is easy to call back. Used in various places such as error, image, notice.
A simple implementation of material design backdrop.
Intercept onActivityResult
from anywhere withing your application, all you need is a Context
A simple way to add watermarks on activities
Receive the activity result directly after the startActivityForResult with InlineActivityResult.
A lightweight android library for including a drawing experience to your android app.
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()
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.
When we use startActivityForResult()
, we have to receive result/data in onActivityResult()
.
This is very complex and inconvenience to us.
An example project / library of outside layout activity.
This is contains below components:
Rx binding of new Android Architecture Component Lifecycle.
An android library which enables activity/fragment fields retention through configuration changes (e.g screen rotatio) by generating boilerplate code for you.
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.
Android library that adds methods isForeground / isBackground / isReturnedFromBackground.
StayWoke essentially has two features:
StayWoke.init(...)
WakeUp.init(...)
Makes it easy to create a beautiful about screen for your app.
This library allows to use Material activity choosers on Jelly Bean+.
Build safely Android app, no more Activity not found, Activity state loss and NPE during fragment transaction!
Now you can preserve object instance without any hassle during orientation change.
An Rx wrapper for receiving results from startActivityForResult() as an Observable
.
Android library allowing to preserve instance of any object across orientation changes.
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.
RxLifecycle extension methods for Groovy language.
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.
Track activities, getCurrentActivity
, check whether application is running or not, finish all activities, and so on.
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.