True Time alternatives and similar packages
Based on the "Date & Time" category.
Alternatively, view True Time alternatives based on common mentions on social networks and blogs.
-
CosmoCalendar
π CosmoCalendar is a fully customizable calendar with a wide variety of features and displaying modes. -
CustomizableCalendar
CustomizableCalendar is a library that allows you to create your calendar, customizing UI and behaviour -
AnalogClockView
AnalogClockView is a custom view library for android development. It takes time from the device and show time by Analog clock
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of True Time or a related project?
README
TrueTime for Android
[TrueTime](truetime.png "TrueTime for Android")
Make sure to check out our counterpart too: TrueTime, an NTP library for Swift.
NTP client for Android. Calculate the date and time "now" impervious to manual changes to device clock time.
In certain applications it becomes important to get the real or "true" date and time. On most devices, if the clock has been changed manually, then a new Date()
instance gives you a time impacted by local settings.
Users may do this for a variety of reasons, like being in different timezones, trying to be punctual by setting their clocks 5 β 10 minutes early, etc. Your application or service may want a date that is unaffected by these changes and reliable as a source of truth. TrueTime gives you that.
You can read more about the use case in our blog post.
In a recent conference talk, we explained how the full NTP implementation works with Rx. Check the video and slides out for implementation details.
Also, once we have this information it's valid until the next time you boot your device. This means if you enable the disk caching feature, after a single successful NTP request you can use the information on disk directly without ever making another network request. This applies even across application kills which can happen frequently if your users have a memory starved device.
Installation
Wiki has a lot of useful information
Take a look at the wiki sidebar which should have a lot of useful information.
Is this library still maintained?
The short answer is yes. We're planning a complete rewrite of TrueTime (Version 4). See this branch. We juggle our personal time between doing this rewrite and using TrueTime in its current version. TrueTime is still used in its current form at Instacart by many many users.
As is the case with most open source libraries, maintenance is hard. We've not done a great job at answering the various issues, but we want to do better. We can only ask that you trust that the rewrite is coming and it should make things better. We don't want to spend too much time making changes to the library in its existing state, because the rewrite is the better future for TrueTime.
License
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*Note that all licence references and agreements mentioned in the True Time README section above
are relevant to that project's source code only.