fairchild88 / GoogleDateTimePickers

New Google Date and time pickers(mvn)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoogleDateTimePickers

New Google Date and time pickers

Sample App available on Play Store

https://play.google.com/store/apps/details?id=com.mirko.sample&hl=it

GoogleDateTimePicker

What have I done

  1. change to one maven project(pom.xml configuration stolen from here)
  2. use android-support-v4 for compatibility

Building

Maven

use GoogleDateTimePickers within your maven build just simply add

<dependency>
  <groupId>org.BlackStrawHat</groupId>
  <artifactId>GoogleDateTimePickers</artifactId>
  <type>aar</type>
  <version>1.0-SNAPSHOT</version>
</dependency>

About

New Google Date and time pickers(mvn)


Languages

Language:Java 100.0%