skedgo / DateTimeRangePicker

A date time range picker for android written in Kotlin
MIT License
505 stars 76 forks source link

Getting intent.extra null pointer exception #3

Closed zakirhussain49 closed 7 years ago

zakirhussain49 commented 7 years ago

Hi , I am creating a new project in which i have pasted your .kt file and rec , but when I define DateTimeRangePickerActivity as a LAUNCHER Activity in mainfeast and try to build project i got an error . java.lang.IllegalStateException: intent.extras must not be null. please help , I have not too much idea on Kotlin

thuytrinh commented 7 years ago

@zakirhussain49 I've updated README to showcase the usage as well as how to launch the demo.