Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.93 KB

README.md

File metadata and controls

50 lines (27 loc) · 1.93 KB

Cobalt

First, have a look on this brief technical introduction to Cobalt to understand basic principles of the framework.

The full documentation Wiki is here.

Prerequisites

1) Install Android Studio or XCode

This step can take some time. If you already have them on your computer, be sure to have latest XCode version and lastest SDK and JDK for Android Studio.

2) Install Git if not already on your system

Try the samples

Choose a sample between HelloWorld, SideMenu, Catalog and git clone it for your platform :

git clone https://github.com/Cobaltians-Samples/Samples-HelloWorld-Android.git
//or
git clone https://github.com/Cobaltians-Samples/Samples-HelloWorld-iOS.git

Then go to the cloned folder and don't forget to init git submodules :

git submodule update --init

Then, open the iOS or Android project and enjoy !

Alternatively you can add Cobalt to an existing project :

Something not clear ?

Read the FAQ or ask us in the issues tracker. We will be glad to help !

Where to go from here ?

Dive in, jump to the documentation wiki, there is great guides to help you :

Follow @cobaltians on Twitter or check out the blog for updates.