Jobs

Overview

Describe this {COMPONENT_NAME} concisely in 2-3 sentences.

Index

Table of contents for this page

Section Component Description
1 Status Current status of this component
2 Install Installation instructions and references to sources
3 Requires Lists all the Slate Kit and third-party dependencies
4 Sample Quick sample to show usage of the component
5 Goals Goals of this component and the problems it attempts to solve
6 Concepts Core concepts to understand in this component
7 Features List all the features supported
8 Setup Set up and configure this component for use
9 Details In-depth examples of the supported features

Back to top



Status

coming soon
Back to top



Install

coming soon

    repositories {
        // other repositories
        maven { url  "http://dl.bintray.com/codehelixinc/slatekit" }
    }

    dependencies {
        // other dependencies ...

        compile 'com.slatekit:slatekit-{COMPONENT_ID}:0.9.9'
    }
package slatekit.app
jar slatekit.app.jar
git slatekit/src/lib/kotlin/slatekit-app
docs App
uses slatekit.results, slatekit.common
license Apache 2.0
example Example_App.kt

Back to top



Requires

This component uses the following other Slate Kit and/or third-party components.

Component Description
Slate Kit - Results To model successes and failures with optional status codes
Slate Kit - Common Common utilities for both android + server

Back to top



Sample

coming soon

    fun quick_sample() {
        
    }

Back to top



Goals

coming soon


Goal Description
1. Goal A Description of goal
2. Goal B Description of goal
3. Goal C Description of goal

Back to top



Concepts

coming soon


Concept Description
1. Concept A Description of concept
2. Concept B Description of concept
3. Concept C Description of concept

Back to top



Features

coming soon


Name Description More
1. Feature A Description of feature more
2. Feature B Description of feature more
3. Feature C Description of feature more

Back to top



Feature 1

coming soon

    fun setup() {
        
    }
Back to features Back to top


Feature 2

coming soon

    fun setup() {
        
    }
Back to features Back to top


Feature 3

coming soon

    fun setup() {
        
    }
Back to features Back to top



Back to top