First, have a look on this brief technical introduction to Cobalt to understand basic principles of the framework.
The full documentation Wiki is here.
- Android Studio
- XCode (mac users only)
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.
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 :
Read the FAQ or ask us in the issues tracker. We will be glad to help !
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.