Skip to content

AbdullahFaqeir/Ti.Accu.ImageGallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitTio

Ti.Accu.ImageGallery

A simple yet effective widget to display an image gallery with, next, previouse and zoom which supports loading images in url, path and base64 string.

Preview

screenshot

Installation

you can install the widget directly by downloading a zip file from this repo. or you can download it usign gitTio package manager using the following command

$ gittio install ti.accu.imagegallery

Usage & Implementation

You can easily use the widget with the following way.

var ImageGallery = Alloy.createWidget('ti.accu.imagegallery',{
  images:[
  {
    image:""//url, path or base64 string
    type:""//image or base64
  }
  ]
}).getView();

ImageGallery.open();

Contribution

Pull request are welcome to add any new features to the widget.

License

Apache License, Version 2.0

Author

About

Appcelerator Titanium Widget to display an image gallery.

Resources

Stars

Watchers

Forks

Packages

No packages published