arcore-location-extension

Helper to construct a standard Android dialog, containing a viewager to display a list of messages.

Лицензия

Лицензия

Группа

Группа

com.github.ericneid
Идентификатор

Идентификатор

arcore-location-extension
Последняя версия

Последняя версия

0.8.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

arcore-location-extension
Helper to construct a standard Android dialog, containing a viewager to display a list of messages.
Ссылка на сайт

Ссылка на сайт

https://github.com/EricNeid/viewpager-dialog
Система контроля версий

Система контроля версий

https://github.com/ericneid/viewpager-dialog/tree/master

Скачать arcore-location-extension

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.ericneid/arcore-location-extension/ -->
<dependency>
    <groupId>com.github.ericneid</groupId>
    <artifactId>arcore-location-extension</artifactId>
    <version>0.8.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ericneid/arcore-location-extension/
implementation 'com.github.ericneid:arcore-location-extension:0.8.0'
// https://jarcasting.com/artifacts/com.github.ericneid/arcore-location-extension/
implementation ("com.github.ericneid:arcore-location-extension:0.8.0")
'com.github.ericneid:arcore-location-extension:aar:0.8.0'
<dependency org="com.github.ericneid" name="arcore-location-extension" rev="0.8.0">
  <artifact name="arcore-location-extension" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ericneid', module='arcore-location-extension', version='0.8.0')
)
libraryDependencies += "com.github.ericneid" % "arcore-location-extension" % "0.8.0"
[com.github.ericneid/arcore-location-extension "0.8.0"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.30
com.google.ar.sceneform » core jar 1.15.0
com.google.ar.sceneform.ux » sceneform-ux jar 1.15.0
androidx.annotation » annotation jar 1.1.0
org.gavaghan : geodesy jar 1.1.3

Модули Проекта

Данный проект не имеет модулей.

viewpager-dialog

Helper to construct a standard Android dialog, containing a viewpager to display a list of messages.

Gradle

implementation 'com.github.ericneid:viewpager-dialog:1.2.0'

Usage

val dialog = ViewPagerDialog()

val messagesToDisplay = ArrayList<String>()
messagesToDisplay.add("Text_1")
messagesToDisplay.add("Text_2")
messagesToDisplay.add("Text_3")

dialog.setTitle("ViewPagerDialog (optional)")
dialog.setMessage("This is also optional")
dialog.setPositiveButtonLabel("ok")
dialog.setViewData("cancel")

dialog.show(this.supportFragmentManager, "DialogFragmentTag")

Версии библиотеки

Версия
0.8.0