TinyTask icon indicating copy to clipboard operation
TinyTask copied to clipboard

A Tiny Task Library

Results 3 TinyTask issues
Sort by recently updated
recently updated
newest added

Hi, The IDE throws warning unchecked call whenever I use TinyTask `Unchecked call to 'whenDone(DoThis)' as a member of raw type 'inaka.com.tinytask.TinyTask' ` `TinyTask.perform(new Something() { @Override public String whichDoes()...

I am in a AppDrawerNavigator Fragment. In my OnCreateView of the fragment I have a method LoadEmployeeJobs. This is the body of that method. ``` TinyTask.perform(new Something() { @Override public...

it won't let me get tinytask