The Kohii Library

Kohii tutorials

This tutorial helps you to understand how to start using Kohii, to learn some core concepts of Kohii and to be familiar with the way Kohii works.

Source code

Objective

The application we build will:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0222354e-5525-4c2b-aac5-6839c7074a17/kohii_tut_101_3.webm

Requirement

You need to have basic knowledge about Android development, you need to know how to use Android Studio and last but not least, always make sure to use the content you own, or the content that is free to use.

Hands-on

Note: if you are familiar with Android Studio and Android development using Android Studio, you can skip step 1.

Step 1: Initial project setup

Open Android Studio, create a new project with your preferable setup and we are done.

After this step, you will have a similar project like this:

Step 2: Adding necessary dependencies

Following the description here to update your build.gradle:

eneim/kohii