Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
/ xcore-titanium Public archive

A library that brings custom view modules and utilities to develop applications faster and efficiently using Appcelerator Titanium

License

Notifications You must be signed in to change notification settings

zmian/xcore-titanium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xcore-titanium MIT License

A library that brings custom view modules and utilities to develop applications faster and efficiently using Appcelerator Titanium.

Documentation

NOTE: Full docs on how to use each one of the modules mentioned below coming soon. For now browsing around src directory should give you a good idea how they work.

View Modules

A list of view modules included in xcore.

Module Description
xcore.UI.GridView Generic grid view. It should not be modified for each app. It was written to accommodate grid based layouts. It can be used to construct: Grid, Vertical, or Horizontal based scroll views. Simply think of it, like any other Titanium view. E.g., Ti.UI.createView
xcore.UI.CarouselView CarouselView wrapper function to create grid, vertical and horizontal carousels.
xcore.UI.CarouselViewCell A helper function to create a CarouselViewCell.
xcore.UI.SwappableView A container view manages and presents its set of child views in a custom way.
xcore.UI.Slidr A module for easily creating harmonious magazine like presentations.
xcore.UI.RatingView A module for creating rating view.
xcore.UI.PickerView A module to create multiple columns picker.
xcore.UI.TableView A simple table view wrapper.
xcore.UI.TabBarController A module to create fully custom TabBarController.
xcore.UI.createTabGroup A module to create fully custom TabGroup.
xcore.UI.createTab A module to create fully custom TabBar.
xcore.UI.FlexView A module that extends Ti.UI.View to enable CSS-like properties.
xcore.UI.createBorderView A helper function to create a BorderView.
xcore.UI.createButtonView A helper function to create a ButtonView.
xcore.UI.ActivityIndicator A module for creating activity indicator.

Utilities

A list of utilities and helper functions included in xcore.

Module Description
xcore.Utilities A collection of resuable utilities
xcore.Exceptions A collection of custom exception classes written in JavaScript.
xcore.Console Node.js and browser has it so, why not for Titanium.
xcore.Env A module for easily detecting environment configurations.
xcore.Events Proxy Titanium Events using jQuery like events API.
xcore.Request A module for making HTTP requests.

Creator

License

xcore-titanium is released under the MIT license. See LICENSE for details.

About

A library that brings custom view modules and utilities to develop applications faster and efficiently using Appcelerator Titanium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published