All Projects → tarek360 → Animated Icons

tarek360 / Animated Icons

Android Animated Icons Library

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Animated Icons

Clarity
Customizable Monoshape Vector Icon Theme for GTK+
Stars: ✭ 37 (-83.48%)
Mutual labels:  icons, vector
vsc-material-theme-icons
Material Theme Icons, the most epic icons theme for Visual Studio Code and Material Theme.
Stars: ✭ 90 (-59.82%)
Mutual labels:  icons, vector
Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (+6.7%)
Mutual labels:  vector, icons
Feathericon
simply generic vector icon collection - including sketch file, svg files, and font files.
Stars: ✭ 178 (-20.54%)
Mutual labels:  vector, icons
Android Animated Icons
How to improve the user experience using animated icons with vector drawables on Android
Stars: ✭ 117 (-47.77%)
Mutual labels:  vector, icons
Mega Doodles Pack
🔥 Big vector pack with hand-drawn doodles for presentations, social media, blog posts and so on
Stars: ✭ 258 (+15.18%)
Mutual labels:  vector, icons
Flutter Icons
Customizable Icons for Flutter 💥
Stars: ✭ 241 (+7.59%)
Mutual labels:  vector, icons
Icons
Named, vector icons for elementary OS
Stars: ✭ 443 (+97.77%)
Mutual labels:  vector, icons
Aegis Icons
Unofficial 2FA entry icons for open source Android authenticator Aegis
Stars: ✭ 153 (-31.7%)
Mutual labels:  vector, icons
Richpath
💪 Rich Android Path. 🤡 Draw as you want. 🎉 Animate much as you can.
Stars: ✭ 2,259 (+908.48%)
Mutual labels:  vector, icons
Vectorai
Vector AI — A platform for building vector based applications. Encode, query and analyse data using vectors.
Stars: ✭ 195 (-12.95%)
Mutual labels:  vector
Fileicon
macOS CLI for managing custom icons for files and folders
Stars: ✭ 196 (-12.5%)
Mutual labels:  icons
Android Animation Set
📚 Android 所有动画系列详尽教程。 Explain all animations in Android.
Stars: ✭ 2,452 (+994.64%)
Mutual labels:  vector
Rplibs
Refs.cn 原型设计元件库,基于Axure RP 10/9/8,支持 Android、Apple、Windows、微信,移动、桌面平台的应用和网站原型设计。五年历程 2.6k+ star,感谢大家使用。
Stars: ✭ 2,622 (+1070.54%)
Mutual labels:  icons
Svelte Awesome
Awesome SVG icon component for Svelte JS, built with Font Awesome icons. Based on Justineo/vue-awesome
Stars: ✭ 193 (-13.84%)
Mutual labels:  icons
Android Switchicon
Google launcher-style implementation of switch (enable/disable) icon
Stars: ✭ 2,337 (+943.3%)
Mutual labels:  icons
Kubernetes Icons
[obsolete] Set of icons for Kubernetes diagrams, has been merged into official k8s repo!!
Stars: ✭ 194 (-13.39%)
Mutual labels:  icons
Research2vec
Representing research papers as vectors / latent representations.
Stars: ✭ 192 (-14.29%)
Mutual labels:  vector
Free Gophers Pack
✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more.
Stars: ✭ 2,343 (+945.98%)
Mutual labels:  vector
Titanic
A set of animated icons + code to insert them into the webpages
Stars: ✭ 2,457 (+996.88%)
Mutual labels:  icons

Animated-Icons Release

And more animated icons is coming..

Download apk sample

Usage

  <tarek360.animated.icons.AnimatedIconView
     android:id="@+id/animatedIconView"
     android:layout_width="48dp"
     android:layout_height="48dp"/>
   animatedIconView.setAnimatedIcon(IconFactory.iconSettings());
   animatedIconView.startAnimation();

Installation

Add this to your module build.gradle file:

dependencies {
  ...
   compile "com.github.tarek360:Animated-Icons:1.2.0"
}

Add this to your root build.gradle file (not your module build.gradle file) :

allprojects {
  repositories {
    ...
    maven { url "https://jitpack.io" }
  }
}

Vote Up on:

License

Copyright 2016 Tarek360

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].