|
1 | | -GlidePalette |
| 1 | +Android GlidePalette |
2 | 2 | ======= |
3 | 3 |
|
4 | | - |
| 4 | +Use palette for background view and text by glide v4 image loader. It's rewrite by kotlin. |
5 | 5 |
|
| 6 | + |
6 | 7 |
|
7 | | -<a href="https://goo.gl/WXW8Dc"> |
8 | | - <img alt="Android app on Google Play" src="https://developer.android.com/images/brand/en_app_rgb_wo_45.png" /> |
9 | | -</a> |
10 | 8 |
|
11 | 9 |
|
12 | | - |
13 | | -# Download |
14 | | - |
15 | | -<a href='https://ko-fi.com/A160LCC' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a> |
16 | | - |
17 | | -In your module [](https://bintray.com/florent37/maven/GlidePalette/_latestVersion) |
18 | | -```groovy |
19 | | -compile 'com.github.florent37:glidepalette:2.1.2' |
20 | | -
|
21 | | -compile 'com.github.bumptech.glide:glide:4.6.1' |
22 | | -``` |
23 | | - |
24 | 10 | # Sample |
25 | 11 |
|
26 | 12 | ```java |
@@ -115,58 +101,3 @@ Or simply return into CallBack |
115 | 101 | } |
116 | 102 | }) |
117 | 103 | ``` |
118 | | - |
119 | | - |
120 | | -# TODO |
121 | | - |
122 | | -# Community |
123 | | - |
124 | | -Looking for contributors, feel free to fork ! |
125 | | - |
126 | | -# Dependencies |
127 | | - |
128 | | -- Glide from Bumptech : [https://github.com/bumptech/glide][glide] |
129 | | - |
130 | | -# Credits |
131 | | - |
132 | | -Author: Florent Champigny www.florentchampigny.com/ |
133 | | - |
134 | | -Fiches Plateau Moto : [https://www.fiches-plateau-moto.fr/](https://www.fiches-plateau-moto.fr/) |
135 | | - |
136 | | -<a href="https://goo.gl/WXW8Dc"> |
137 | | - <img alt="Android app on Google Play" src="https://developer.android.com/images/brand/en_app_rgb_wo_45.png" /> |
138 | | -</a> |
139 | | - |
140 | | - |
141 | | -<a href="https://plus.google.com/+florentchampigny"> |
142 | | - <img alt="Follow me on Google+" |
143 | | - src="https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/gplus.png" /> |
144 | | -</a> |
145 | | -<a href="https://twitter.com/florent_champ"> |
146 | | - <img alt="Follow me on Twitter" |
147 | | - src="https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/twitter.png" /> |
148 | | -</a> |
149 | | -<a href="https://www.linkedin.com/in/florentchampigny"> |
150 | | - <img alt="Follow me on LinkedIn" |
151 | | - src="https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/linkedin.png" /> |
152 | | -</a> |
153 | | - |
154 | | -# License |
155 | | - |
156 | | - Copyright 2015 florent37, Inc. |
157 | | - |
158 | | - Licensed under the Apache License, Version 2.0 (the "License"); |
159 | | - you may not use this file except in compliance with the License. |
160 | | - You may obtain a copy of the License at |
161 | | - |
162 | | - http://www.apache.org/licenses/LICENSE-2.0 |
163 | | - |
164 | | - Unless required by applicable law or agreed to in writing, software |
165 | | - distributed under the License is distributed on an "AS IS" BASIS, |
166 | | - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
167 | | - See the License for the specific language governing permissions and |
168 | | - limitations under the License. |
169 | | - |
170 | | - |
171 | | -[snap]: https://oss.sonatype.org/content/repositories/snapshots/ |
172 | | -[glide]: https://github.com/bumptech/glide |
0 commit comments