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
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
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)
@@ -14,7 +13,7 @@ See the animations in the [Demo](https://github.com/MahboubehSeyedpour/JetpackLo
14
13
## Usage
15
14
16
15
- #### Step 1
17
-
Add it in your root build.gradle:
16
+
Add it in settings.gradle:
18
17
19
18
```bash
20
19
allprojects {
@@ -30,7 +29,7 @@ See the animations in the [Demo](https://github.com/MahboubehSeyedpour/JetpackLo
0 commit comments