Describe this {COMPONENT_NAME} concisely in 2-3 sentences.
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 |
coming soon
Back to top
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 |
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 |
coming soon
fun quick_sample() {
}coming soon
| Goal | Description |
| 1. Goal A | Description of goal |
| 2. Goal B | Description of goal |
| 3. Goal C | Description of goal |
coming soon
| Concept | Description |
| 1. Concept A | Description of concept |
| 2. Concept B | Description of concept |
| 3. Concept C | Description of concept |
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 |
coming soon
fun setup() {
}coming soon
fun setup() {
}coming soon
fun setup() {
}