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
This is an amazing image slider in Android platform. I decide to open source this because there is really not an attractive, and convenient slide widget in Android.
3
+
This is an amazing image slider for the Android platform. I decided to open source this because there is really not an attractive, convenient slider widget in Android.
4
4
5
-
You can easily load image from net, drawable or file. And there are many kind of amazing animations you can choose. :-D
5
+
You can easily load images from an internet URL, drawable, or file. And there are many kinds of amazing animations you can choose. :-D
**Note:** If you want to load images from the internet, you need both the `INTERNET` and `READ_EXTERNAL_STORAGE` permissions to allow files from the internet to be cached into local storage.
50
+
51
+
If you want to load images from drawable, then no additional permissions are necessary.
52
+
53
+
### Step 3
54
+
55
+
Add the Slider to your layout:
45
56
46
57
```java
47
58
<com.daimajia.slider.library.SliderLayout
@@ -51,7 +62,7 @@ Step3: add layout in your xml.
51
62
/>
52
63
```
53
64
54
-
There are some default indicators, while, if you want to custom your own indicator:
65
+
There are some default indicators. If you want to use a provided indicator:
A student in China mainland. I love Google, love Android, love everything that is interesting. If you get any problems when using this library or you have an internship opportunity, please feel relax to [email me](mailto:[email protected]). :-D
86
+
I am a student in mainland China. I love Google, love Android, love everything that is interesting. If you get any problems when using this library or you have an internship opportunity, please feel free to [email me](mailto:[email protected]). :smiley:
0 commit comments