Skip to content

Android Library to help you with your date & time pickers while retaining the instance of the pickers on orientation change.

License

Notifications You must be signed in to change notification settings

k0shk0sh/RetainedDateTimePickers

Repository files navigation

RetainedDateTimePickers

Android Library to help you with your date & time pickers while retaining the instance of the pickers on orientation change.

Installation

Gradle

compile 'com.github.k0shk0sh:RetainedDateTimePickers:1.0.2'

Maven

<dependency>
  <groupId>com.github.k0shk0sh</groupId>
  <artifactId>RetainedDateTimePickers</artifactId>
  <version>1.0.2</version>
  <type>aar</type>
</dependency>

Usage