Android Recurrence Picker - Library

This library allows you to use the Google Calendar Recurrence picker

License

License

GroupId

GroupId

be.billington.calendar.recurrencepicker
ArtifactId

ArtifactId

library
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

aar
Description

Description

Android Recurrence Picker - Library
This library allows you to use the Google Calendar Recurrence picker

Download library

How to add to project

<!-- https://jarcasting.com/artifacts/be.billington.calendar.recurrencepicker/library/ -->
<dependency>
    <groupId>be.billington.calendar.recurrencepicker</groupId>
    <artifactId>library</artifactId>
    <version>1.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/be.billington.calendar.recurrencepicker/library/
implementation 'be.billington.calendar.recurrencepicker:library:1.1.1'
// https://jarcasting.com/artifacts/be.billington.calendar.recurrencepicker/library/
implementation ("be.billington.calendar.recurrencepicker:library:1.1.1")
'be.billington.calendar.recurrencepicker:library:aar:1.1.1'
<dependency org="be.billington.calendar.recurrencepicker" name="library" rev="1.1.1">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='be.billington.calendar.recurrencepicker', module='library', version='1.1.1')
)
libraryDependencies += "be.billington.calendar.recurrencepicker" % "library" % "1.1.1"
[be.billington.calendar.recurrencepicker/library "1.1.1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.nineoldandroids : library jar 2.4.0
com.android.support » support-v4 aar 21.0.3
com.github.flavienlaurent.datetimepicker : library aar 0.0.2

provided (1)

Group / Artifact Type Version
android » android jar 5.0_r1

Project Modules

There are no modules declared in this project.

Android Recurrence Picker

Google Calendar Recurrence picker

Screenshot

Example Image

Usage

Maven / Gradle

Maven Central

Maven:

<dependency>
  <groupId>be.billington.calendar.recurrencepicker</groupId>
  <artifactId>library</artifactId>
  <version>1.1.1</version>
  <type>aar</type>
</dependency>

Gradle:

compile 'be.billington.calendar.recurrencepicker:library:1.1.1'

Credits

This library uses Google Calendar Date & Time pickers from Laurent Flavien & Edison Wang's library

The original source code of the recurrence picker can be found here

License

The Apache Software License, Version 2.0

Versions

Version
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0