All Projects → iammert → Photoviewindicator

iammert / Photoviewindicator

Indicator for PhotoView Library https://github.com/chrisbanes/PhotoView

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Photoviewindicator

Cosin
Android loading view library 📊🍭
Stars: ✭ 129 (+3.2%)
Mutual labels:  customview, indicator
Trading Signals
Technical indicators to run technical analysis with JavaScript / TypeScript. 📈
Stars: ✭ 118 (-5.6%)
Mutual labels:  indicator
Coolindicator
A dazzling indicator
Stars: ✭ 85 (-32%)
Mutual labels:  indicator
Stepbarview
Step Bar View (make your own customized StepBar)
Stars: ✭ 97 (-22.4%)
Mutual labels:  customview
Capslockindicator
A small utility that indicates the state of the Num lock, Caps lock and Scroll lock key.
Stars: ✭ 87 (-30.4%)
Mutual labels:  indicator
Avloadingindicatorview
DEPRECATED
Stars: ✭ 9,585 (+7568%)
Mutual labels:  indicator
Loading indicator view
A collection of awesome flutter loading animation
Stars: ✭ 83 (-33.6%)
Mutual labels:  indicator
Zigzagview
a zigzag view for using for ticket or invoice
Stars: ✭ 121 (-3.2%)
Mutual labels:  customview
Headerview
Create an header for com.google.android.material.navigation.NavigationView
Stars: ✭ 107 (-14.4%)
Mutual labels:  customview
Arcchartview
Arc Chart View (Draw Creative Statistic Arc Charts)
Stars: ✭ 96 (-23.2%)
Mutual labels:  customview
Circularimageview
This project allowing you to create circular and rounded corner Imageview in android through simplest way.
Stars: ✭ 90 (-28%)
Mutual labels:  customview
Androidnote
Android基础知识、Android进阶知识、Android自定义View相关、面试相关的知识,欢迎fork,star~
Stars: ✭ 1,279 (+923.2%)
Mutual labels:  customview
Ticketview
🎫 A custom view for showing tickets
Stars: ✭ 101 (-19.2%)
Mutual labels:  customview
Jgraph
🔥 一个视觉效果还不错的图表控件(停止维护了,不建议直接用到项目)
Stars: ✭ 1,265 (+912%)
Mutual labels:  customview
Waveformseekbar
Android Waveform SeekBar library
Stars: ✭ 120 (-4%)
Mutual labels:  customview
Particletextview
一个用粒子动画显示文字的 Android 自定义 View
Stars: ✭ 1,258 (+906.4%)
Mutual labels:  customview
Crescento
Add curve at bottom of image views and relative layouts.
Stars: ✭ 1,289 (+931.2%)
Mutual labels:  customview
Rvpindicator
ViewPager指示器 实现联动,自身滚动,支持类型 : 下滑线,三角形,全背景,图片
Stars: ✭ 99 (-20.8%)
Mutual labels:  indicator
Jxsegmentedview
A powerful and easy to use segmented view (segmentedcontrol, pagingview, pagerview, pagecontrol, categoryview) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)
Stars: ✭ 1,905 (+1424%)
Mutual labels:  indicator
Neumorphismview Android
A Neumorphism library for Android, supporting customizations for shadows/highlights to selected child views.
Stars: ✭ 121 (-3.2%)
Mutual labels:  customview

GIF

Usage

<com.iammert.photoviewindicatorlib.PhotoViewIndicator
        android:layout_width="match_parent"
        android:layout_height="10dp"
        app:barColor="#80232323"
        app:indicatorColor="#FFFFFF"/>
val photoView: PhotoView = findViewById(R.id.photoView)
val indicator: PhotoViewIndicator = findViewById(R.id.indicator)
indicator.setPhotoView(photoView)

Setup

allprojects {
    repositories {
	    maven { url 'https://jitpack.io' }
    }
}
dependencies {
    implementation 'com.github.iammert:PhotoViewIndicator:0.1'
}

License

Copyright 2019 Mert Şimşek

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