Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 872 Bytes

File metadata and controls

41 lines (29 loc) · 872 Bytes

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