arcore-location-extension

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

License

License

GroupId

GroupId

com.github.ericneid
ArtifactId

ArtifactId

arcore-location-extension
Last Version

Last Version

0.8.0
Release Date

Release Date

Type

Type

aar
Description

Description

arcore-location-extension
Helper to construct a standard Android dialog, containing a viewager to display a list of messages.
Project URL

Project URL

https://github.com/EricNeid/viewpager-dialog
Source Code Management

Source Code Management

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

Download arcore-location-extension

How to add to project

<!-- 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"]

Dependencies

compile (5)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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")

Versions

Version
0.8.0