https://github.com/Topener/titanium-modules
The extensive list of good Titanium Modules!
https://github.com/Topener/titanium-modules
android appcelerator hacktoberfest ios mobile native titanium
Last synced: about 1 year ago
JSON representation
The extensive list of good Titanium Modules!
- Host: GitHub
- URL: https://github.com/Topener/titanium-modules
- Owner: Topener
- Archived: true
- Created: 2016-09-14T13:29:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T14:07:04.000Z (over 4 years ago)
- Last Synced: 2024-11-16T00:33:46.218Z (over 1 year ago)
- Topics: android, appcelerator, hacktoberfest, ios, mobile, native, titanium
- Homepage:
- Size: 39.1 KB
- Stars: 54
- Watchers: 12
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extensive List of Titanium Modules!
This list (should) contain all proper Titanium modules, preferable well documented but at least working and up-to-date. If you find a module doesn't work (anymore) or the list is missing modules, feel free to raise an issue or (even better) submit a PR!
## Push Notifications
|  |  | Name | Description |
| :---------------------: | :-----------------------------: | ----------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| x | x | [Ti.CloudPush](http://docs.appcelerator.com/platform/latest/#!/api/Modules.CloudPush) | Module by appcelerator to receive pushes |
| - | x | [Ti.Goosh](https://github.com/caffeinalab/ti.goosh) | Receiving push notifications on Android |
| - | x | [GCMPush](https://github.com/morinel/gcmpush) | Titanium Module for Android Push |
| x | x | [UrbanAirship](https://bintray.com/urbanairship/titanium/titanium-module#) | Urban Airship Integration. |
| x | x | [PushWoosh](https://github.com/Pushwoosh/pushwoosh-appcelerator-titanium) | PushWoosh Push integration ([ios](https://github.com/Pushwoosh/pushwoosh-ios-sdk/releases) / [android](https://github.com/Pushwoosh/pushwoosh-android-sdk/releases) releases) |
| x | x | [ApiOmat](https://web.apiomat.org/dashboard/sdk/index/_selLang/TITANIUM) | ApiOmat Integration (you need an account (free) to access your customized Titanium SDK). |
| x | x | [OneSignal](https://github.com/williamrijksen/com.williamrijksen.onesignal) | OneSignal integration for Android & iOS. |
| x | x | [Countly](https://github.com/dieskim/countly-sdk-appcelerator-titanium-ios) | Count.ly Titanium Analytics, Crash and Messaging Module ([ios](https://github.com/dieskim/countly-sdk-appcelerator-titanium-ios) / [android](https://github.com/dieskim/countly-sdk-appcelerator-titanium-android)) |
| x | x | [JPush](http://kiteplans.info/2015/04/04/appcelerator-titanium-alloy-jpush-push-notification-module-ios-and-android-china-push-notification-non-gcm/) | Titanium JPush Messaging Module |
## Image handling
|  |  | Name | Description |
| :---------------------: | :-----------------------------: | ----------------------------------------------------------------------------------------- | ---------------------------------------- |
| x | x | [Ti.ImageFactory](https://github.com/appcelerator-modules/ti.imagefactory) | Resize, crop and more image manipulation |
| x | x | [av.imageview](https://github.com/AndreaVitale/imageview) | Using content mode for displaying images |
| x | - | [com.mfogg.squarecamera](https://github.com/mikefogg/squarecamera) | Great camera module with Barcode support |
| - | x | [in.prashant.imagepicker](https://github.com/prashantsaini1/titanium-android-imagepicker) | Multi-image select from gallery |
| - | x | [Ti.VRView](https://github.com/AppWerft/Ti.VRview) | VRView |
## Barcode scanners
|  |  | Name | Description |
| :---------------------: | :-----------------------------: | ---------------------------------------------------------------------------------------- | ---------------------------------------- |
| x | x | [ti.barcode](https://github.com/appcelerator-archive/ti.barcode) | Barcode scanner by Appcelerator |
| - | x | [Acktie-Mobile-Android-Barcode](https://github.com/acktie/Acktie-Mobile-Android-Barcode) | Fast Android barcode scanner |
| x | - | [com.mfogg.squarecamera](https://github.com/mikefogg/squarecamera) | Great camera module with Barcode support |
## Caching
|  |  | Name | Description |
| :---------------------: | :-----------------------------: | --------------------------------------------------------- | ----------------------------------------------------- |
| x | x | [To.ImageCache](https://github.com/Topener/To.ImageCache) | Store images locally and define expire time per image |
## Analytics
|  |  | Name | Description |
| :---------------------: | :-----------------------------: | --------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| x | x | [Ti.GA](https://github.com/benbahrenburg/Ti.GA) | Google Analytics |
| x | x | [Countly](https://github.com/dieskim/countly-sdk-appcelerator-titanium-ios) | Count.ly Titanium Analytics, Crash and Messaging Module ([ios](https://github.com/dieskim/countly-sdk-appcelerator-titanium-ios) / [android](https://github.com/dieskim/countly-sdk-appcelerator-titanium-android)) |
| x | x | [ti.flurry](https://github.com/appcelerator-archive/ti.flurry) | Flurry (crash)analytics module by Appcelerator |
## Social Media
|  |  | Name | Description |
| :---------------------: | :-----------------------------: | ----------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| x | - | [TiSocial](https://github.com/viezel/TiSocial.Framework) | Facebook, Twitter and Sina Weibo integrations |
| x | x | [SocialShare](https://github.com/ricardoalcocer/socialshare) | Share with all supported native apps configured in the device |
| x | x | [Ti.Facebook](http://docs.appcelerator.com/platform/latest/#!/api/Modules.Facebook) | Facebook module by Appcelerator |
## HTTP clients
|  |  | Name | Description |
| :---------------------: | :-----------------------------: | ----------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| x | x | [XHR.js](https://github.com/raulriera/XHR) | Great and simple way to execute HTTP calls |
| x | x | [RESTe](https://github.com/jasonkneen/RESTe) | Another great way to execute HTTP calls and populate collections on the fly |
| x | x | [net.iamyellow.tiws](https://github.com/omorandi/tiws) | Native WebSockets |
| x | x | [Ti.HTTPS](http://docs.appcelerator.com/platform/latest/#!/api/Modules.Https) | HTTPS security module by Appcelerator (Team+ license) |
| x | x | [ti-firebase](https://github.com/chrisribe/ti-firebase) | Firebase integration for communication with Firebase backend |
## Ads
|  |  | Name | Description |
| :---------------------: | :-----------------------------: | ------------------------------------------------------------ | --------------------------------- |
| x | x | [Ti.Admob](https://github.com/appcelerator-modules/ti.admob) | Admob intagration by Appcelerator |
| - | x | [Ti.AdBuddiz](https://github.com/m1ga/tiadbuddiz) | AdBuddiz intagration |
## Utils
|  |  | Name | Description |
| :---------------------: | :-----------------------------: | -------------------------------------------------------------------------- | ---------------------------------------------- |
| - | x | [de.marcelpociot.autofocus](https://github.com/mpociot/TiAndroidAutofocus) | No auto focus on textfields on Android anymore |
| x | x | [ti.paint](https://github.com/appcelerator-archive/ti.paint) | Module by Appcelerator to paint on the window |
## Layout
|  |  | Name | Description |
| :---------------------: | :-----------------------------: | -------------------------------------------------------------------- | ----------------------------------------------------------- |
| - | x | [ActionbarExtras](https://github.com/ricardoalcocer/actionbarextras) | Manipulating the Android Actionbar |
| x | x | [NappDrawer](https://github.com/viezel/NappDrawer) | Side menu drawer by Viezel |
| - | x | [Ti.DrawerLayout](https://github.com/manumaticx/Ti.DrawerLayout) | Android Drawer Menu [obsolete: included in Ti 6.2.0] |
| x | x | [ti.animation](https://github.com/m1ga/ti.animation) | Module for Facebook KeyFrames and AirBnB Lottie Animations. |
## Database
|  |  | Name | Description |
| :---------------------: | :-----------------------------: | ------------------------------------------- | --------------- |
| x | x | [ti.loki](https://github.com/ianko/ti-loki) | LokiJS Database |
## Payment
|  |  | Name | Description |
| :---------------------: | :-----------------------------: | ----------------------------------------------------------- | ------------------------- |
| - | x | [ti.paypal android](https://github.com/AppWerft/Ti.Paypal) | Android Module for PayPal |
| x | - | [ti.paypal ios](https://github.com/hansemannn/ti.paypal) | iOS module for PayPal |
| x | x | [Card.io](https://github.com/arskinner/Appcelerator-CardIO) | Card.io module |
## Other
|  |  | Name | Description |
| :---------------------: | :-----------------------------: | ---------------------------------------------------------------------------------- | --------------------------- |
| - | x | [bencoding.alarmmanager](https://github.com/benbahrenburg/benCoding.AlarmManager) | Android Alarm manager |
| x | x | [Securely](https://github.com/benbahrenburg/Securely) | Security utilities |
| x | - | [dk.napp.pdf.creator](https://github.com/viezel/NappPDFCreator) | iOS PDF from HTML Generator |
| x | - | [ti.googlemaps](https://github.com/hansemannn/ti.googlemaps) | Google Maps module for iOS |
| - | x | [ti.inappbilling](https://github.com/appcelerator-archive/ti.inappbilling) | InAppBilling Android |
| - | x | [Android iBeacon Library](https://github.com/jamesfalkner/liferay-android-beacons) | Android iBeacon Library |
| - | x | [MuPDF](https://github.com/manojdcoder/titanium-mupdf) | MuPDF module |
## Widgets
- [To.BounceView](https://github.com/Topener/To.BounceView) - A Titanium View that can bounce using animations.
- [nl.fokkezb.infiniteScroll](https://github.com/Topener/nl.fokkezb.infiniteScroll) - Paging in ListViews/TableViews
- [nl.fokkezb.pullToRefresh](https://github.com/Topener/nl.fokkezb.pullToRefresh) - Pull to refresh for ListViews/TableViews
- [ti.searchbar](https://github.com/caffeinalab/ti.searchbar) - Searchbar
- [nl.fokkezb.drawer](https://github.com/FokkeZB/nl.fokkezb.drawer) - Napp Drawer and Ti.DrawerLayout widget implementation
- [SegmentedControl](https://github.com/skypanther/SegmentedControl) - Great widget to display a custom tabbed bar
- [de.manumaticx.circularprogress](https://github.com/manumaticx/circularprogress) - Circular progress bars
- [nl.fokkezb.form](https://github.com/FokkeZB/nl.fokkezb.form) - Alloy TableView Form Widget