Skip to content

CyberGear/TaskManager

Repository files navigation

CyberGear TaskManager

Version: 0.0.3

  • cleaned manifest from not necessary tags

Version: 0.0.2

  • must be better callback handling

Version: 0.0.1, Min SDK version: 10 ( Android: 2.3.3 )


Description

This tool will help you to handle async tasks between recreating Activities on rotation. It relinks calbacks back to activity, without any truble

Including to your project

Project build.gradle

allprojects {
    repositories {
        ...
        maven {
            url "https://github.com/CyberGear/TaskManager/raw/master/repo/"
        }
    }
}

module build.gradle

dependencies {
    ...
    compile 'lt.cybergear:taskmanager:0.0.3'
}

About

Simple little manager for Async tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages