All Projects → nahzur-h → Scollzoomlistview

nahzur-h / Scollzoomlistview

Licence: apache-2.0
comic reader core view

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Scollzoomlistview

comic-wx
微信小程序,仿腾讯动漫,界面美观,具备常用功能。WeiXin mini program,imitating TenCent comic, is very beautiful. I think, you would like it
Stars: ✭ 60 (-6.25%)
Mutual labels:  comic, reader
Villain
A free and open source web-based comic book reader.
Stars: ✭ 160 (+150%)
Mutual labels:  reader, comic
Yomu
📘 Manga reader app for Mac OS X
Stars: ✭ 152 (+137.5%)
Mutual labels:  reader, comic
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+4490.63%)
Mutual labels:  reader, comic
Xml
XML without worries
Stars: ✭ 35 (-45.31%)
Mutual labels:  reader
Acgclub
一款纯粹的ACG聚合类App
Stars: ✭ 829 (+1195.31%)
Mutual labels:  comic
Light Novel Library wenku8 android
[CASUALLY MAINTAINED] 轻小说文库 (Wenku8.com) 安卓版第三方公益App,始于2014年的Material Design风格、无广告、不盈利、Google Play上安装包最小的轻小说阅读器(light novel reader)。目前除了网站的API以外,还添加了我自己架的Cloudflare Worker 中继节点用来突破网站API的限制 wenku8-relay.mewx.org.
Stars: ✭ 772 (+1106.25%)
Mutual labels:  reader
Cimoc
漫画阅读器
Stars: ✭ 591 (+823.44%)
Mutual labels:  comic
Holy Reader
holy reader!小说阅读器小程序, API源自追书神器
Stars: ✭ 59 (-7.81%)
Mutual labels:  reader
Koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Stars: ✭ 9,467 (+14692.19%)
Mutual labels:  reader
Poishuhui Kotlin
[Deprecated]一个用Kotlin写的简单漫画APP
Stars: ✭ 959 (+1398.44%)
Mutual labels:  comic
Buka
Buka is a modern software that helps you manage your ebook at ease.
Stars: ✭ 896 (+1300%)
Mutual labels:  reader
Vinfo
Vim info documentation reader, lets you read info pages within Vim or start it from the shell prompt (instead of Info)
Stars: ✭ 41 (-35.94%)
Mutual labels:  reader
Ehviewer
[DEPRECATED] An Unofficial E-Hentai Application for Android
Stars: ✭ 6,764 (+10468.75%)
Mutual labels:  comic
Mangapie
This is a self-hosted server for archived manga.
Stars: ✭ 51 (-20.31%)
Mutual labels:  reader
Readingcloud
An ebook reader written in Rails.
Stars: ✭ 33 (-48.44%)
Mutual labels:  reader
Weyuereader
Android开源项目-微Yue电子书阅读(MD设计)
Stars: ✭ 943 (+1373.44%)
Mutual labels:  reader
Php Qrcode Detector Decoder
This is a PHP library to detect and decode QR-codes. This is first and only QR code reader that works without extensions.
Stars: ✭ 1,034 (+1515.63%)
Mutual labels:  reader
Just Read
A customizable read mode web extension.
Stars: ✭ 874 (+1265.63%)
Mutual labels:  reader
Ngfilereader
This is file reader component on angular.
Stars: ✭ 25 (-60.94%)
Mutual labels:  reader

ScrollZoomListView

A grace comic reader widget, expand ListView.

Screenshots

ScrollZoomListView use Animation and Canvas let ListView scale and translate, add ScaleGestureDetector , GestureDetector expand ListView.

Gradle

Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Add the dependency:

	dependencies {
	        implementation 'com.github.ruzhan123:ScollZoomListView:v1.0'
	}

Usage

<zhan.scrollzoomlist.ScrollZoomListView
    android:id="@+id/scrollZoomListView"
    app:min_zoom_scale="0.4"
    app:max_zoom_scale="2.0"
    app:zoom_scale_duration="300"
    app:zoom_to_small_scale_duration="500"
    app:zoom_to_small_times="6"
    app:normal_scale="1.0"
    app:zoom_scale="2.0"
    android:layout_width="match_parent"
    android:layout_height="match_parent"/>

Developed by

ruzhan - [email protected]

License

Copyright 2017 ruzhan

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