Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tidev/ti.moddevguide
Appcelerator Titanium native Module Guide
https://github.com/tidev/ti.moddevguide
appcelerator java javascript native-module objective-c titanium titanium-module
Last synced: 3 months ago
JSON representation
Appcelerator Titanium native Module Guide
- Host: GitHub
- URL: https://github.com/tidev/ti.moddevguide
- Owner: tidev
- Created: 2014-08-07T16:17:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T18:10:26.000Z (11 months ago)
- Last Synced: 2024-08-24T02:02:02.180Z (6 months ago)
- Topics: appcelerator, java, javascript, native-module, objective-c, titanium, titanium-module
- Language: JavaScript
- Homepage:
- Size: 2.25 MB
- Stars: 40
- Watchers: 13
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Titanium Module Developer Guide [![Build Status](https://travis-ci.org/appcelerator-modules/ti.moddevguide.svg)](https://travis-ci.org/appcelerator-modules/ti.moddevguide)
=======This is the Module Developer's Guide for Titanium. It can be used by native module developers to understand the basic and
advanced concepts to build own native modules for Titanium.## Functionality
This sample module provides the following components across iOS and Android:
- [x] Module / app lifecycle
- [x] View / proxy relationship
- [x] Sending and receiving events ( `fireEvent` and `addEventListener`)
- [x] Writing own setter / getter methods
- [x] Validate user-input and provide proper error-handling
- [x] Manage async tasks using callbacks## Questions?
If you have any questions, feel free to join the `#module_development` channel in the [TiSlack community](http://tislack.org)
or ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/titanium).## Contributors
Interested in contributing? Read the [contributors/committer's](https://wiki.appcelerator.org/display/community/Home) guide.
## Legal
This module is Copyright (c) 2010-present by Axway Appcelerator. All Rights Reserved.
Usage of this module is subject to the Terms of Service agreement with Axway Appcelerator.