Home

Awesome

DateTimeSeer

A painless way to pick future time

DateTimeSeer is an android seer who gets visions of the date and time you are thinking.

It tells you what you might be thinking and helps in what modern people call as autocompletion. Unfortunately, he currently knows only english.

Demo

Gradle

Add the seer to build.gradle and you are good to go,

dependencies {
    compile 'com.pv:datetimeseer:1.0.0'
}

The library exposes SeerFilter which extends android's Filter class and so can be hooked to anything which implements Filterable.

Use the ConfigBuilder to provide Date/Time formats.

The sample app here demonstrate the usage of the Filter with the AutoCompleteTextView.

Contributing

For other languages support,

Feel free to create an issue in case of any implementation issues. Or email me at the address present on my profile.

TODOS