You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-26Lines changed: 49 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,6 @@
1
-
# Timer X
1
+
# TimerX
2
2
3
-
4
-

5
-
6
-
## Overview
7
-
8
-
The **Timer X** library provides a collection of powerful and easy-to-use classes for managing time and performing various time-related operations such as countdown timers, formatting timestamps, and working with time zones. Whether you're building timers, formatting dates, or converting time between time zones, this library offers a simple and efficient solution for your time management needs.
9
-
10
-
## Demo
11
-
12
-
Here is a gif video that showcases the usage of this library in an Android project. The video covers how to implement timers, format time, and manage time zones effectively.
13
-
14
-

15
-
16
-
## Installation
17
-
18
-
You can integrate this library into your Android project using Gradle:
19
-
20
-
dependencies {
21
-
implementation 'com.example:mytimerx:1.0.0'
22
-
}
3
+
The **TimerX** library provides a collection of powerful and easy-to-use classes for managing time and performing various time-related operations such as countdown timers, formatting timestamps, and working with time zones. Whether you're building timers, formatting dates, or converting time between time zones, this library offers a simple and efficient solution for your time management needs.
- **isValidTimeFormat(time: String)**: Validates whether the provided time string matches the `HH:mm` format.
123
129
124
130
```
131
+
## Demo
132
+
133
+
Here is a gif video that showcases the usage of this library in an Android project. The video covers how to implement timers, format time, and manage time zones effectively.
134
+
135
+
136
+
# Acknowledgements
137
+
138
+
This work would not have been possible without the invaluable contributions of [Wajahat Ahmed](https://github.com/AghaTech883). His expertise, dedication, and unwavering support have been instrumental in bringing this project to fruition.
We are deeply grateful for [Wajahat Ahmed](https://github.com/AghaTech883) involvement and his belief in the importance of this work. His contributions have made a significant impact, and we are honored to have had the opportunity to collaborate with him.
128
143
129
-
We welcome contributions to the TimerX project! Please review the [CONTRIBUTING](CONTRIBUTING.md) guide for instructions on how to get involved.
144
+
# LICENSE
130
145
146
+
Copyright 2023 Hypersoft Inc
131
147
148
+
Licensed under the Apache License, Version 2.0 (the "License");
149
+
you may not use this file except in compliance with the License.
150
+
You may obtain a copy of the License at
132
151
133
-
## License
152
+
http://www.apache.org/licenses/LICENSE-2.0
134
153
135
-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
154
+
Unless required by applicable law or agreed to in writing, software
155
+
distributed under the License is distributed on an "AS IS" BASIS,
156
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
157
+
See the License for the specific language governing permissions and
0 commit comments