Gimbal Android V3 Logging Library

The Gimbal Android V3 Logging Library provides APIs for building software against Gimbal's products.

License

License

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

com.gimbal.android.v3
ArtifactId

ArtifactId

gimbal-slf4j-impl
Last Version

Last Version

3.2.3
Release Date

Release Date

Type

Type

aar
Description

Description

Gimbal Android V3 Logging Library
The Gimbal Android V3 Logging Library provides APIs for building software against Gimbal's products.
Project URL

Project URL

https://docs.gimbal.com/android/v3/devguide.html
Source Code Management

Source Code Management

https://github.com/gimbalinc/hello-gimbal-android

Download gimbal-slf4j-impl

How to add to project

<!-- https://jarcasting.com/artifacts/com.gimbal.android.v3/gimbal-slf4j-impl/ -->
<dependency>
    <groupId>com.gimbal.android.v3</groupId>
    <artifactId>gimbal-slf4j-impl</artifactId>
    <version>3.2.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gimbal.android.v3/gimbal-slf4j-impl/
implementation 'com.gimbal.android.v3:gimbal-slf4j-impl:3.2.3'
// https://jarcasting.com/artifacts/com.gimbal.android.v3/gimbal-slf4j-impl/
implementation ("com.gimbal.android.v3:gimbal-slf4j-impl:3.2.3")
'com.gimbal.android.v3:gimbal-slf4j-impl:aar:3.2.3'
<dependency org="com.gimbal.android.v3" name="gimbal-slf4j-impl" rev="3.2.3">
  <artifact name="gimbal-slf4j-impl" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gimbal.android.v3', module='gimbal-slf4j-impl', version='3.2.3')
)
libraryDependencies += "com.gimbal.android.v3" % "gimbal-slf4j-impl" % "3.2.3"
[com.gimbal.android.v3/gimbal-slf4j-impl "3.2.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.13

Project Modules

There are no modules declared in this project.

Gimbal Android Basic Sample

Minimal Gimbal Integration Example on Android. After setting up your application, place(s) and communication(s) on Gimbal Manager the code below will yield Place Events and Local Notifications.

Before you create your Android application

Using the Gimbal Manager: https://manager.gimbal.com/

  • create your Gimbal account
  • create an Application using package name com.gimbal.hello_gimbal_android (generates you API KEY)
  • create at least one Place (using a Beacon or Geofence)
  • create at least one Communicate (used for the local notification)

In the sample Android application

  • to run this sample in Android Studio choose the 'Import Project' option
  • fill your API KEY into the MainActivity

Full Gimbal Docs http://docs.gimbal.com/

Marshmallow Permissions

If you are running this application on Marshmallow or higher you will need to add code for asking permissions. If you need to know how to do this , please refer to our github project [https://github.com/gimbalinc/marshmallow-permission-example] (https://github.com/gimbalinc/marshmallow-permission-example)

com.gimbal.android.v3

Gimbal, Inc.

Versions

Version
3.2.3
3.2.2
3.2.1
3.2
3.1.3
3.1.2
3.1.1
3.0