Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Routine Support Resolver

Routine ships with a default resolver for caller. This child module contained herein is additional resovler for android support Fragment.

Usage

Supply an instance of support resolver when building your Routine instance:

Routine routine = new Routine.Builder()
  .addResolverFactory(SupportFragmentResolverFactory.create())
  .build();

Download

compile 'com.anbillon.routine:support-resolver:1.1.1'