t

tileview

The TileView widget is a subclass of ViewGroup that provides a mechanism to asynchronously display tile-based images, with additional functionality for 2D dragging, flinging, pinch or double-tap to zoom, adding overlaying Views (markers), built-in Hot Spot support, dynamic path drawing, multiple levels of detail, and support for any relative positioning or coordinate system.
https://github.com/hwrdprkns/TileView
The MIT License (MIT) Copyright (c) 2013
Taylor H. Perkins
Files download
File Operation
tileview-1.0.14.pom download
tileview-1.0.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hwrdprkns</groupId>
  <artifactId>tileview</artifactId>
  <version>1.0.14</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.hwrdprkns:tileview:1.0.14'
Gradle Kotlin
implementation("com.github.hwrdprkns:tileview:1.0.14")
Scala SBT
libraryDependencies += "com.github.hwrdprkns" % "tileview" % "1.0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hwrdprkns', module='tileview', version='1.0.14')
)
Apache Ivy
<dependency org="com.github.hwrdprkns" name="tileview" rev="1.0.14" />
Leiningen
[com.github.hwrdprkns/tileview "1.0.14"]
Apache Buildr
'com.github.hwrdprkns:tileview:jar:1.0.14'