Android代码-时间选择器,选择特定间隔时间段。

时间:2022-08-26 23:32:05
【文件属性】:
文件名称:Android代码-时间选择器,选择特定间隔时间段。
文件大小:267KB
文件格式:ZIP
更新时间:2022-08-26 23:32:05
Android代码 DateTimeRangePicker A date time range picker for android Usage Firstly, grab latest release of the library via JitPack. And note that, it utilizes Joda-Time to process some date time logic under the hood. So you might need to set up Joda-Time properly. With start and end date times specified: val intent = DateTimeRangePickerActivity.newIntent( context, TimeZone.getDefault(), DateTime.now().millis, DateTime.now().plusDays(2).millis ) activity.startActivityForResult(intent, RQ
【文件预览】:
DateTimeRangePicker-master
----.gitignore(244B)
----gradle()
--------wrapper()
----README.md(2KB)
----build.gradle(2KB)
----proguard-rules.pro(664B)
----gradlew.bat(2KB)
----gradlew(5KB)
----LICENSE(1KB)
----src()
--------test()
--------main()
--------androidTest()
----images()
--------Screenshot_1482250231.png(48KB)
--------Screenshot_1482250219.png(51KB)
--------Screenshot_1482250242.png(60KB)
--------Screenshot_1482250212.png(41KB)

网友评论