louiscad
08/04/2021, 2:07 PM1..5
), or to generate unique values for constants?
Use cases I have in mind:
• Notifications ids, tags, and channel ids on Android
• Loading steps to show how many there are and what is the current one
• Ensured uniqueness of whatever id (number based, string based, or even primitive backed single property value class), across an app version, or through multiple updates of the same system (useful for communication between systems)wasyl
08/04/2021, 2:14 PM