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
- change to one maven project(pom.xml configuration stolen from here)
- use android-support-v4 for compatibility
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>