# Hyperloop Sample Apps
# Introduction
There are many Hyperloop open source projects on Github already. Make sure to check the following sample apps to get started with native app-development and Hyperloop.
Cross-platform example app
Our cross-platform example app can be found in this Github repo: https://github.com/tidev/hyperloop-examples (opens new window)
A large sample app that demonstrates native APIs for all platforms (iOS & Android), including CocoaPods and Android
.aar
packagesExamples for the UICollectionView, Beacons, Android Bottom Navigation View, native Android XML layouts, iOS storyboards, XIB's, and so on.
# Requirements
Titanium 7.0.0+
Alloy 1.10.0+
# Running this app
BEFORE attempting to run this application, ensure that you have downloaded and followed the instructions from the appropriate guide below. There are specific prerequisites that must be first met before this application will run properly.
# Hyperloop examples organization on Github
We have an organization on Github hosting a number of Hyperloop "modules". These are good examples of wrapping native APIs in Javascript and showcase how you can use Hyperloop to provide APIs that previously would have required writing native modules (in Objective-C, C#, or C++).
Github repo: https://github.com/hyperloop-modules (opens new window)
Here are a few of them, but be sure to check out the organization on Github (opens new window) for the latest and full listing.
https://github.com/hyperloop-modules/ti.speech (opens new window)
- Use the iOS 10+ Speech framework in Hyperloop
https://github.com/hyperloop-modules/ti.mapbox (opens new window)
- Use the native Mapbox iOS-SDK in Hyperloop & CocoaPods
https://github.com/hyperloop-modules/ti.snackbar (opens new window)
- Use the native Android Snackbar UI-widget in Hyperloop
There are more samples in development right now, so stay tuned and ensure to get in touch with the community on TiSlack (opens new window) in the #hyperloop channel!