Getting Started
Welcome to training ground for InAiR developers. Here you'll find sets of tutorials that will teach you how to accomplish specific tasks along with sample codes which you can re-use in your app. Tutorials are organized into several groups as you can see at the top-level of the left navigation.
Build Your First App
After you've installed the Android SDK & InAiR SDK, start with this tutorial to learn the basics about InAiR app development.
- Creating an InAiR Project
- Running Your Application
- Build a Simple Slideshow
- Binding Data
- Add Input Listener
InAiR Activity Lifecycle
How InAiR activities live and die. How to create a seamless user experience by implementing lifecycle callback methods.
Application Manifest
How to declare that your app needs access to features and resources outside of its 'sandbox'. And how to request those privileges at runtime.