All Projects → dylanwuzh → android-xgallery

dylanwuzh / android-xgallery

Licence: Apache-2.0 License
Android scaleable gallery Android可以缩放选中的Item的gallery

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to android-xgallery

gallery-server
Beautiful and powerful yet simple local image viewer on your PC or mobile.
Stars: ✭ 16 (-42.86%)
Mutual labels:  gallery
react-gallery-carousel
Mobile-friendly gallery carousel 🎠 with server side rendering, lazy loading, fullscreen, thumbnails, touch, mouse emulation, RTL, keyboard navigation and customisations.
Stars: ✭ 178 (+535.71%)
Mutual labels:  gallery
Album
android 图片视频加载库,单选,多选,预览,自定义UI,相机,裁剪...等等 已适配android10,11
Stars: ✭ 53 (+89.29%)
Mutual labels:  gallery
RecyclerViewCardGallery
RecyclerView实现循环banner,替代ViewPager方案。能够快速滑动并最终定位到居中位置(相比于原库支持了循环滑动)
Stars: ✭ 610 (+2078.57%)
Mutual labels:  gallery
Generative-Art-Sketches
A Generative Art Gallery with the idea of creating a virtual Art Gallery with my creations. I have tried my hands on creating some visually appealing art using Cellular Automata, Recursive Grammar, Phyllotaxis, Sandpiles, Perlin Noise, IFS, Tiling.
Stars: ✭ 24 (-14.29%)
Mutual labels:  gallery
gatsby-theme-gallery
🏞 A Gatsby Theme for adding a gallery to your site.
Stars: ✭ 40 (+42.86%)
Mutual labels:  gallery
cgallery
an easy to use, minimalistic image gallery script for your website
Stars: ✭ 17 (-39.29%)
Mutual labels:  gallery
previewSlider
Responsive fullscreen image slider where the users are able to preview next/previous image when hovering over the navigation arrows.
Stars: ✭ 16 (-42.86%)
Mutual labels:  gallery
diorama
An image layout algorithm
Stars: ✭ 17 (-39.29%)
Mutual labels:  gallery
ngx-image-gallery
Probably the best Angular 4+ modal and inline image gallery. Angular upgrade for ng-image-gallery.
Stars: ✭ 80 (+185.71%)
Mutual labels:  gallery
react-nft-gallery
🖼️ React component to display your NFTs as a gallery
Stars: ✭ 50 (+78.57%)
Mutual labels:  gallery
horcrux
Generate you own online gallery easily. Photo is the horcrux of memory.
Stars: ✭ 34 (+21.43%)
Mutual labels:  gallery
angular-super-gallery
AngularJS super image gallery
Stars: ✭ 46 (+64.29%)
Mutual labels:  gallery
hentai-downloader
ExHentai exhentai.org, e-hentai.org images gallery download to folder.
Stars: ✭ 37 (+32.14%)
Mutual labels:  gallery
Rocket-Notes
The World's Fastest Note Taking App. Fast. Simple. Create a note in one tap! Create image and text notes directly from your home screen!
Stars: ✭ 20 (-28.57%)
Mutual labels:  gallery
ProPicker
ProPicker is a file picker (image, video, file) library for Android. It helps you to pick any file and return the result in a convenient way
Stars: ✭ 25 (-10.71%)
Mutual labels:  gallery
ios-permissions-service
An easy way to do permissions requests & handling automatically.
Stars: ✭ 25 (-10.71%)
Mutual labels:  gallery
napari.github.io
website for the napari image viewer
Stars: ✭ 43 (+53.57%)
Mutual labels:  gallery
ImageAttachment
Example App to show how to pick an image from Camera/Gallery
Stars: ✭ 23 (-17.86%)
Mutual labels:  gallery
basicSlider
A slider in its purest form.
Stars: ✭ 27 (-3.57%)
Mutual labels:  gallery

android-xgallery

根据 ViewPager 实现

自定义的 Gallery,可以实现下图的效果:

效果图

Gradle

repositories {
    maven {
        url "https://www.jitpack.io"
    }
}

dependencies {
    compile 'com.github.wuzhendev:android-xgallery:x.y.z'
}

Attrs

<!-- Item的宽度 -->
<attr name="xGallery_itemWidth" format="dimension" />

<!-- Item的高度 -->
<attr name="xGallery_itemHeight" format="dimension" />

Sample

Sample sources

Sample APK

License

Copyright 2016 wuzhen

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].