All Projects → shouse → Awesome Hyperloop Titanium

shouse / Awesome Hyperloop Titanium

Licence: mit
A curated list of awesome links to resources around Axway's Hyperloop for Titanium. And more.

Projects that are alternatives of or similar to Awesome Hyperloop Titanium

Mixpanel Iphone
iPhone tracking library for Mixpanel Analytics
Stars: ✭ 939 (+3030%)
Mutual labels:  cocoapods
Czsharedimage
Optimize iOS image loading by sharing UIImage objects.
Stars: ✭ 13 (-56.67%)
Mutual labels:  cocoapods
Quiver
Validation, searching and filtering made easy for swift.
Stars: ✭ 27 (-10%)
Mutual labels:  cocoapods
Tbactionsheet
A Custom&Powerful Action Sheet For iOS. 一个 ActionSheet 满足所有样式!超高自由度的可定制!
Stars: ✭ 942 (+3040%)
Mutual labels:  cocoapods
Vtacknowledgementsviewcontroller
Acknowledgements screen displaying a list of licenses, for example from CocoaPods dependencies.
Stars: ✭ 863 (+2776.67%)
Mutual labels:  cocoapods
Request.swift
A tiny HTTP client written in swift. URLSession alternative
Stars: ✭ 14 (-53.33%)
Mutual labels:  cocoapods
Hdcommontools
一句代码即可实现多种常用功能,根据数据处理、文件管理、多媒体管理、权限管理、系统信息、Appstore操作、加密解密、快捷宏定义等几种不同的类型封装,A short code can achieve a variety of commonly used functions,according to the data processing, file management, multimedia management, rights management, information system, Appstore, encryption and decryption, quick macro definition type package several different Category
Stars: ✭ 25 (-16.67%)
Mutual labels:  cocoapods
Avsqldebugger
A Simple Core Data Debugger that will look inside your apps DB
Stars: ✭ 30 (+0%)
Mutual labels:  cocoapods
Asynchronous
Implementation-agnostic asynchronous code
Stars: ✭ 13 (-56.67%)
Mutual labels:  cocoapods
Parsel
Create complex parsers by combining simple ones with Parsel!
Stars: ✭ 21 (-30%)
Mutual labels:  cocoapods
Ppnumberbutton
iOS中一款高度可定制性商品计数按钮(京东/淘宝/饿了么/美团外卖/百度外卖样式)
Stars: ✭ 845 (+2716.67%)
Mutual labels:  cocoapods
Ksylive ios
金山云直播SDK [ iOS推流+播放 ]融合版 支持美颜滤镜(Beauty Filter)、美声(Beauty Voice)、软硬编(Software/Hardware Encoder) 、网络自适应(Network Auto Adapt)、混音(Audio Mixer)、混响(Reverb)、画中画(PIP)
Stars: ✭ 861 (+2770%)
Mutual labels:  cocoapods
Preloader.ophiuchus
Custom Label to apply animations on whole text or letters.
Stars: ✭ 880 (+2833.33%)
Mutual labels:  cocoapods
Imagescout
A Swift implementation of fastimage. Supports PNG, GIF, and JPEG.
Stars: ✭ 940 (+3033.33%)
Mutual labels:  cocoapods
Lothar
基于CTMediator的组件化中间件
Stars: ✭ 27 (-10%)
Mutual labels:  cocoapods
Taniwhatextfield
My first cocoapod framework
Stars: ✭ 26 (-13.33%)
Mutual labels:  cocoapods
Tkswitchercollection
An animation switch collection
Stars: ✭ 877 (+2823.33%)
Mutual labels:  cocoapods
Swiftyonboard
A swifty iOS framework that allows developers to create beautiful onboarding experiences.
Stars: ✭ 952 (+3073.33%)
Mutual labels:  cocoapods
Ctpanoramaview
A library that displays spherical or cylindrical panoramas with touch or motion based controls.
Stars: ✭ 951 (+3070%)
Mutual labels:  cocoapods
Weekdayssegmentedcontrol
A Custom segmented control to select weekdays for iOS
Stars: ✭ 14 (-53.33%)
Mutual labels:  cocoapods

Looking for a maintainer If you are interested in maintaining this, let me know somehow. I'm not sure this is still needed.

Awesome: Titanium Hyperloop

Appcelerator Titanium Hyperloop Enabled  platform  platform  platform  License MIT 

A curated list of awesome links to resources around Axway's Hyperloop for Titanium

What is Hyperloop?

Use any native API via JavaScript Anything you can write in Objective-C, Swift, Java, or C# can be represented with JavaScript.

What is this repo for?

There's so much awesomeness about Hyperloop, but it's difficult to find an aggregated spot of up-to-date information about it.

This repo is an attempt to bridge that gap and link the community to relevant information so that we can make more badass software!

Cool! What can I do?

  • Got something that belongs here? Fork and Submit a PR!
  • Want information about something but don't have a link? Create an issue!

Table of Contents

Platform Specific Resources

Information and Articles

  • Sample App

  • Axway Docs - Some of the best documentation currently

  • Hyperloop FAQ

  • Hyperloop Builds - Collection of the latest Hyperloop releases, including pre-release versions and master builds.

  • Medium.com - Blog post by Rene Pot - Featuring Hans Knoechel. At the TitaniumNL meetup in Amsterdam at February 3rd, Hans Knoechel talked about Hyperloop and what Hyperloop actually is. In short, Hyperloop allows you to talk from Javascript straight to Objective-C/Swift or Java without having to write wrapper modules. This makes it really really easy to extend native API’s for Titanium. The presentation has been recorded and can be seen in full on YouTube.

  • Developing Native APIs with Hyperloop -
    By Erin Bailey October 25, 2017: Intreview with Nazir Dogan, Mobile Application Developer and Software Developer at Etiya, has been using Hyperloop since its early days to create six unique open-sourced modules.

Enabling Hyperloop

Each Titanium project that want to use Hyperloop requires the Hyperloop-services to be enabled. By default, Hyperloop is disabled and you can enable it for your projects via the CLI or within Studio. TL;DR

  • For iOS add <use-jscore-framework>true</use-jscore-framework> to tiapp.xml
  • Add <module>hyperloop</module> to tiapp.xml
  • Add <plugin version="2.2.1">hyperloop</plugin> to tiapp.xml

AppC Blog - Tech Tutorial: Hyperloop Modules

In this in-depth video, Developer Evangelist Jason Kneen provides an overview of Titanium, its benefits and how it works. The tutorial delves into best practices for UI and views, navigation, buttons and labels, event handling, and data binding. Jason also demonstrates how these concepts are used in practice with a sample project code walkthrough.

JIRA

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].