|
2 | 2 |
|
3 | 3 | # JetpackLoading |
4 | 4 |
|
5 | | -In almost all applications, there are processes that run asynchronously, such as API requests or long-running tasks. In these cases, developers usually use the loading view to show users that something is in progress. |
6 | 5 | JetpackLoading is a collection of nice loading animations in Jetpack Compose, adapted from the famous [AVLoadingIndicatorView](https://github.com/HarlonWang/AVLoadingIndicatorView) library. |
7 | 6 |
|
8 | 7 | See the animations in the [Demo](https://github.com/MahboubehSeyedpour/JetpackLoading#demo) section and their use in [Usage](https://github.com/MahboubehSeyedpour/JetpackLoading#usage) |
@@ -113,17 +112,17 @@ Row 5 |
113 | 112 | ## License |
114 | 113 |
|
115 | 114 | ``` |
116 | | -Copyright 2015 jack wang |
| 115 | +Copyright 2023 Mahboubeh Seyedpour |
117 | 116 |
|
118 | | -Licensed under the Apache License, Version 2.0 (the "License"); |
119 | | -you may not use this file except in compliance with the License. |
120 | | -You may obtain a copy of the License at |
| 117 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 118 | + you may not use this file except in compliance with the License. |
| 119 | + You may obtain a copy of the License at |
121 | 120 |
|
122 | | - http://www.apache.org/licenses/LICENSE-2.0 |
| 121 | + http://www.apache.org/licenses/LICENSE-2.0 |
123 | 122 |
|
124 | | -Unless required by applicable law or agreed to in writing, software |
125 | | -distributed under the License is distributed on an "AS IS" BASIS, |
126 | | -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
127 | | -See the License for the specific language governing permissions and |
128 | | -limitations under the License. |
| 123 | + Unless required by applicable law or agreed to in writing, software |
| 124 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 125 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 126 | + See the License for the specific language governing permissions and |
| 127 | + limitations under the License. |
129 | 128 | ``` |
0 commit comments