All Projects → JuL1205 → Slideshowtoolbar

JuL1205 / Slideshowtoolbar

Licence: apache-2.0
Slideshow Imageview for Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Slideshowtoolbar

Customrefreshview
一个支持网络错误重试,无数据页(可自定义),无网络界面(可自定义)的上拉加载更多,下拉刷新控件
Stars: ✭ 160 (-21.57%)
Mutual labels:  android-ui
Advancedrecycleview
♻ RecycleView with multiple view types, inner horizontal RecycleView and layout animation
Stars: ✭ 172 (-15.69%)
Mutual labels:  android-ui
Textsurface
A little animation framework which could help you to show message in a nice looking way
Stars: ✭ 2,264 (+1009.8%)
Mutual labels:  android-ui
Android About Page
Create an awesome About Page for your Android App in 2 minutes
Stars: ✭ 1,980 (+870.59%)
Mutual labels:  android-ui
Krumbsview
🍞 The ultimate breadcrumbs view for Android!
Stars: ✭ 170 (-16.67%)
Mutual labels:  android-ui
Slidingintroscreen
An Android library designed to simplify the creation of introduction screens.
Stars: ✭ 174 (-14.71%)
Mutual labels:  android-ui
Swipeactionview
Android swipe-able view, which allows users to perform actions with swipe gestures.
Stars: ✭ 153 (-25%)
Mutual labels:  android-ui
Tristatetogglebutton
Customizable tri-state toggle button (with three states, three state toggle) for Android
Stars: ✭ 198 (-2.94%)
Mutual labels:  android-ui
Android library
android_library
Stars: ✭ 170 (-16.67%)
Mutual labels:  android-ui
Konfetti
Celebrate more with this lightweight confetti particle system 🎊
Stars: ✭ 2,278 (+1016.67%)
Mutual labels:  android-ui
Awesomedialog
A Beautiful Dialog Library for Kotlin Android
Stars: ✭ 163 (-20.1%)
Mutual labels:  android-ui
Composecookbook
A Collection on all Jetpack compose UI elements, Layouts, Widgets and Demo screens to see it's potential
Stars: ✭ 3,516 (+1623.53%)
Mutual labels:  android-ui
Jetquotes
🔖 A Quotes Application built to Demonstrate the Jetpack Compose UI
Stars: ✭ 179 (-12.25%)
Mutual labels:  android-ui
Glidetoast
GlideToast is a android library to implement flying Toast Animation
Stars: ✭ 162 (-20.59%)
Mutual labels:  android-ui
Qmui android
提高 Android UI 开发效率的 UI 库
Stars: ✭ 13,341 (+6439.71%)
Mutual labels:  android-ui
Notzz App
📝 A Simple Note-Taking App built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, State Flow, Hilt-Dependency Injection, Jetpack DataStore, Architecture Components, MVVM, Room, Material Design Components).
Stars: ✭ 158 (-22.55%)
Mutual labels:  android-ui
Hollowkit
自己常用的一些工具的合集
Stars: ✭ 173 (-15.2%)
Mutual labels:  android-ui
Droidmotion
🏂 Implementation of a simple android motion
Stars: ✭ 200 (-1.96%)
Mutual labels:  android-ui
Elegantdialog
A beautiful, customizable and interactive dialog for Android written in Kotlin/Java 😍
Stars: ✭ 189 (-7.35%)
Mutual labels:  android-ui
Wiggle
An Android helper library for delayed scrolling
Stars: ✭ 179 (-12.25%)
Mutual labels:  android-ui

Slideshow Toolbar

Slideshow Toolbar using slideshowimageview

SlideshowToolbar Sample Material

Usage

For a working implementation of this project see the app/ folder.

  • Include the following dependency in your app build.gradle file.
compile 'com.funtory.jul:slideshow-imageview:1.1.1'
  • For setting images
 slideshowImageView.setImages(R.drawable.test1, R.drawable.test2, R.drawable.test3);
  • For adding images
slideshowImageView.addImages(R.drawable.test3, R.drawable.test4, R.drawable.test5);

Sample Application

The sample application (the source is in the repository) has been published onto Google Play for easy access:

Get it on Google Play

License

Copyright 2016 JuL

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].