| Лицензия |
Лицензия
The MIT License (MIT) Copyright (c) 2013
|
|---|---|
| Группа | Группаcom.github.hwrdprkns |
| Идентификатор | Идентификаторtileview |
| Последняя версия | Последняя версия1.0.14 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеTileView Library
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.
|
| Имя Файла | Размер |
|---|---|
| tileview-1.0.14.pom | |
| tileview-1.0.14.aar | 92 KB |
| tileview-1.0.14-sources.jar | 63 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hwrdprkns/tileview/ -->
<dependency>
<groupId>com.github.hwrdprkns</groupId>
<artifactId>tileview</artifactId>
<version>1.0.14</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hwrdprkns/tileview/
implementation 'com.github.hwrdprkns:tileview:1.0.14'
// https://jarcasting.com/artifacts/com.github.hwrdprkns/tileview/
implementation ("com.github.hwrdprkns:tileview:1.0.14")
'com.github.hwrdprkns:tileview:aar:1.0.14'
<dependency org="com.github.hwrdprkns" name="tileview" rev="1.0.14">
<artifact name="tileview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.hwrdprkns', module='tileview', version='1.0.14')
)
libraryDependencies += "com.github.hwrdprkns" % "tileview" % "1.0.14"
[com.github.hwrdprkns/tileview "1.0.14"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.android.support » support-v4 | jar | 21.0.2 |
| com.jakewharton : disklrucache | jar | 1.3.1 |